Matthew Gregan
96ee646326
Bug 1056537 - Bustage fix: move DecodeToFirstVideoData back to MediaDecoderReader for now. r=UNDISCLOSED TREETOPS
2014-08-22 15:11:58 +12:00
Matthew Gregan
6524479634
Bug 1056537 - Move MediaDecoderReader::FindStartTime down to only remaining user, OggReader. r=cpearce
2014-08-21 01:16:00 +12:00
Matthew Gregan
e5d3630e74
Bug 1056534 - Add logging to stubbed out member functions to speed up debugging. r=cajbir
...
--HG--
rename : content/media/mediasource/SubBufferDecoder.cpp => content/media/mediasource/SourceBufferDecoder.cpp
rename : content/media/mediasource/SubBufferDecoder.h => content/media/mediasource/SourceBufferDecoder.h
rename : content/media/BufferDecoder.cpp => content/media/webaudio/BufferDecoder.cpp
rename : content/media/BufferDecoder.h => content/media/webaudio/BufferDecoder.h
2014-08-22 14:14:36 +12:00
Chris Pearce
d385364fb3
Bug 1055974 - Enable MP3 decoding in WMF PDM. r=padenot
2014-08-22 13:37:57 +12:00
Trevor Saunders
86b7aff8fc
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
2014-08-05 13:33:55 -04:00
Ryan VanderMeulen
1fd7d146fb
Bug 906752 - Disable test_audioBufferSourceNodeOffset.html on debug builds. a=test-only
2014-08-21 13:34:19 -04:00
Nathan Froyd
631962a036
Bug 1055281 - check for existence of paths in LOCAL_INCLUDES in moz.build; r=mshal
2014-08-20 11:51:33 -04:00
Nathan Froyd
762482b3da
Bug 1055114 - convert GMPVideo{Encoder,Decoder} methods to take UniquePtr arguments where appropriate; r=cpearce
2014-08-18 13:11:11 -04:00
Steven Michaud
1bda5ab8b6
Bug 1055308 - GMP Fake plugin keeps crashing in mochitests. r=rjesup
2014-08-21 13:23:02 -05:00
Ehsan Akhgari
473d73e3bf
Bug 1056460 - Move AudioEventTimeline.h to webaudio; r=roc
...
--HG--
rename : content/media/AudioEventTimeline.h => content/media/webaudio/AudioEventTimeline.h
2014-08-21 10:54:03 -04:00
Julian Seward
078eb909c6
Bug 1055838 - MediaEngineDefaultVideoSource::MediaEngineDefaultVideoSource fails to initialise mCb, mCr. r=tterribe.
2014-08-21 16:26:33 +02:00
JW Wang
ed30cbc3f9
Bug 1054829 - Add debugging logs to MediaDecoder. r=cpearce
2014-08-20 20:13:00 -04:00
Blake Wu
89a4195bc1
Bug 1049325 - Part 2: Notify MediaCodec input EOS and report EOS when getting the last frame. r=edwin
2014-08-21 14:22:39 +08:00
Blake Wu
ab95b53da3
Bug 1049325 - Part 1: Notify decoder for input EOS and report MP4Reader when output EOS is reached. r=cpearce
2014-08-21 14:22:25 +08:00
Paul Adenot
d7c0224c29
Bug 1056032 - Put the test disabling in the right file.
2014-08-21 13:49:54 +02:00
Paul Adenot
9327354839
Bug 1056032 - Test that we can decode an mp3 using decodeAudioData. r=ehsan
...
--HG--
rename : content/media/test/small-shot.mp3 => content/media/webaudio/test/small-shot.mp3
2014-08-20 17:23:24 -04:00
Paul Adenot
86964093a2
Bug 1056032 - Make sure COM is initialized when trying to decode an mp3 using decodeAudioData. r=cpearce
2014-08-20 17:23:22 -04:00
Matthew Gregan
f6dd759e19
Bug 1056455 - Move ResourceQueue to a separate header. r=cajbir
2014-08-20 20:14:00 +12:00
Matthew Gregan
42e46155fc
Bug 1056452 - Make MediaSource::GetBuffered more readable w.r.t the spec. Improve logging of TimeRanges. r=cajbir
2014-08-20 20:07:00 +12:00
Chris Pearce
00435a4d1c
Bug 1055907 - Delete output sent to MP4Reader while it's flushing, prevents leaks. r=kentuckyfriedtakahe
2014-08-21 16:10:57 +12:00
Chris Pearce
1d09cc3c02
Bug 1055907 - Ensure HasAudio() works earlier in MP4Reader::ReadMetadata(). r=kentuckyfriedtakahe
2014-08-21 16:10:34 +12:00
Chris Pearce
4b297710f9
Bug 1054824 - Detect GMP death in EMEDecryptors. r=edwin
2014-08-21 16:10:11 +12:00
Matthew Gregan
2d8aee13df
Bug 1055899
- Handle audio decoder resets from a SourceBuffer by switching to the new decoder. r=cajbir
2014-08-21 15:14:48 +12:00
Matthew Gregan
d019dad58f
Bug 1055967 - Log "discarding video frame" message only when we discard frames. r=cpearce
2014-08-20 01:13:00 +12:00
Matthew Gregan
1d708f6351
Bug 1055967 - Fix logging in AudioSink. r=cpearce
2014-08-20 01:12:00 +12:00
Ralph Giles
4efb0b68fe
Bug 1056408 - Flush local task queues in AppleDecoderModule. r=cpearce
...
We could still have data pending submission on the local task queue
which would be submitted after we were supposed to have flushed.
2014-08-20 16:38:00 -07:00
Ralph Giles
8ad88b4ab5
Bug 1056371 - Fix AppleATDecoder dtor counting. r=cpearce
...
Typo affecting leak detection.
2014-08-20 15:28:00 -07:00
Wes Kocher
d562c3cd3a
Backed out 2 changesets (bug 1056032) for bustage
...
Backed out changeset 18b0e0c795d4 (bug 1056032)
Backed out changeset 15caaf563783 (bug 1056032)
2014-08-20 15:30:23 -07:00
Ralph Giles
6854223d6a
Bug 1056232 - Expect fmp4 pref in canPlayType. r=cpearce
...
The media.fragmented-mp4.exposed pref affects the support status
of video/mp4 reported by canPlayType. Take this into account
in the mochitest.
2014-08-20 11:06:00 -07:00
Ralph Giles
ce24f4bf9e
Bug 1056288 - Remove unused OggPacketQueue::PushBack. r=cpearce
2014-08-20 13:27:00 -07:00
Nathan Froyd
e0fec4213c
Bug 1056288 - Fix thinko in OggPacketQueue. r=cpearce.
2014-08-20 12:44:00 -07:00
Paul Adenot
beddbe7ebf
Bug 1056032 - Test that we can decode an mp3 using decodeAudioData. r=ehsan
...
--HG--
rename : content/media/test/small-shot.mp3 => content/media/webaudio/test/small-shot.mp3
2014-08-20 17:23:24 -04:00
Paul Adenot
65ddf9adfb
Bug 1056032 - Make sure COM is initialized when trying to decode an mp3 using decodeAudioData. r=cpearce
2014-08-20 17:23:22 -04:00
Julian Seward
ebc2a8ecff
Bug 1055653 - Most MediaResource::GetDownloadRate() implementions ignore their out-parameter. r=cpearce.
...
--HG--
extra : rebase_source : 67d5000c51740cedaad69fe22797589b6fcd06b4
2014-08-20 19:28:59 +02:00
Nathan Froyd
47a1cccb21
Bug 1055141 - use a UniquePtr for AudioStream's mCubebStream member; r=kinetik
2014-08-18 13:12:08 -04:00
JW Wang
9658bcdcdf
Bug 1054828 - Add logs to MediaDecoderStateMachine for debugging. r=cpearce
2014-08-20 03:26:00 -04:00
Benjamin Chen
ec334a3fa8
Bug 1033912 - Fix nits and coding style. r=cpearce
2014-08-19 16:14:46 +08:00
Benjamin Chen
5f3d506440
Bug 1033912 - Separate MediaTaskQueues for the video/audio decoding. r=cpearce, r=brsun
2014-08-20 18:17:38 +08:00
Qeole
19a307aa10
Bug 1040905 - Passing GMP plugin filename as a UTF-8 string. r=bsmedberg
2014-08-20 10:13:25 -04:00
Blake Wu
54f7448061
Bug 1055383 Make MP4Reader::Decode not return false if output EOS is not reached. r=cpearce
2014-08-19 11:23:00 +08:00
Ehsan Akhgari
759e985961
Bug 1055511 - Add a test case for ScriptProcessorNode.passThrough; r=roc
2014-08-20 00:57:37 -04:00
Ehsan Akhgari
baf5721bd1
Bug 1055367 - Move the code for AudioNodeStream and AudioNodeEngine to webaudio; r=roc
...
This code is specific to Web Audio, and is not really part of the
MediaStreamGraph code. I've always hated how these files being in
two directories gets in the way while hacking on this code.
--HG--
rename : content/media/AudioNodeEngine.cpp => content/media/webaudio/AudioNodeEngine.cpp
rename : content/media/AudioNodeEngine.h => content/media/webaudio/AudioNodeEngine.h
rename : content/media/AudioNodeEngineNEON.cpp => content/media/webaudio/AudioNodeEngineNEON.cpp
rename : content/media/AudioNodeEngineNEON.h => content/media/webaudio/AudioNodeEngineNEON.h
rename : content/media/AudioNodeExternalInputStream.cpp => content/media/webaudio/AudioNodeExternalInputStream.cpp
rename : content/media/AudioNodeExternalInputStream.h => content/media/webaudio/AudioNodeExternalInputStream.h
rename : content/media/AudioNodeStream.cpp => content/media/webaudio/AudioNodeStream.cpp
rename : content/media/AudioNodeStream.h => content/media/webaudio/AudioNodeStream.h
2014-08-20 00:56:31 -04:00
Matthew Gregan
e2d4b1bffa
Bug 1055407 - Accumlate SBR length rather than recomputing on each call. r=cajbir
2014-08-18 21:17:00 +12:00
Matthew Gregan
55ec65a5bd
Bug 1050652 - WebM cluster offset calculation accounted for size of ID incorrectly. r=cajbir
2014-08-18 21:13:00 +12:00
Benjamin Smedberg
89077153d8
Bug 1054965 - initialize the crash reporter correctly in GMP children; reorder the init method so that mac doesn't early-return it away, r=smichaud
...
--HG--
extra : rebase_source : 7accc05d988ee8d5b6101c012f2d4e23fa631d75
2014-08-19 15:22:16 -04:00
Ehsan Akhgari
2051116b55
Bug 1055512 - Actually input a stereo buffer into the ScriptProcessorNode in the test case for that node; r=padenot
2014-08-19 15:10:54 -04:00
Vasanthakumar Pandurangan
befff6a1f4
Bug 1053186 - AudioOffloadPlayer: Avoid glitch during start of playback. r=roc
2014-08-18 05:49:51 -07:00
Guilherme Goncalves
0053261141
Bug 1052775 - Abort speech recognition after test_call_start_from_end_handler. r=smaug
2014-08-18 10:25:00 -04:00
Martijn Wargers
2dd5d3def2
Bug 1024535 - Fix for failing video test on Windows 7. r=jwwang
2014-08-12 16:09:56 -07:00
Benjamin Chen
1222e5db7e
Bug 1047022 - Remove manual addref for Session object. Let MediaRecorder hold reference to Session that makes a cycle reference, break it in DestrotedRunnable(). r=roc
2014-08-18 11:42:49 +08:00