shaka-packager/packager/media/formats/mp2t
Aaron Vaage 16eff80497 Made StreamData Have Const Pointers
In prep for changes to Trick Play, we want to make all messages
copy on write so that if the same message is sent to multiple
handlers, it is not possible for one handler to change the data
another handler is using.

Change-Id: I554166ca11c532412e4dfced5603972ca24dc2bb
2017-09-19 21:06:29 +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 Fix avc3 codec string problem 2017-04-28 19:24:11 +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 Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
es_parser_h265.h Replace scoped_refptr with std::shared_ptr 2017-01-26 02:20:47 +00:00
mp2t.gyp Integrate EncryptionHandler 2017-03-23 18:25:59 +00:00
mp2t_common.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mp2t_media_parser.cc Use VLOG(1) instead for unsupported stream type 2017-07-05 23:09:58 +00: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 Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
pes_packet_generator.h Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
pes_packet_generator_unittest.cc Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
program_map_table_writer.cc Fix AAC-HE not correctly signaled in codec string 2017-04-13 23:40:23 +00: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 Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
ts_muxer.h Made StreamData Have Const Pointers 2017-09-19 21:06:29 +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 Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
ts_segmenter.h Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
ts_segmenter_unittest.cc Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
ts_writer.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
ts_writer.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
ts_writer_unittest.cc Rename trick play rate to trick play factor. 2017-05-17 21:51:34 +00:00