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
Jacob Trimble
00af192626
Cleanup HttpFile and related PR.
...
This implements many of the comments made on the PR and cleans up those
files.
Closes #149
Change-Id: Ice73fe3c04a6f595da6986a4c070e50cb20f9435
2021-03-02 17:43:47 +00:00
Haoming Chen
feeb7361ff
Clean up #ifndef in packager/media. ( #310 )
2017-12-19 16:56:36 -08:00
KongQun Yang
3bad4ca700
Move status.h under packager/
...
Change-Id: I4a7f34c575c1c8b9a9a275f3889cf8641cfdd471
2017-06-30 11:35:18 -07:00
Yohann Connell
24b0e3031a
Adding PlayReady support to Shaka packager
...
PlayReady Header Object Spec (PSSH Data VOD)
http://download.microsoft.com/download/2/3/8/238F67D9-1B8B-48D3-AB83-9C00112268B2/PlayReady%20Header%20Object%202015-08-13-FINAL-CL.PDF
PlayReady Live Streaming Spec (Consult Appendix for package acquisition information)
http://download.microsoft.com/download/2/D/D/2DD6B4E8-CABF-4DE9-8F61-895BE8F1ED33/ProtectingLiveTVServicesWithPlayReady_March2015.pdf
Issue #128
Change-Id: Ic5c0d6c642ceba3bdf9e8e413934f0fbcba242e6
2017-01-24 13:36:47 -08:00
Kongqun Yang
4f9c8ea781
Rename top level namespace to shaka
...
Issue #103
Change-Id: I67945c8ec6d2c178494d3b5400e5ec0170e9d115
2016-05-24 21:55:55 +00:00
Kongqun Yang
47c79d08ce
Update code to resolve problems due to base updates.
...
Notably deprecate of OVERRIDE, to be replaced with C++11 override.
Bug: 22463130
Bug: 22664127
Change-Id: I12c82e092e9e8eb0870da4363307c3563a3531b7
2015-10-16 20:09:56 +00:00
Thomas Inskip
e3d18b684c
Added static initialization and cleanup of libxml and libcurl.
...
Change-Id: I31cfc9a76c3c90c66059998ffc77371619a43acc
2015-03-24 11:01:10 -07:00
Ramji Chandramouli
8cc29520b0
KeyFetcher interface and HTTP impl to retrieve keys from the Widevine
...
License Service.
Change-Id: Icb1af3fd26a5243293dd089888d4b396539fd768
2014-10-09 18:19:22 -07:00