Chris Double
fc54c84453
Bug 1030527 - Seeking using Media Source Extensions fails with corrupted video message since async decoder landing - r=kinetik
...
--HG--
extra : rebase_source : d40125ff37760b4b0008cd5ac934b8d85edb7a74
2014-07-10 03:59:17 +00:00
Chris Double
f432d6c60c
Bug 1030539 - Seeking hangs due to time truncation in Media Source Extensions - r=kinetik
...
--HG--
extra : rebase_source : 169eb8b240894ec82606b0a15d74866ca5b52118
2014-06-26 14:40:55 +12:00
Eric Phan
661c2e8d55
Bug 1015985 - Set decoder seekable members outside of ReadMetadata by StateMachine. r=cpearce
2014-06-23 22:08:34 +12:00
Matthew Gregan
529f4b1054
Bug 1028144 - Remove dangerous public destructor of MediaDecoderReader. r=cpearce
2014-06-22 16:44:00 +12:00
Chris Pearce
92ac291127
Bug 979104 - MediaDecoderReader/StateMachine asynchronous decoding. r=kinetik
2014-06-18 17:07:02 +12:00
Ehsan Akhgari
b64a25fc13
Backed out changeset 0cdef46c65c1 (bug 979104) for causing bug 1024324
2014-06-13 16:20:37 -04:00
Chris Pearce
6efa8303c7
Bug 979104 - MediaDecoderReader/StateMachine asynchronous decoding. r=kinetik
2014-06-10 19:31:09 +12:00
Chris Double
2de7b06c76
Bug 1002297 - Seek in unbuffered ranges with MSE - r=kinetik
2014-06-02 22:25:42 +00:00
Matthew Gregan
d8900e1c9b
Bug 1013032 - Initialize pending subdecoders directly rather than waiting on a task (that may be blocked) to do it. r=cajbir
2014-05-19 19:59:00 +12:00
JW Wang
ba4ef49451
Bug 1000841 - remove SetActive() from MediaDecoderReader. Its user needs to know when to call SetIdle() only. r=cpearce
2014-05-19 04:23:00 +02:00
Matthew Gregan
8887c9ba1c
Bug 1002320 - Switch video readers at the earliest possible point rather than the latest. r=cajbir
2014-04-27 22:11:00 +12:00
Matthew Gregan
f8d0768980
Backout 07196a58650f (bug 1002320) so it can be relanded with a follow-up fix.
2014-04-29 18:52:18 +12:00
Matthew Gregan
1bf8764b16
Bug 1002320 - Switch video readers at the earliest possible point rather than the latest. r=cajbir
2014-04-27 22:11:00 +12:00
Chris Double
1f1f57ae59
Bug 1002290 - Set MediaSource duration when read by MediaSourceReader - r=kinetik
...
--HG--
extra : rebase_source : 07ac1618cf17fd09b72b4fcf7d1fd2973f989999
2014-04-28 14:39:27 +12:00
Matthew Gregan
dbe9c4100e
Bug 881512 - Use MediaTaskQueue to run MSE tasks rather than a per-MSE thread. r=cajbir
2014-04-25 22:42:00 +12:00
cajbir
f73a1081a6
Bug 1000608 - Populate active source buffers and fix/rename ContainsTime - r=kinetik
2014-04-23 19:44:00 +12:00
cajbir
af943fb408
Bug 1000608 - Implement seeking on MediaSourceDecoder - r=kinetik
2014-04-23 19:46:00 +12:00
Matthew Gregan
59b06dbdf1
Bug 881512 - Make sure any released decoders are destroyed on the main thread. r=cajbir
2014-04-24 00:44:00 +12:00
Matthew Gregan
7d7f4a76d1
Bug 881512 - Explicitly initialize ReadMetadata's aTags parameter to null. Also add some null deref tests. r=cajbir
2014-04-22 23:59:00 +12:00
Matthew Gregan
8c0bef6f0d
Bug 881512 - Fix bogus indexing of audio/video readers by ditching audio/video reader arrays and using the parent decoder directly. r=cajbir
2014-04-22 23:59:00 +12:00
Matthew Gregan
a9c7d69c02
Bug 881512 - Delay decoder initialization by indicating that we're waiting for subdecoders to be created. r=cajbir
2014-04-22 23:58:00 +12:00
Matthew Gregan
5cbaa3d53a
Bug 881512 - Don't mix refcounting with auto ptr use. Rather than try to hang on to the reader, punch the appropriate holes through via the state machine class. r=cajbir
2014-04-22 23:58:00 +12:00
Matthew Gregan
02cc6eb8bf
Bug 881512 - Use the base video and audio queues. Currently works by shifting media data from the sub-reader queues on each decode call. Future work could allow the sub-readers to use the base queues directly. r=cajbir
2014-04-22 01:33:00 +12:00
Matthew Gregan
2aec6e3155
Bug 881512 - Switch video readers on EOF. r=cajbir
2014-04-22 01:31:00 +12:00
Matthew Gregan
42c5690b52
Bug 881512 - Start processing multiple decoders. r=cajbir
2014-04-22 01:30:00 +12:00
Matthew Gregan
e50f2da194
Bug 881512 - Hide MediaSourceResource implementation details from HTMLMediaElement. r=cajbir
2014-04-14 23:24:00 +12:00
Matthew Gregan
90007339f3
Bug 979096 - Rename PR_LOG uses to MSE_LOG in content/media/mediasource. r=cajbir
2014-03-05 16:35:46 +13:00
cajbir
662d3a82d3
Bug 976037 - Implement an eviction algorithm for media source extensions - r=kinetik
...
--HG--
extra : rebase_source : 9727384f364f88957db822905436c19c4943c019
2014-02-28 13:54:48 +13:00
Wes Kocher
2e1f29b25d
Backed out changeset 3d8a39b9c13e (bug 976037) for media test failures
2014-02-26 15:38:48 -08:00
cajbir
10edaa01a7
Bug 976037 - Implement an eviction algorithm for media source extensions - r=kinetik
...
--HG--
extra : rebase_source : c21db9dc093b4021ab5dc192564d5fb3e93e2d2c
2014-02-26 15:33:06 +13:00
Chris Pearce
a5a1e40b94
Bug 968016 - Call MediaDecoderStateMachine::Init() in MediaSourceDecoder::Load(), like MediaDecoder. r=kinetik
...
Load() is called by the media load algorithm, and this behaviour matches the
existing MediaDecoder. Calling MediaDecoderStateMachine::Init() ensures that
we'll be able to init the state machine properly (i.e. its soon to be added
shared thread pools) before we decode.
2014-02-18 11:53:51 +13:00
Matthew Gregan
e3d1d94694
Bug 950120 - Use audio reader if no video reader available, and handle zero reader case. r=doublec
2013-12-16 16:24:44 +13:00
Matthew Gregan
6dcb5015db
Bug 939662 - Remove "using namespace mozilla::dom;" from MediaDecoder.h and fix fallout. r=cpearce
2013-11-18 17:22:47 +13:00
Phil Ringnalda
102ba52e3d
Back out 4fd2bf2ec8db (bug 939662) for Windows build bustage
...
CLOSED TREE
2013-11-18 21:34:48 -08:00
Matthew Gregan
f9db1edec7
Bug 939662 - Remove "using namespace mozilla::dom;" from MediaDecoder.h and fix fallout. r=cpearce
...
--HG--
extra : rebase_source : 922db8de8e9103e3001c26f23ed7402efa8237f5
2013-11-18 17:22:47 +13:00
Matthew Gregan
260addb88e
Bug 939613 - Remove MediaSource integration from HTMLMediaElement now and use the generic MediaDecoder interface, then move the necessary MS-specific bits to the MS decoder. r=doublec
2013-10-05 10:04:39 +02:00
Matthew Gregan
e1f44d3688
Bug 920867 - Split VideoInfo into Video and Audio objects, then encapsulate in new MediaInfo object. r=cpearce
2013-09-27 17:22:38 +12:00
Matthew Gregan
e17f79f435
Bug 905513 - Don't clobber audio VideoInfo fields when accepting video configuration. r=doublec
2013-09-27 17:22:38 +12:00
Matthew Gregan
2d3d5db790
Bug 905513 - Rework MediaSource/MediaElement integration and implement limited initial multiple-decoder support. r=doublec
2013-09-27 17:22:37 +12:00