shaka-packager/media/formats/mp2t
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
..
adts_header.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
adts_header.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
adts_header_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
es_parser.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
es_parser_adts.cc Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
es_parser_adts.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
es_parser_h264.cc Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
es_parser_h264.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
es_parser_h264_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
mp2t.gyp Enable more compilation checks in clang 2014-07-09 21:39:57 +00:00
mp2t_common.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
mp2t_media_parser.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
mp2t_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
mp2t_media_parser_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
ts_packet.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
ts_packet.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
ts_section.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
ts_section_pat.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
ts_section_pat.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
ts_section_pes.cc Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00
ts_section_pes.h Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
ts_section_pmt.cc Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
ts_section_pmt.h Add namespace edash_packager to packager codes 2014-09-22 12:51:40 -07:00
ts_section_psi.cc Clean up include files for int8_t,...int64_t 2014-10-01 00:44:07 +00:00
ts_section_psi.h Replace u?int(8|16|32|64) with u?int(8|16|32|64)_t 2014-09-30 17:39:07 -07:00