shaka-packager/media/base
Kongqun Yang 25b1038f5d Enable warnings and warnings-as-errors
The warnings and warnings-as-errors are enabled by set chromium_code to
1. Chromium build disables warnings and warnings-as-errors by default
on external contents.

And fix the errors with them enabled. Mostly defined but not used,
sign-unsign comparison, unsigned string formatting, and return value not
used etc.

Change-Id: I305b63924955a84172e98e0ebfe5aba0f11bdb37
2014-03-28 22:24:49 +00:00
..
aes_encryptor.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
aes_encryptor.h Add copyright information. 2014-02-18 23:46:01 +00:00
aes_encryptor_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
audio_stream_info.cc Change output messages to make it more human readable 2014-03-19 18:42:27 -07:00
audio_stream_info.h Add copyright information. 2014-02-18 23:46:01 +00:00
bit_reader.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
bit_reader.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
bit_reader_unittest.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
buffer_reader.cc Add copyright information. 2014-02-18 23:46:01 +00:00
buffer_reader.h Add copyright information. 2014-02-18 23:46:01 +00:00
buffer_writer.cc Add copyright information. 2014-02-18 23:46:01 +00:00
buffer_writer.h Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
buffer_writer_unittest.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
byte_queue.cc Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
byte_queue.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
container_names.cc Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
container_names.h Create MP4MediaParser and its dependents. 2013-10-03 16:00:54 -07:00
container_names_unittest.cc Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
decrypt_config.cc Implement write function for cenc and es_descriptor. 2014-01-07 16:59:52 -08:00
decrypt_config.h Remove TODOs 2014-03-28 14:30:27 -07:00
decryptor_source.h Add copyright information. 2014-02-18 23:46:01 +00:00
demuxer.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
demuxer.h Add copyright information. 2014-02-18 23:46:01 +00:00
encryptor_source.cc Add copyright information. 2014-02-18 23:46:01 +00:00
encryptor_source.h Remove TODOs 2014-03-28 14:30:27 -07:00
fake_prng.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
fake_prng.h Add copyright information. 2014-02-18 23:46:01 +00:00
fixed_encryptor_source.cc Add copyright information. 2014-02-18 23:46:01 +00:00
fixed_encryptor_source.h Add copyright information. 2014-02-18 23:46:01 +00:00
http_fetcher.cc Widevine encryptor source unittest 2014-03-12 10:56:31 -07:00
http_fetcher.h Remove TODOs 2014-03-28 14:30:27 -07:00
http_fetcher_unittest.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
limits.h Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
media_base.gyp Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
media_parser.h Remove TODOs 2014-03-28 14:30:27 -07:00
media_sample.cc Add copyright information. 2014-02-18 23:46:01 +00:00
media_sample.h Remove TODOs 2014-03-28 14:30:27 -07:00
media_stream.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
media_stream.h Add copyright information. 2014-02-18 23:46:01 +00:00
muxer.cc Fix flaky packager_test due to timestamp diff 2014-03-20 00:52:53 +00:00
muxer.h Fix flaky packager_test due to timestamp diff 2014-03-20 00:52:53 +00:00
muxer_options.cc Add copyright information. 2014-02-18 23:46:01 +00:00
muxer_options.h Add copyright information. 2014-02-18 23:46:01 +00:00
request_signer.cc Add copyright information. 2014-02-18 23:46:01 +00:00
request_signer.h Add copyright information. 2014-02-18 23:46:01 +00:00
rsa_key.cc Add copyright information. 2014-02-18 23:46:01 +00:00
rsa_key.h Add copyright information. 2014-02-18 23:46:01 +00:00
rsa_key_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
rsa_test_data.cc Add copyright information. 2014-02-18 23:46:01 +00:00
rsa_test_data.h Add copyright information. 2014-02-18 23:46:01 +00:00
status.cc Change output messages to make it more human readable 2014-03-19 18:42:27 -07:00
status.h Add copyright information. 2014-02-18 23:46:01 +00:00
status_test_util.h Add copyright information. 2014-02-18 23:46:01 +00:00
status_test_util_unittest.cc Add copyright information. 2014-02-18 23:46:01 +00:00
status_unittest.cc Change output messages to make it more human readable 2014-03-19 18:42:27 -07:00
stream_info.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
stream_info.h Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
text_track.h Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
video_stream_info.cc Change output messages to make it more human readable 2014-03-19 18:42:27 -07:00
video_stream_info.h Add copyright information. 2014-02-18 23:46:01 +00:00
widevine_encryptor_source.cc Enable warnings and warnings-as-errors 2014-03-28 22:24:49 +00:00
widevine_encryptor_source.h Widevine encryptor source unittest 2014-03-12 10:56:31 -07:00
widevine_encryptor_source_unittest.cc Widevine encryptor source unittest 2014-03-12 10:56:31 -07:00