shaka-packager/packager/media/codecs
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
..
aac_audio_specific_config.cc Fix AAC-HE not correctly signaled in codec string 2017-04-13 23:40:23 +00:00
aac_audio_specific_config.h Fix AAC-HE not correctly signaled in codec string 2017-04-13 23:40:23 +00:00
aac_audio_specific_config_unittest.cc Fix AAC-HE not correctly signaled in codec string 2017-04-13 23:40:23 +00:00
avc_decoder_configuration_record.cc Fix avc3 codec string problem 2017-04-28 19:24:11 +00:00
avc_decoder_configuration_record.h Fix avc3 codec string problem 2017-04-28 19:24:11 +00:00
avc_decoder_configuration_record_unittest.cc Fix avc3 codec string problem 2017-04-28 19:24:11 +00:00
codecs.gyp Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
decoder_configuration_record.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
decoder_configuration_record.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
ec3_audio_util.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
ec3_audio_util.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
ec3_audio_util_unittest.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
es_descriptor.cc Windows build working 2016-08-18 08:30:26 -07:00
es_descriptor.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
es_descriptor_unittest.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
h26x_bit_reader.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
h26x_bit_reader.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
h26x_bit_reader_unittest.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
h26x_byte_to_unit_stream_converter.cc Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
h26x_byte_to_unit_stream_converter.h Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
h264_byte_to_unit_stream_converter.cc Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
h264_byte_to_unit_stream_converter.h Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
h264_byte_to_unit_stream_converter_unittest.cc Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
h264_parser.cc Change {luma,chrome}_weight_flag to arrays 2017-03-24 21:14:18 +00:00
h264_parser.h Change {luma,chrome}_weight_flag to arrays 2017-03-24 21:14:18 +00:00
h264_parser_unittest.cc Change {luma,chrome}_weight_flag to arrays 2017-03-24 21:14:18 +00:00
h265_byte_to_unit_stream_converter.cc Fix order of VPS, SPS, PPS in hvcC box of HEVC/MP4 (#300) 2017-11-30 14:34:42 -08:00
h265_byte_to_unit_stream_converter.h Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
h265_byte_to_unit_stream_converter_unittest.cc Fix order of VPS, SPS, PPS in hvcC box of HEVC/MP4 (#300) 2017-11-30 14:34:42 -08:00
h265_parser.cc Change values for slice header attributes 2016-12-15 17:07:17 -08:00
h265_parser.h Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
h265_parser_unittest.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
hevc_decoder_configuration_record.cc Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
hevc_decoder_configuration_record.h Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
hevc_decoder_configuration_record_unittest.cc Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
nal_unit_to_byte_stream_converter.cc Fix an issue in NalUnitToByteStreamConverter. 2017-06-19 20:19:11 +00:00
nal_unit_to_byte_stream_converter.h Update NalUnitToByteStreamConvert to support escaping encrypted NAL only 2017-03-23 18:21:24 +00:00
nal_unit_to_byte_stream_converter_unittest.cc Fix an issue in NalUnitToByteStreamConverter. 2017-06-19 20:19:11 +00:00
nalu_reader.cc Make NaluReader skip encrypted portion 2017-06-22 22:09:59 +00:00
nalu_reader.h Make NaluReader skip encrypted portion 2017-06-22 22:09:59 +00:00
nalu_reader_unittest.cc Make NaluReader skip encrypted portion 2017-06-22 22:09:59 +00:00
video_slice_header_parser.cc Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
video_slice_header_parser.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
video_slice_header_parser_unittest.cc Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
vp8_parser.cc Add support for WebM colour element 2017-05-02 20:22:17 +00:00
vp8_parser.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
vp8_parser_unittest.cc Support v1 vp9 in iso-bmff 2017-04-27 19:37:14 +00:00
vp9_parser.cc Add support for WebM colour element 2017-05-02 20:22:17 +00:00
vp9_parser.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
vp9_parser_unittest.cc Support v1 vp9 in iso-bmff 2017-04-27 19:37:14 +00:00
vp_codec_configuration_record.cc Add support for WebM colour element 2017-05-02 20:22:17 +00:00
vp_codec_configuration_record.h Add support for WebM colour element 2017-05-02 20:22:17 +00:00
vp_codec_configuration_record_unittest.cc Add support for WebM colour element 2017-05-02 20:22:17 +00:00
vpx_parser.h Rename filters directory to codecs 2016-05-27 16:13:19 -07:00
webvtt_util.h Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00