shaka-packager/packager/media/formats/mp2t
Kongqun Yang 24ba12c18e Remove escape parameter in NalUnitToByteStreamConverter
The spec actually requires all NAL units to be escaped, so there
is no need to escape it again.

NAL byte stream is one demarcation method; NAL unit stream is another
demarcation method. Regardless of the demarcation method used, the
requirement for NAL unit is the same. See the last paragraph of
7.4.1 NAL unit semantics on the requirement on emulation prevention bytes.

Change-Id: Icc63fcc5cf965632e331f5af5f673164c7c1663a
2017-03-02 23:01:53 +00:00
..
adts_header.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
adts_header.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
adts_header_unittest.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
continuity_counter.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
continuity_counter.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
es_parser.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_adts.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_adts.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_h26x.cc Keep slice data partition NALs in clear 2017-02-28 18:10:30 -08:00
es_parser_h26x.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_h26x_unittest.cc Keep slice data partition NALs in clear 2017-02-28 18:10:30 -08:00
es_parser_h264.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_h264.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_h264_unittest.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
es_parser_h265.cc Keep slice data partition NALs in clear 2017-02-28 18:10:30 -08:00
es_parser_h265.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
mp2t.gyp Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
mp2t_common.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mp2t_media_parser.cc Add a warning message when seeing unsupported stream type 2017-02-09 12:38:49 -08:00
mp2t_media_parser.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
mp2t_media_parser_unittest.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
pes_packet.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
pes_packet.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
pes_packet_generator.cc Remove escape parameter in NalUnitToByteStreamConverter 2017-03-02 23:01:53 +00:00
pes_packet_generator.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
pes_packet_generator_unittest.cc Remove escape parameter in NalUnitToByteStreamConverter 2017-03-02 23:01:53 +00:00
program_map_table_writer.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
program_map_table_writer.h Fix TS and Media Playlist with clear lead 2016-07-01 10:43:11 -07:00
program_map_table_writer_unittest.cc Fix TS and Media Playlist with clear lead 2016-07-01 10:43:11 -07:00
ts_muxer.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
ts_muxer.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
ts_packet.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
ts_packet.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_packet_writer_util.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
ts_packet_writer_util.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_section.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_section_pat.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_section_pat.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_section_pes.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
ts_section_pes.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_section_pmt.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
ts_section_pmt.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_section_psi.cc Add appveyor config for Windows CI 2016-08-23 12:24:34 -07:00
ts_section_psi.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_segmenter.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
ts_segmenter.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
ts_segmenter_unittest.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
ts_writer.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
ts_writer.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_writer_unittest.cc Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00