shaka-packager/packager/hls/base
KongQun Yang b209aeeb7a Remove the usage of JsonWriter in SimpleHlsNotifier
Use protobuf utilities instead.

packager/base/json_writer comes from Chromium base. We are going
to switch to abseil which does not have a JSON library.

This is unfortunately, at the expense of increased output binary size.
packager binary increases by about 300KB due to:
- Protos cannot be compiled with LITE_RUNTIME any more.
- Additional protobuf library needed to convert between JSON and proto.

Change-Id: I45a497376925b42d147ffcaabcfc2fa4dbdeacc1
2018-05-15 20:06:54 +00:00
..
hls_notifier.h Make MediaPlaylist accept HlsParams as contructor param 2018-04-23 18:29:38 -07:00
master_playlist.cc Fix default_language not effective with 2-char code 2018-04-13 20:08:12 +00:00
master_playlist.h Refactor MasterPlaylist::WriteMasterPlaylist 2018-02-02 14:13:12 -08:00
master_playlist_unittest.cc Make MediaPlaylist accept HlsParams as contructor param 2018-04-23 18:29:38 -07:00
media_playlist.cc Support removing segments outside of live window in HLS 2018-04-30 17:25:39 -07:00
media_playlist.h Support removing segments outside of live window in HLS 2018-04-30 17:25:39 -07:00
media_playlist_unittest.cc Support removing segments outside of live window in HLS 2018-04-30 17:25:39 -07:00
mock_media_playlist.cc Make MediaPlaylist accept HlsParams as contructor param 2018-04-23 18:29:38 -07:00
mock_media_playlist.h Make MediaPlaylist accept HlsParams as contructor param 2018-04-23 18:29:38 -07:00
simple_hls_notifier.cc Remove the usage of JsonWriter in SimpleHlsNotifier 2018-05-15 20:06:54 +00:00
simple_hls_notifier.h Make MediaPlaylist accept HlsParams as contructor param 2018-04-23 18:29:38 -07:00
simple_hls_notifier_unittest.cc Remove the usage of JsonWriter in SimpleHlsNotifier 2018-05-15 20:06:54 +00:00
tag.cc Use Tag in Media Playlist 2018-02-01 22:59:45 +00:00
tag.h Use Tag in Media Playlist 2018-02-01 22:59:45 +00:00