Haoming Chen
feeb7361ff
Clean up #ifndef in packager/media. ( #310 )
2017-12-19 16:56:36 -08:00
Aaron Vaage
16eff80497
Made StreamData Have Const Pointers
...
In prep for changes to Trick Play, we want to make all messages
copy on write so that if the same message is sent to multiple
handlers, it is not possible for one handler to change the data
another handler is using.
Change-Id: I554166ca11c532412e4dfced5603972ca24dc2bb
2017-09-19 21:06:29 +00:00
KongQun Yang
eb98a87f7d
Move packager/media/file to packager/file
...
Change-Id: Idc0d75a7ceab7c8ce460ef896fdefdec088124bb
2017-07-17 12:08:28 -07:00
KongQun Yang
3bad4ca700
Move status.h under packager/
...
Change-Id: I4a7f34c575c1c8b9a9a275f3889cf8641cfdd471
2017-06-30 11:35:18 -07:00
KongQun Yang
3443048e80
Fix WebM timestamp overflow if longer than 2.5 hours
...
Fixes #233
Change-Id: I3431f8e68bfb1de222b8ab967c9cac6a821b4f53
2017-05-17 17:00:44 -07:00
KongQun Yang
3d7635d5de
Integrate EncryptionHandler
...
Change-Id: I639e5707994a6601ee02078cd6f77cb38b481585
2017-03-23 18:25:59 +00:00
Kongqun Yang
0c3fb49eeb
[WebM] Fix output truncated if using the same file name for I/O
...
Open output file in DoFinalize() to ensure that the input file has been
closed already.
Fixes #210
Change-Id: I935941b31c667e49be030c8da9f953d8387c7a9d
2017-03-17 01:07:49 +00:00
Kongqun Yang
97fbaaa567
Replace scoped_refptr with std::shared_ptr
...
Change-Id: Ie8ea66e78c42c7387a97bb1abc331c636be11aa4
2017-01-26 02:20:47 +00:00
Haoming Chen
93fe5457bf
Fix x64 build on Windows.
...
- Fix integer conversion warnings.
- Fix #168 .
Change-Id: Ie9aadea86a293b49e0854d6549800083143c79df
2017-01-05 14:19:35 -08:00
Kyle Alexander
0c2ee4c844
Add support for 4K and 8K content.
...
Adds UHD1 and UHD2 track types to support 4K and 8K content.
Bug: Closes #163
Change-Id: I8fd893725cae88e9944244a48607cbaab591b401
2016-12-13 19:24:22 +00:00
Kongqun Yang
644629c616
Replace scoped_ptr with std::unique_ptr
...
Change-Id: I1ed18bf876b6154d08a1f7913aa7e76c525451f9
2016-08-18 17:12: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
KongQun Yang
a040fb711c
Handle side data properly in webm
...
Change-Id: Ic8c81154ea66374df62a4a46d66c45b3035a7829
2016-01-09 00:32:08 +00:00
Jacob Trimble
db9460ca4e
Added packager version to WebM muxer.
...
Also fixed WebM unit tests to match.
Change-Id: Ia0825b13f074667bc2fb13c60f3a1a9c4e4bf67a
2016-01-08 11:20:31 -08:00
Jacob Trimble
7b52f0a3ed
Added unit tests for WebM Segmenters.
...
* Changed Segmenters to accept StreamInfo rather than MediaStream
to help in testing.
* Changed MemoryFile behavior to mirror local file:
* Read non-existent file is an error.
* Write deletes any existing file.
* Fixed a bug in SingleSegmentSegmenter.
Change-Id: I339e35597ca4661b7a26c6fdbbfa2f9f511c7da0
2016-01-07 17:07:02 +00:00