shaka-packager/packager/media/event
Rintaro Kuroiwa c3c971ebd9 Add pixel_{width,height} to VideoStreamInfo
- Added logic to container parsers to extract pixel width and height.
- If the container doesn't contain the pixel width and height of the
  stream and the stream is H264, this parses the SPS to get the
  sar_width and sar_height.
- If extracted sar_width and sar_height are 0s then they imply 1s.
- Add hb2_v_frag.mp4 for test media. This does not have a
  'pasp' box and has sar_width = 8 sar_height = 9.

Change-Id: I4a06ce95582547bec19adb7905e7612c5a1f359e
2015-06-29 11:17:28 -07:00
..
media_event.gyp Fix various errors discovered during integration 2014-10-06 12:44:54 -07:00
mpd_notify_muxer_listener.cc Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
mpd_notify_muxer_listener.h Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
muxer_listener.h Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
muxer_listener_internal.cc Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
muxer_listener_internal.h Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
progress_listener.h Add ProgressListener for progress updates 2015-05-14 19:09:02 -07:00
vod_media_info_dump_muxer_listener.cc Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
vod_media_info_dump_muxer_listener.h Make {Video,Audio,Text}Info optional 2015-06-25 17:41:00 -07:00
vod_media_info_dump_muxer_listener_unittest.cc Add pixel_{width,height} to VideoStreamInfo 2015-06-29 11:17:28 -07:00