shaka-packager/media/base
KongQun Yang f907cb18f8 Clean up include files for int8_t,...int64_t
Use <stdint.h> rather than "base/basictypes.h".

This is a follow up to previous CL.

Also get rid of ku?intxx(min|max) and use std::numeric_limits as per
base/basictypes.h, it is DEPRECATED too.

The change was made using the below commands with some adjustments like
include order etc:
> find {media,app,mpd} -type f -exec sed -r -i
  's/"base\/basictypes.h"/<stdint.h>/' {} \;
> find {media,app,mpd} -type f -exec sed -r -i
  's/k(u?int[0-9]+)(min|max)/std::numeric_limits<\1_t>::\2\(\)/g' {} \;

Change-Id: I6347723989c3d66e64ffcc54123b5c182b8c71b7
2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
container_names.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
offset_byte_queue.cc Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
offset_byte_queue.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
offset_byte_queue_unittest.cc Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
rsa_key_unittest.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
rsa_test_data.cc Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
rsa_test_data.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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