Bobby Holley
b007d59daf
Bug 1097823 - Followup fix to ensure that the borrowed task queue doesn't get destroyed before subdecoders shut down. rpending=cpearce
2014-12-07 13:25:11 -08:00
Bobby Holley
0bff227286
Bug 1097823 - Replace AudioDecodeRendezvous with promise-y goodness. r=cpearce,karlt
2014-12-07 11:21:35 -08:00
Bobby Holley
0fea43410f
Bug 1097823 - Use MediaPromises for RequestAudioData and RequestVideoData. r=cpearce
2014-12-07 11:21:35 -08:00
Bobby Holley
6e5aa9c858
Bug 1097823 - Implement Media Promises. r=cpearce
2014-12-07 11:21:34 -08:00
Bobby Holley
d39a169145
Bug 1097823 - Implement MediaTaskQueue::ForceDispatch. r=cpearce
...
This is necessary to have strong guarantees that promises will be resolved.
While we're flushing the task queue, normal dispatch starts to fail,
meaning that we can't dispatch promise resolution. We have 3 options to handle
this:
(A) Never respond to the promise.
(B) Invoke the Resolve/Reject callback synchronously if dispatch fails.
(C) Prevent dispatch from failing.
(C) seems like the option least likely to violate invariants if we can get away
with it. Promise resolution is unlikely to be a heavyweight task in the way that
a decode task might be, so this should hopefully be ok.
Note that this still doesn't help for bonafide task queue shutdown. It's up to
consumers to tear down their MediaPromiseHolders before the task queues are shut
down.
2014-12-07 11:21:34 -08:00
Bobby Holley
5f6567b606
Bug 1097823 - Move NotDecodedReason from RequestSampleCallback to MediaDecoderReader. r=cpearce
2014-12-07 11:21:34 -08:00
Ryan VanderMeulen
2749f3ea85
Backed out 5 changesets (bug 1098126) for Windows web-platform-test failures.
...
Backed out changeset 7cf7a6ea28c2 (bug 1098126)
Backed out changeset 21aab02fb41c (bug 1098126)
Backed out changeset 55dba2167b36 (bug 1098126)
Backed out changeset 73c2707c4f60 (bug 1098126)
Backed out changeset 4d6a52c5fb75 (bug 1098126)
2014-12-05 20:09:54 -05:00
Anthony Jones
a81752884a
Bug 1098126 - Add CENC support to MoofParser; r=edwin
2014-12-05 14:17:23 -08:00
Chris Pearce
a904300204
Bug 1049272 - Expose sandbox vouchers to GMPs. r=jesup
2014-12-05 00:43:41 -08:00
JW Wang
69e7047151
Bug 1107545 - add off-main-thread tests for GMPStorage APIs. r=cpearce.
2014-12-04 21:34:00 +01:00
JW Wang
94032a1f1b
Bug 1107545 - introduce a test manager to make storage tests scalable. r=cpearce.
2014-12-04 21:32:00 +01:00
Jan-Ivar Bruaroey
48afd85093
Bug 1091898 - restore exception-handling around legacy callbacks. r=mt
2014-12-08 09:37:14 -06:00
Jan-Ivar Bruaroey
47e31bc7a0
Bug 1091898 - promise-chain test + converted non-harness-using tests to promises. r=drno
2014-12-08 10:28:52 -06:00
Jan-Ivar Bruaroey
3dbb3e8d0c
Bug 1091898 - remove old non-spec exceptionhandling around callbacks. r=jesup, r=drno
2014-11-26 22:35:54 -05:00
Jan-Ivar Bruaroey
a0290b4999
Bug 1091898 - add RTCPeerConnection hybrid with promises. r=bz, r=mt
2014-12-08 09:36:18 -06:00
Jan-Ivar Bruaroey
47af3a98f2
Bug 1091898 - pass in getWebIDLCallerPrincipal().origin to IdP to allow use of Promises. r=mt
2014-12-08 09:53:47 -06:00
Jan-Ivar Bruaroey
b8d08155b6
Bug 1091898 - remove webrtc-specific testing of webidl exceptions. r=jesup, r=drno
2014-12-08 09:50:35 -06:00
Jan-Ivar Bruaroey
5678724115
Bug 1091898 - add Error names to PeerConnection errors rather than empty string. r=jesup
2014-12-08 09:35:32 -06:00
Jean-Yves Avenard
0ad46e126e
Bug 1107264 - Enable the use of FFmpeg on mac. r=k17e
2014-12-03 14:41:49 -08:00
Paul Adenot
b3629ff9c1
Bug 1092831 - AnalyserNode should have channelCountMode set to "max" by default. r=ehsan
...
Spec change: https://github.com/WebAudio/web-audio-api/issues/450
--HG--
extra : rebase_source : f8e71f73e45f31e31c745e29e4b694778d7db445
2014-12-04 11:22:51 -08:00
Paul Adenot
02fe06369c
Bug 1100349 - Tests for the StereoPannerNode. r=ehsan
...
--HG--
extra : rebase_source : 4944c4626f5e6ab40a95be8bc02b4389572077a7
2014-11-19 18:16:07 +01:00
Paul Adenot
44696fc60b
Bug 1100349 - Implement StereoPannerNode. r=ehsan,smaug
...
--HG--
extra : rebase_source : c0d3df3c4ea01001c0800997edbdf441c7287fb8
2014-11-19 18:15:13 +01:00
Matt Woodrow
a79a317823
Bug 1107274 - Don't return EOS from MP4Reader until all frames have been output. r=cpearce
2014-12-04 11:51:30 -08:00
Chris Pearce
77a45da243
Bug 1104970 - Store GMPStorage record names at the start of each record. r=jesup
2014-12-03 13:36:00 +01:00
Chris Pearce
65ae37ec73
Bug 1104970 - Handle GMPStorage write failure in gtest. r=edwin
2014-12-03 13:34:00 +01:00
Mike Habicher
a7c74a2f9a
Bug 1103400 - add autofocus support to WebRTC on Gonk, r=aosmond,jesup
2014-12-03 17:08:00 +01:00
Matthew Gregan
8db9fef65c
Bug 1106657 - Move MOZ_PDM_VPX definition to moz.build. r=bholley
2014-12-02 14:00:45 +13:00
Andreas Pehrson
a2e4aaa5db
Bug 1106547 - Return EOS after drain is complete, rather than before. r=cpearce
2014-12-01 22:10:00 +01:00
Andreas Pehrson
480f27a888
Bug 1105126 - Change test_eme_stream_capture_blocked.html to check loadeddata instead of canplay. r=cpearce
2014-12-01 19:24:00 +01:00
Bobby Holley
6f72e4759f
Bug 1104964 - Make MediaDecoderReader own the task queue. r=cpearce
2014-12-01 21:51:03 -08:00
Bobby Holley
f5549dba7e
Bug 1104964 - Rename the task queue for hardware video decoding to something more obvious. r=cpearce
...
Otherwise it will shadow the mTaskQueue that we're about to introduce on
MediaDecoderReader.
2014-12-01 21:51:02 -08:00
Bobby Holley
a51815e6f2
Bug 1104964 - Split shutdown initiatation and queue-drain-waiting into separate pieces. r=cpearce
...
This patch shouldn't change any behavior. The upcoming patch takes advantage of
these separate pieces.
2014-12-01 21:51:02 -08:00
Bobby Holley
7a9636027d
Bug 1104964 - Make sure that MediaDecoderReader::Shutdown is always called. r=cpearce
2014-12-01 21:51:02 -08:00
Bobby Holley
5e569529a8
Bug 1104964 - Handle ShutdownPoolsEvent race. r=cpearce
2014-12-01 21:51:02 -08:00
Matthew Gregan
87f717717e
Bug 1104410 - Add a test.
...
--HG--
extra : rebase_source : 5350acb0503b650ba322cebe14d39e1df5778e51
2014-12-02 11:59:45 +13:00
JW Wang
1de4325a88
Bug 1102607 - make GMPStorage APIs callable off the main thread. r=cpearce.
2014-11-28 00:34:00 +01:00
awake
153d42d171
Bug 1100632 - Remove --disable-opus option and MOZ_OPUS #define macros. r=rillian,ted
2014-11-28 01:20:00 -08:00
Ralph Giles
5b0b9228c8
Bug 1065111 - Remove more obsolete AppleUtils includes. r=jya
2014-11-27 15:23:00 -08:00
Ralph Giles
6a64d0a39b
Bug 1065111 - Move logging function AppleDecoderModule. r=jya
...
This allows us to remove the AppleUtils.cpp source file entirely.
2014-11-27 13:23:00 -08:00
Ralph Giles
9fc126e5e8
Bug 1065111 - Remove obsolete logging macros. r=jya
2014-11-27 13:21:00 -08:00
Ralph Giles
091ee0e924
Bug 1065111 - Remove obsolete SetCFDict helpers. r=jya
...
We use CFDictionaryCreate with array literals for the keys and values
now instead.
2014-11-27 13:20:00 -08:00
Paul Adenot
6caf4dcabc
Bug 1087944 - Test for the promise returned by OfflineAudioContext.startRendering(). r=ehsan
...
--HG--
extra : rebase_source : 134c1bb8684be1cefe9bd75efc9868eaf42a674e
2014-11-19 18:18:24 +01:00
Paul Adenot
0ebbb55c29
Bug 1087944 - Implement the promise version of OfflineAudioContext. r=ehsan,smaug
...
--HG--
extra : rebase_source : b5546f150ae8b2307e82dc8c6aae5bfbd5b5e670
2014-11-19 11:38:39 +01:00
Phil Ringnalda
59b7974ee0
Merge b-i to m-c, a=merge
2014-11-28 15:08:30 -08:00
Blake
73df94c36b
Bug 1104411- Continue to read next frame if the length is 0. r=sotaro
2014-11-26 10:59:17 +08:00
Matt Woodrow
ddb3346974
Bug 1102647 - Always call Shutdown when removing decoders from TrackBuffer. r=karlt
2014-11-28 13:20:09 +13:00
Matt Woodrow
3734895cea
Bug 1105553 - Handle 'CANCELLED' NotDecodedReason in MediaSourceReader. r=ajones
2014-11-28 13:17:32 +13:00
JW Wang
f672c4bc59
Bug 886188 - add debuggins logs to diagnose test15 timeouts in test_preload_actions.html. r=cpearce
2014-11-24 19:46:00 +01:00
Ryan VanderMeulen
5df3040f12
Merge m-c to inbound. a=merge
2014-11-26 21:43:23 -05:00
Ryan VanderMeulen
1ac5f2eafb
Merge inbound to m-c. a=merge
2014-11-26 20:34:29 -05:00
Mike Habicher
6a2195c0c0
Bug 1099390 - add reason to onClosed event, r=aosmond,bz
2014-11-25 14:45:00 -05:00
Chris Double
6743c02593
Bug 1104410 - Check mVideoDecoder before usage to prevent nullptr crash - r=kinetik
2014-11-25 17:19:10 +13:00
Matthew Gregan
8364540745
Bug 1104357 - Ensure MediaDecoderReader is shutdown on all exit paths from MediaDecodeTask::Decode. r=cpearce
...
Also adds an assertion to MediaDecoderReader::Shutdown to ensure it is called from the appropriate thread.
2014-11-25 14:09:19 +13:00
Trevor Saunders
333d3d2125
bug 1105074 - make more stuff final r=froydnj
2014-11-25 13:56:07 -05:00
Ryan VanderMeulen
970abf2e16
Backed out changeset 6dad5fe1d22b (bug 1087944) for Linux64 mochitest-e10s orange.
2014-11-26 17:40:52 -05:00
Ryan VanderMeulen
96b12573a9
Backed out changeset e82170d665d8 (bug 1087944)
2014-11-26 17:40:42 -05:00
Paul Adenot
9c2b18c89e
Bug 1087944 - Test for the promise returned by OfflineAudioContext.startRendering(). r=ehsan
...
--HG--
extra : rebase_source : 351f66c2cd7f2c269d7f2c05214d0f291488cf23
2014-11-19 18:18:24 +01:00
Paul Adenot
a1aac031b9
Bug 1087944 - Implement the promise version of OfflineAudioContext. r=ehsan,smaug
...
--HG--
extra : rebase_source : 1ede286a68f592038320ed5b82051bb9dd3cc0db
2014-11-19 11:38:39 +01:00
James Willcox
1cda29e8cc
Bug 1097116 - Disable Android MediaCodec on PowerVR devices r=cpearce
...
--HG--
extra : rebase_source : 8c852f321f5755f4af702011f6cf72ba9c605104
2014-11-26 15:16:08 -06:00
James Willcox
8dd07570c6
Bug 1097116 - Copy the decoded SurfaceTexture into an EGLImage to allow accurate presentation r=jgilbert
...
--HG--
extra : rebase_source : d3165eb2d9534f82c84e3399e744e0c31b64c2dd
2014-11-26 15:16:07 -06:00
Karl Tomlinson
a025074343
bug 1100409 set AudioNodeStream::mLastChunks length only once r=padenot
...
This can be done because AudioNodeEngine::mOutputCount is const.
--HG--
extra : rebase_source : 66f997f5a25c4296d230e8067bf7d7cb1d688029
2014-11-18 16:22:45 +13:00
Karl Tomlinson
3e2f8e6df2
bug 1100409 uninline AudioNodeStream constructor to avoid requiring AudioNodeEngine.h r=padenot
...
--HG--
extra : rebase_source : 4d9fe22d15680e299f0834905f7e45b0ff294049
2014-11-21 08:41:18 +13:00
Matt Woodrow
622ca6978c
Bug 1098678 - Implement TimestampsFuzzyEqual for mp4. r=ajones
2014-11-26 16:50:29 +13:00
Matt Woodrow
3ec73fd05c
Bug 1104426 - Always rebuild the moof index, in case new data has been added. r=ajones
2014-11-26 16:49:22 +13:00
Chris Pearce
3ca50ae2f0
Bug 1104101 - Ensure we always set mVideoDecodeStartTime when calling RequestVideoData. r=kinetik
2014-11-26 15:39:11 +13:00
Alfredo Yang
b4570bf7fb
Bug 1101374: create frame time table to filter the invalid pts frame. r=edwin
2014-11-25 15:35:28 -08:00
Jean-Yves Avenard
2714e8284b
Bug 1101534 - detect SBR (HE-AAC) in AAC streams with implicit signalling. r=rillian
2014-11-28 21:13:18 +11:00
Carsten "Tomcat" Book
8b5a04ae61
Backed out changeset eeb261ef19d6 (bug 1101534) for unified build bustage
2014-11-28 12:00:52 +01:00
Carsten "Tomcat" Book
6c8b78c194
Backed out changeset 9f013d802a78 (bug 1091992) for Android m5 test failures
2014-11-28 10:33:02 +01:00
Chris Peterson
6e4c94eebd
Bug 1105867 - Fix -Wunused-const-variable warnings-as-errors in nonunified build of dom/media/webm. r=kinetik
2014-11-27 00:33:34 -08:00
Jean-Yves Avenard
6b3390d4a1
Bug 1101534 - detect SBR (HE-AAC) in AAC streams with implicit signalling. r=rillian
2014-11-27 13:23:15 +11:00
Jan-Ivar Bruaroey
527f8638a0
Bug 1087528: make pc.id settable from chrome content. r=smaug, r=bwc
2014-11-20 14:43:02 -05:00
Benjamin Chen
1c419c22d9
Bug 1091992 - fix the flag skipToNextKeyFrame in DecodeVideo can't be raised if the video is slower than audio. r=cpearce, r=jwwang
2014-11-26 18:38:38 +08:00
Andreas Pehrson
4c6b203682
Bug 1103848
- Part 2. Use a single source for audio/video track ID constants. r=roc
2014-11-26 21:09:00 +01:00
Andreas Pehrson
d8270a86d0
Bug 1103848
- Part 1. Hint existing output streams as tracks become known. r=roc
2014-11-24 23:53:00 +01:00
Alastor Wu
be0fa8a339
Bug 1090130 - [b2g] can't transcode video file by MediaRecorder API. r=jolin
2014-11-27 18:30:38 +08:00
Jed Davis
35861fc466
Bug 1101170 - Move GMP's LinuxSandboxStarter into plugin-container. r=cpearce r=glandium
2014-11-24 15:22:14 -08:00
Jed Davis
279ab5b3c8
Bug 1101170 - Move sandbox status info into a separate module. r=kang r=glandium
...
This changes the interface so that the code which determines the flags
can live in one place, but checking the flags doesn't need to call into
another library.
Also removes the no-op wrappers for Set*Sandbox when disabled at build
time; nothing used them, one of them was unusable due to having the wrong
type, and all they really accomplish is allowing sloppiness with ifdefs
(which could hide actual mistakes).
2014-11-24 15:22:13 -08:00
Nils Ohlmeier [:drno]
4ff25afeb3
Bug 1101163 - Fix Steeplechase ICE errors if one client is faster then the other. r=spolk
2014-11-18 21:44:00 +01:00
Nils Ohlmeier [:drno]
8219944bb9
Bug 1101770 - add an over all timeout for steeplecahse tests. r=spolk
2014-11-19 14:01:00 +01:00
JW Wang
c6f6f43e11
Bug 1098668 - remember the end time of the last decoded audio sample so that HasLowUndecodedData doesn't need to peek AudioQueue or query AudioClock. r=cpearce
2014-11-20 22:24:00 +01:00
Joe Olivas
ca455e0705
Bug 922314 - Add support for decoding VPx via MediaFoundation on Windows. r=cpearce,kinetik
...
Refactor WebMReader's VPx decoding out to SoftwareWebMVideoDecoder and introduce a new IntelWebMVideoDecoder that uses the MediaFoundation/MFT backend to decode VPx when the requisite hardware and software is available.
2014-11-11 16:30:52 +13:00
Chris Pearce
730081f54c
Bug 1103648 - Ensure we call PlatformDecoderModule::Shutdown on the decode task queue. r=mattwoodrow
2014-11-24 11:43:04 +13:00
Wes Kocher
6f52860db6
Merge inbound to m-c a=merge
2014-11-21 16:35:57 -08:00
Carsten "Tomcat" Book
964c8a9477
Merge mozilla-central to b2g-inbound
2014-11-21 13:02:49 +01:00
Blake Wu
f21146d6ea
Bug 1094614 - Release codec resource properly. r=sotaro
2014-11-20 17:09:48 +08:00
Jan-Ivar Bruaroey
6cdafcd86f
Bug 1075133 - fire onsignalingstatechange as an event. r=drno, r=bwc
2014-11-20 18:05:40 -05:00
Matt Woodrow
b408c910db
Bug 1102658 - Add initial references to the last few AudioData constructor callsites. r=bholley
2014-11-21 15:29:19 +13:00
Benjamin Chen
d2ba6d4789
Bug 1078125 - fix RtspMediaCodecReader::ReadMetadata, start the network streaming before ReadMetadata and enable play-out delay. r=cpearce, r=ethan
2014-11-20 10:22:39 +08:00
Kai-Zhen Li
4cc4024715
Bug 1102144 - Move MOZ_FMP4 code into related compiled flag. r=ajones,bwu
2014-11-21 11:48:22 +08:00
Sotaro Ikeda
5b6033771f
Bug 1101742 - Fix OmxDecoder::mIsVideoSeeking r= cajbir
2014-11-20 06:34:16 -08:00
Chris Pearce ext:(%2C%20Edwin%20Flores%20%3Cedwin%40mozilla.com%3E%2C%20Matt%20Woodrow%20%3Cmwoodrow%40mozilla.com%3E)
498e0af631
Bug 1038031 - Make MP4Reader decode asynchronously - r=kinetik,cpearce
2014-07-20 12:54:00 +12:00
Karl Tomlinson
18328f5543
bug 976927 use nsAutoTArray operator= from nsTArray r=froydnj
...
--HG--
extra : rebase_source : 59226888a19e525f4925eabdd93d08bfa7db13a9
2014-11-19 13:29:19 +13:00
Chris Pearce
f5344b4b69
Bug 1100499 - Add GMP API to enumerate records stored on disk. r=jesup
2014-11-21 12:25:12 +13:00
James Willcox
e9da75e581
Back out bug 1097116
2014-11-21 09:47:03 -06:00
James Willcox
76052a1209
Bug 1097116 - Copy the decoded SurfaceTexture into an EGLImage to allow accurate presentation r=jgilbert
2014-11-21 09:28:20 -06:00
Andreas Pehrson
58355e9863
Bug 1102669 - Don't report HaveCurrentData when there are no input streams to TrackUnionStream. r=roc
2014-11-20 19:36:00 +01:00
Andreas Pehrson
a0d0c5cf60
Bug 1102665 - Invalidate stream video frames in the regular stream state event queue. r=roc
2014-11-20 19:10:00 +01:00
Ryan VanderMeulen
b066004440
Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures.
...
--HG--
extra : rebase_source : 0266cc0b2a6568ca653885745f381df8d6d167ec
2014-12-11 11:28:30 -05:00
ziyunfei
43231043f0
Bug 1102219 - Part 3: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2014-12-10 20:50:00 -05:00
Bobby Holley
21c1847bed
Backed out changeset 89c9d42ef78e (bug 1109954) for colliding with bug 1108701 on a CLOSED TREE.
2014-12-10 22:56:09 -08:00
Bobby Holley
df95a4fbf6
Bug 1109954 - Make resolve/reject values optional in callback signatures. r=cpearce
2014-12-10 22:38:33 -08:00
Matt Woodrow
4cdb8e73d2
Bug 1108917 - Part 2: Allow eviction of entire decoders that are ahead of the current play position. r=ajones
2014-12-11 10:50:41 +13:00
Matt Woodrow
3073c1ec35
Bug 1109431 - Apply TimestampsFuzzyEqual rounding to the buffered ranges returned from multiple decoders. r=ajones
2014-12-11 10:52:57 +13:00
Matt Woodrow
601a0147d1
Bug 1108917 - Part 1: Attempt to evict data from decoders in start-time order. r=ajones
2014-12-11 10:49:54 +13:00
Phil Ringnalda
621b1fac62
Back out 5 changesets (bug 1098126) for failing like they did on try
...
Backed out changeset 81bdd9d3aa25 (bug 1098126)
Backed out changeset 4b8bb6132ae1 (bug 1098126)
Backed out changeset 4e7a358bdd20 (bug 1098126)
Backed out changeset 36f3e9c34b70 (bug 1098126)
Backed out changeset bd8b11d1e93b (bug 1098126)
2014-12-10 20:01:08 -08:00
Chris Pearce
c5f215516e
Bug 1109861 - Add delegate to manage waiting for the CDM to mark key usable. r=kinetik
2014-12-11 15:59:37 +13:00
Chris Pearce
0a2576fba4
Bug 1109457 - Hook up CDM session close notification to MediaKeySession. r=jwwang
2014-12-11 15:59:37 +13:00
Chris Pearce
9168d76e83
Bug 1101328 - Rely on CDM to report keys as unusable on when removing sessions. r=jwwang
2014-12-11 15:59:37 +13:00
Chris Pearce
7dc53e41c0
Bug 1101328 - Use AsyncEventDispatcher to dispatch keyschange to MediaKeySession, since it doesn't require an nsIDocument. r=peterv
2014-12-11 15:59:37 +13:00
Anthony Jones
e2538905ad
Bug 1098126 - Add CENC support to MoofParser; r=edwin
2014-12-11 15:29:38 +13:00
Wes Kocher
d43fd4f419
Backed out 2 changesets (bug 1108917) for mochitest-2 bustage on a CLOSED TREE
...
Backed out changeset e278ad9face8 (bug 1108917)
Backed out changeset 5c24dfe0cf87 (bug 1108917)
2014-12-10 15:53:21 -08:00
Wes Kocher
1c7227e9e3
Backed out changeset 0b71e08f9d34 (bug 1109431) for mochitest-2 bustage on a CLOSED TREE
2014-12-10 15:52:47 -08:00
Bobby Holley
6a3e8fe7c6
Bug 1108701 - Try to fix b2g jb bustage on a CLOSED TREE. r=me
2014-12-10 15:31:24 -08:00
Ehsan Akhgari
3023408a90
Bug 1109694 - Fix more bad implicit constructors in DOM; r=baku
2014-12-10 17:49:09 -05:00
Matt Woodrow
f02ee7e40f
Bug 1109431 - Apply TimestampsFuzzyEqual rounding to the buffered ranges returned from multiple decoders. r=ajones
...
--HG--
extra : rebase_source : 1ca8f7910db619b90fdc9478bb0dc52a5d16693b
2014-12-11 10:52:57 +13:00
Matt Woodrow
fe983b9546
Bug 1108917 - Part 2: Allow eviction of entire decoders that are ahead of the current play position. r=ajones
...
--HG--
extra : rebase_source : fc7fbd06e9c0c65de1c5ecb07a7a355fe1f6fbe8
2014-12-11 10:50:41 +13:00
Matt Woodrow
954ee2cc5a
Bug 1108917 - Part 1: Attempt to evict data from decoders in start-time order. r=ajones
...
--HG--
extra : rebase_source : c906ca08b4a984a7b3e2ef1cdcaea810b5f5777d
2014-12-11 10:49:54 +13:00
Bobby Holley
a303b15640
Bug 1108701 - Replace AudioDecodeRendezvous with promise-y goodness. r=cpearce,karlt
2014-12-10 14:03:56 -08:00
Bobby Holley
0e99e7de95
Bug 1108701 - Use MediaPromises for RequestAudioData and RequestVideoData. r=cpearce
2014-12-10 14:03:56 -08:00
Jean-Yves Avenard
cc9389027c
Bug 1096769 - Rewrite mac audio decoder to support raw AAC. r=rillian
2014-11-20 01:03:30 +11:00
Jacek Caban
46673a2e9e
Bug 1101037 - Fixed dom/media/gmp compilation with mingw. r=nfroyd
2014-11-20 10:52:44 +01:00
Robert O'Callahan
4aed02be9c
Bug 1061046. Part 22: test_mediaStreamAudioSourceNode no longer sees a 1-sample delay. r=karlt
2014-09-23 13:41:58 -04:00
Robert O'Callahan
4e6e2071f7
Bug 1061046. Part 21: Remove rate parameter from StartNonRealtimeProcessing. r=karlt
2014-11-19 23:21:38 +13:00
Robert O'Callahan
3b304fd3c5
Bug 1061046. Part 20: Remove Track::mGraphRate since it's not needed. r=karlt
2014-09-18 17:20:44 +12:00
Robert O'Callahan
c072a388a4
Bug 1061046. Part 19: Eliminate TrackTicks in favour of StreamTime. r=karlt
2014-09-18 17:20:43 +12:00
Robert O'Callahan
fe6507ea4b
Bug 1061046. Part 18: Simplify TrackUnionStream now that there are no rate mismatches. r=karlt
2014-09-18 17:13:17 +12:00
Robert O'Callahan
d5f42a50b4
Bug 1061046. Part 17: Remove some unused TrackRate parameters. r=karlt
2014-09-18 17:13:16 +12:00
Robert O'Callahan
2585e652b3
Bug 1061046. Part 16: Remove most usage of TicksToTimeRoundDown. r=karlt
2014-09-18 17:13:16 +12:00
Robert O'Callahan
0a498abf3c
Bug 1061046. Part 15: Remove most usage of TimeToTicksRoundUp. r=karlt
2014-09-18 17:13:15 +12:00
Robert O'Callahan
5cd6534988
Bug 1061046. Part 14: Remove TimeToTicksRoundDown. r=karlt
2014-09-18 17:13:14 +12:00
Robert O'Callahan
513dbfc635
Bug 1061046. Part 13: Remove rate-conversion functions from Track. r=karlt
...
Also removes some other unnecessary rate conversions.
2014-09-18 17:13:13 +12:00
Robert O'Callahan
adbc44db16
Bug 1061046. Part 12: Simplify AudioNodeExternalInputStream since no resampling is needed. r=karlt
...
Since resampling is not needed, we can preserve the number of input channels in each
input audio block.
2014-09-18 11:51:21 +12:00
Robert O'Callahan
2bbfc2cdc1
Bug 1061046. Part 11: Remove callback rate parameters. r=karlt
2014-09-18 11:51:13 +12:00
Robert O'Callahan
d511188d29
Bug 1061046. Part 10: Remove TrackData::mOutputRate since it's always the graph rate. r=karlt
2014-09-18 11:50:02 +12:00
Robert O'Callahan
8f3a0fe979
Bug 1061046. Part 9: Split SourceMediaStream::AddTrack into a method that adds an audio track and can resample, and a method that can add any track but always uses the graph rate. r=karlt
2014-09-18 11:50:02 +12:00
Robert O'Callahan
2074b1de6b
Bug 1061046. Part 6: Remove MediaDecoderStateMachine's USECS_PER_S video rate and use the graph rate instead. r=karlt
2014-09-18 11:50:01 +12:00
Robert O'Callahan
dc9f62ae56
Bug 1061046. Part 5: Remove MediaEngineTabVideoSource's USECS_PER_S video rate and use the graph rate instead. r=karlt
2014-09-18 11:50:01 +12:00
Robert O'Callahan
1417376ef6
Bug 1061046. Part 4: Remove MediaEngineWebRTCVideo's USECS_PER_S video rate and use the graph rate instead. r=karlt
2014-09-18 11:50:01 +12:00
Robert O'Callahan
f597376dd5
Bug 1061046. Part 3: Remove MediaEngineDefault's VIDEO_RATE and use the graph rate instead. r=karlt
2014-09-18 11:50:01 +12:00
Robert O'Callahan
3a84fbb126
Bug 1061046. Part 2: Remove MediaStreamGraphImpl::AudioSampleRate. r=karlt
2014-09-18 11:50:01 +12:00
Robert O'Callahan
2869783fca
Bug 1061046. Part 1: Move GraphRate() to MediaStreamGraph so it's public. r=karlt
2014-09-18 11:50:01 +12:00
Chris Pearce
2cb15aa44d
Bug 1102103 - Increase CDM voucher size limit. r=kentuckyfriedtakahe
2014-11-20 20:04:52 +13:00
Chris Double
8c2eaf129f
Bug 1065215 - Fix EME test for changes to MediaSource::endOfStream - r=cpearce
...
--HG--
extra : rebase_source : b4592fc1c0686a6bb5014a744e605e89f1342645
2014-11-19 17:16:59 +13:00
Chris Double
b62179da9e
Bug 1065215 - MSE endOfStream() called within an 'updateend' event can fail with 'object no longer usable' - r=karlt
...
Reopens the MediaSource when SourceBuffer::Remove is called on an Ended
MediaSource. Only run the Range Removal algorithm when MediaSource
duration is changed instead of calling Remove on SourceBuffers.
Updates tests for the fact that update{start,end} can now be called
more than once due to DurationChange.
--HG--
extra : rebase_source : d4c96b982ffa9f5cd0b24e6e3a4ef5dffe9be6f6
2014-11-19 17:16:41 +13:00
Ralph Giles
e959e5f83a
Bug 1093567 - Don't loop forever looking for mp4 tracks. r=ajones.
...
We were ignoring I/O errors from parseChunk().
We must break instead of returning early so mInitCheck gets set correctly.
2014-11-17 16:20:00 -08:00
Bobby Holley
6505e9257e
Bug 1100776 - Reference-count MediaData. r=cpearce
2014-11-19 13:01:10 -08:00
Jean-Yves Avenard
84c46a058e
Bug 1100913 - Fix incorrect playback of MSE with HE-AAC audio streams. r=cajbir
2014-11-18 23:23:00 +11:00
Jean-Yves Avenard
0de0e46326
Bug 1101291 - Add support for libavformat v56. r=k17e
2014-11-19 12:53:59 +11:00
Jacek Caban
c51a1a4a4a
Bug 1100963 - Fixed Windows compilation with disabled sandbox. r=cpearce
2014-11-19 11:07:52 +01:00