shaka-packager/packager
Joey Parrish cfbe5c08c2 cleanup: Convert all time parameters to signed
This converts all time parameters to signed, finishing a cleanup that
was started in 2018 in b4256bf0.  This changes the type of:
  - timestamps
    - PTS specifically
  - timestamp offsets
  - timescales
  - durations

This excludes:
  - MP4 box definitions
  - DTS specifically

This is meant to address signed/unsigned conversion issues on arm64
that caused some test cases to fail.

Change-Id: Ic752a20cbc6e31fea6bc0894d1771833171e7cbe
2021-08-05 18:24:15 +00:00
..
app cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
hls cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
media cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
mpd cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
testing build: Stop using hermetic clang, libc++, etc 2021-07-29 13:54:44 -07:00
third_party build: Disable CPU-specific optimizations in libpng 2021-08-04 12:27:10 -07:00
tools Fix python linter errors and add linter checks to CI 2021-06-21 21:46:48 +00:00
version Fix python linter errors and add linter checks to CI 2021-06-21 21:46:48 +00:00
common.gypi build: Stop using hermetic clang, libc++, etc 2021-07-29 13:54:44 -07:00
packager.cc Add segment_list support for DASH on-demand profile 2021-05-25 12:08:58 -07:00
packager.gyp Fix Windows shared_library builds 2021-06-15 13:16:47 -07:00
packager.h cleanup: Convert all time parameters to signed 2021-08-05 18:24:15 +00:00
packager_test.cc Return an error when seeing duplicated outputs 2018-11-27 22:38:48 +00:00
protoc.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
status.cc Fix error code message for trick play error 2018-12-13 00:26:55 +00:00
status.h Cleans up Status class 2018-01-31 03:32:07 +00:00
status_macros.h Generate full segment after cue point 2018-03-27 19:14:26 +00:00
status_test_util.h Implement multi DRM support. (Part 1) 2018-03-03 01:39:16 +00:00
status_unittest.cc Cleans up Status class 2018-01-31 03:32:07 +00:00