shaka-packager/app
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
..
test Adding tests utilizing the sample packager binary. 2014-07-23 22:55:54 +00:00
fixed_key_encryption_flags.cc Added Widevine and fixed key decryption. 2014-09-05 10:38:21 -07:00
fixed_key_encryption_flags.h Added Widevine and fixed key decryption. 2014-09-05 10:38:21 -07:00
libcrypto_threading.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
libcrypto_threading.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
libcrypto_threading_posix.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
mpd_flags.cc Hooked MPD flags up to MpdOptions. 2014-06-28 11:28:05 +00:00
mpd_flags.h Hooked MPD flags up to MpdOptions. 2014-06-28 11:28:05 +00:00
mpd_generator.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
mpd_generator_flags.h Add copyright information. 2014-02-18 23:46:01 +00:00
muxer_flags.cc Deprecate normalize_presentation_timestamp 2014-07-23 22:55:54 +00:00
muxer_flags.h Deprecate normalize_presentation_timestamp 2014-07-23 22:55:54 +00:00
packager_main.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
packager_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
packager_util.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
stream_descriptor.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
stream_descriptor.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_encryption_flags.cc Added Widevine and fixed key decryption. 2014-09-05 10:38:21 -07:00
widevine_encryption_flags.h KeySource changes to support media decryption. 2014-09-03 12:06:58 -07:00