shaka-packager/packager/media/formats/mp2t
Kongqun Yang c3d1dc1733 Deprecate STLDeleter and string_as_array
1. Replace STLDeleter with unique_ptr in container, which is
   supported in C++11
2. Replace string_as_array with &string[0] which is guaranteed
   to work in C++11

Change-Id: I7f39c0e51fc8a3fcbb41313094a0ca6b33db7bf3
2016-09-01 17:39:11 +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 Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
es_parser_adts.cc Add appveyor config for Windows CI 2016-08-23 12:24:34 -07:00
es_parser_adts.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
es_parser_h26x.cc Fix access unit detection problem for H264 2016-08-29 11:19:52 -07:00
es_parser_h26x.h Fix access unit detection problem for H264 2016-08-29 11:19:52 -07:00
es_parser_h26x_unittest.cc Fix access unit detection problem for H264 2016-08-29 11:19:52 -07:00
es_parser_h264.cc Fix access unit detection problem for H264 2016-08-29 11:19:52 -07:00
es_parser_h264.h Fix access unit detection problem for H264 2016-08-29 11:19:52 -07:00
es_parser_h264_unittest.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
es_parser_h265.cc Fix access unit detection problem for H264 2016-08-29 11:19:52 -07:00
es_parser_h265.h Fix access unit detection problem for H264 2016-08-29 11:19:52 -07: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 Deprecate STLDeleter and string_as_array 2016-09-01 17:39:11 +00:00
mp2t_media_parser.h Deprecate STLDeleter and string_as_array 2016-09-01 17:39:11 +00:00
mp2t_media_parser_unittest.cc Fix access unit detection problem for H264 2016-08-29 11:19:52 -07: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 Deprecate STLDeleter and string_as_array 2016-09-01 17:39:11 +00:00
pes_packet_generator.h Deprecate STLDeleter and string_as_array 2016-09-01 17:39:11 +00:00
pes_packet_generator_unittest.cc Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
program_map_table_writer.cc Windows build working 2016-08-18 08:30:26 -07: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 Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_muxer.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_packet.cc Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_packet.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
ts_packet_writer_util.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00: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 Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_section_pes.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_section_pmt.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00: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_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_segmenter.h Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_segmenter_unittest.cc Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00
ts_writer.cc Replace scoped_ptr with std::unique_ptr 2016-08-18 17:12:36 -07: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_ptr with std::unique_ptr 2016-08-18 17:12:36 -07:00