shaka-packager/media/base
KongQun Yang d1068964ae Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t
u?int(8|16|32|64) are DEPRECATED per base/basictypes.h.

The change was made using the below commands with some adjustments for
pretty formatting:
> find {media,app,mpd} -name '*.proto' -prune -o -type f -exec sed -r -i
's/\b(u?int[0-9]+)\b/\1_t/g' {} \;
> git clang-format

Change-Id: I99d2e5e0fbbdbc5d7b9eb121b4622de780413f53
2014-09-30 17:39:07 -07:00
..
aes_encryptor.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
aes_encryptor.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
aes_encryptor_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
audio_stream_info.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
audio_stream_info.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
audio_timestamp_helper.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
audio_timestamp_helper.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
audio_timestamp_helper_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
bit_reader.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
bit_reader.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
bit_reader_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
buffer_reader.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
buffer_reader.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
buffer_writer.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
buffer_writer.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
buffer_writer_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
byte_queue.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
byte_queue.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
closure_thread.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
closure_thread.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
closure_thread_unittest.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
container_names.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
container_names.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
container_names_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
decrypt_config.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
decrypt_config.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
decryptor_source.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
demuxer.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
demuxer.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
fake_prng.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
fake_prng.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
http_fetcher.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
http_fetcher.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
http_fetcher_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
key_source.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
key_source.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
limits.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
media_base.gyp WVM parser and demuxer. 2014-09-11 16:26:30 -07:00
media_parser.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
media_sample.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
media_sample.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
media_stream.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
media_stream.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
muxer.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
muxer.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
muxer_options.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
muxer_options.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
muxer_util.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
muxer_util.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
muxer_util_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
network_util.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
network_util.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
offset_byte_queue.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
offset_byte_queue.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
offset_byte_queue_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
producer_consumer_queue.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
producer_consumer_queue_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
request_signer.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
request_signer.h Implemented AES-CBC with Ciphertext Stealing for WVM decryption. 2014-09-24 15:38:17 -07:00
rsa_key.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
rsa_key.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
rsa_key_unittest.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
rsa_test_data.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
rsa_test_data.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
status.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
status.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
status_test_util.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
status_test_util_unittest.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
status_unittest.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
stream_info.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
stream_info.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
text_track.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
timestamp.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
video_stream_info.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
video_stream_info.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
widevine_key_source.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
widevine_key_source.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
widevine_key_source_unittest.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00