shaka-packager/app
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
..
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 Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00: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