shaka-packager/packager/media/formats/mp2t
KongQun Yang 8e96dd3b37 Address gcc build failures in some platforms
Seeing some failures on some platforms when compiled with clang
disabled:
  GYP_DEFINES="clang=0" gclient runhooks

Several changes to make it work:
1. Mark packager code with packager_code=1 in GYP definitions.
2. Disable a few checks in non-packager code, which we do not have
   direct control: dangling-else, deprecated-declarations,
                   unused-function
3. Fix the relevant errors in packager code.
4. Revert HAVE_STROPTS_H in curl config which is not available in
   all linux distributions.

Fixes #286
Fixes #293

Change-Id: I729b41f99403c5ad9487c6cc4a7dc06f6323cef8
2017-12-07 11:45:26 -08:00
..
ac3_header.cc Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08:00
ac3_header.h Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08:00
ac3_header_unittest.cc Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08:00
adts_header.cc Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08:00
adts_header.h Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08:00
adts_header_unittest.cc Refactor EsParserAdts to handle other audio 2017-10-25 23:21:35 +00:00
audio_header.h Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08: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_audio.cc Fix a parsing problem with AC3 in TS 2017-11-07 18:47:09 -08:00
es_parser_audio.h Add AC3 support in TS 2017-10-30 15:11:43 -07: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 Address gcc build failures in some platforms 2017-12-07 11:45:26 -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 Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
mp2t_common.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mp2t_media_parser.cc Log an error when seeing unsupported stream type in MPEG2TS 2017-12-01 14:56:22 -08:00
mp2t_media_parser.h Log an error when seeing unsupported stream type in MPEG2TS 2017-12-01 14:56:22 -08: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 Support encrypted E-AC3 in TS 2017-11-13 22:54:07 +00:00
pes_packet_generator.h Add AC3 support in TS 2017-10-30 15:11:43 -07:00
pes_packet_generator_unittest.cc Made StreamData Have Const Pointers 2017-09-19 21:06:29 +00:00
program_map_table_writer.cc Add AC3 support in TS 2017-10-30 15:11:43 -07:00
program_map_table_writer.h Refactor ProgramMapTableWriter 2017-10-25 20:25:56 +00:00
program_map_table_writer_unittest.cc Support encrypted AC3 in TS 2017-10-30 15:22:22 -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 Add AC3 support in TS 2017-10-30 15:11:43 -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 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 Support encrypted AC3 in TS 2017-10-30 15:22:22 -07:00
ts_segmenter.h Support encrypted AC3 in TS 2017-10-30 15:22:22 -07:00
ts_segmenter_unittest.cc Support encrypted AC3 in TS 2017-10-30 15:22:22 -07:00
ts_stream_type.h Log an error when seeing unsupported stream type in MPEG2TS 2017-12-01 14:56:22 -08:00
ts_writer.cc Support encrypted AC3 in TS 2017-10-30 15:22:22 -07:00
ts_writer.h Support encrypted AC3 in TS 2017-10-30 15:22:22 -07:00
ts_writer_unittest.cc Support encrypted AC3 in TS 2017-10-30 15:22:22 -07:00