shaka-packager/packager/media/event
Kongqun Yang 277c5b23c0 Allow generating avc3 / hev1 from TS and Wvm files
Added a flag --strip_parameter_set_nalus. When enabled, parameter
set NAL units, SPS/PPS for H264 and SPS/PPS/VPS for H265, are stripped
from frames when converting NAL byte stream (AnnexB stream) to NAL
unit stream, which generates avc1/hvc1; otherwise they are not
stripped, and avc3/hev1 is generated.

Parameter set NAL units should not be stripped if they are varying
in the frames otherwise the frames may fail to be decoded.

The flag is enabled by default as we don't usually see varying
SPS/PPS/VPS and it is more space efficient with them stripped.

Set --strip_parameter_set_nalus=false to disable the flag if there
are varying SPS/PPS/VPS in the frames. This addresses #206.

Change-Id: I34bde6f33069f9f77d51a510b39f58a0f0e141aa
2017-03-23 13:53:14 -07:00
..
hls_notify_muxer_listener.cc Ensure some method calls NotifyEncryptionStart() 2016-11-08 15:56:28 -08:00
hls_notify_muxer_listener.h Ensure some method calls NotifyEncryptionStart() 2016-11-08 15:56:28 -08:00
hls_notify_muxer_listener_unittest.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
media_event.gyp Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
mock_muxer_listener.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mock_muxer_listener.h Fix HLS packaging failure with clear lead = 0 2016-07-11 20:43:01 +00:00
mpd_notify_muxer_listener.cc Fix mpd duration not set in static live manifest 2017-02-11 00:52:32 +00:00
mpd_notify_muxer_listener.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
mpd_notify_muxer_listener_unittest.cc Integrate ChunkingHandler 2017-03-16 20:54:36 +00:00
muxer_listener.h Fix HLS packaging failure with clear lead = 0 2016-07-11 20:43:01 +00:00
muxer_listener_internal.cc Fix mpd duration not set in static live manifest 2017-02-11 00:52:32 +00:00
muxer_listener_internal.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
muxer_listener_test_helper.cc Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
muxer_listener_test_helper.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
progress_listener.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
vod_media_info_dump_muxer_listener.cc Update cmd flags to support static mpd with live profile 2017-01-13 20:00:10 +00:00
vod_media_info_dump_muxer_listener.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
vod_media_info_dump_muxer_listener_unittest.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00