shaka-packager/packager/hls/base
Rintaro Kuroiwa 2756902934 Fix small bugs in HLS playlist generation
- Media Playlist that is non-VERSION 1 must have EXT-X-VERSION.
- Attribute for EXTINF should be CODECS instead of CODEC.
- BANDWIDTH attribute expects bitrate (not bytes per second).
- Removed unnecessary check if MediaInfo has media_info_name, in
  SimpleHlsNotifier::NotifyNewStream().

Change-Id: Ia63cfa59e5e2ec24bbf1b784164e6e41176fc589
2016-04-18 17:14:26 -07:00
..
hls_notifier.h HlsNotifier and implementation 2016-04-16 16:22:35 -07:00
master_playlist.cc Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00
master_playlist.h HlsNotifier and implementation 2016-04-16 16:22:35 -07:00
master_playlist_unittest.cc Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00
media_playlist.cc Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00
media_playlist.h Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00
media_playlist_unittest.cc Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00
mock_media_playlist.cc HLS MasterPlaylist class 2016-04-12 23:55:21 +00:00
mock_media_playlist.h HLS MasterPlaylist class 2016-04-12 23:55:21 +00:00
simple_hls_notifier.cc Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00
simple_hls_notifier.h Map to raw pointer instead of scoped_ptr 2016-04-17 00:12:10 -07:00
simple_hls_notifier_unittest.cc Fix small bugs in HLS playlist generation 2016-04-18 17:14:26 -07:00