Joey Parrish
4e310f03bf
style: Use angle-brackets for all internal headers ( #1271 )
...
This feeds into efforts to create a working install target.
The order of headers is still funky, and was "fixed" by clang-format,
but in a way that doesn't exactly align with the style guide. Further
cleanup of header order is coming in a follow-up PR.
2023-10-11 07:51:11 +08:00
Cosmin Stejerean
1337e86597
style: cleanup unused includes and use consistent <> for external code ( #1267 )
2023-10-09 16:21:41 -07:00
Carlos Bentzen
56d3304045
feat: port media/formats/webm to CMake ( #1147 )
...
Issue #1047 (CMake port)
Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>
2022-12-16 21:40:00 -08:00
Joey Parrish
1131bf7eea
chore: Mass-update copyright headers ( #1086 )
...
Closes #1076
2022-08-26 08:44:59 -07: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
KongQun Yang
3d7635d5de
Integrate EncryptionHandler
...
Change-Id: I639e5707994a6601ee02078cd6f77cb38b481585
2017-03-23 18:25:59 +00:00
Kongqun Yang
97fbaaa567
Replace scoped_refptr with std::shared_ptr
...
Change-Id: Ie8ea66e78c42c7387a97bb1abc331c636be11aa4
2017-01-26 02:20:47 +00:00
Kongqun Yang
644629c616
Replace scoped_ptr with std::unique_ptr
...
Change-Id: I1ed18bf876b6154d08a1f7913aa7e76c525451f9
2016-08-18 17:12:36 -07:00
Thomas Inskip
db92c9a22b
Implemented WebM VP9 subsample encryption and decryption.
...
Change-Id: I98f02c05ec8bcc976e01ff41478e92b8809c0076
2016-08-18 13:55:36 -07:00
Kongqun Yang
4f9c8ea781
Rename top level namespace to shaka
...
Issue #103
Change-Id: I67945c8ec6d2c178494d3b5400e5ec0170e9d115
2016-05-24 21:55:55 +00:00
Jacob Trimble
d1d75f477c
Add encryption support to WebM.
...
This does not support key-rotation and will give an error. This is
because WebM does not have a way to indicate a change in key ID using
media segments.
b/22463551
Change-Id: I9b3dac818dc370302a5afc0d25d8a060b64d30cd
2016-01-15 11:51:41 -08:00