gecko/content/media
Robert O'Callahan f2ee4df1a0 Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup
--HG--
extra : rebase_source : 0aa26e1c3181d9fe5158520d4b33248bae0fa5d0
2012-11-22 18:04:27 +13:00
..
dash Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf. 2012-12-23 20:45:57 -08:00
gstreamer Bug 816949 - Remove IsSeekableInBufferedRange() methods as they are not needed anymore. r=cpearce 2012-12-07 14:30:03 +01:00
ogg Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted 2013-01-03 00:56:38 +09:00
omx Bug 825485 - AAC files don't play on B2G - r=cjones 2013-01-07 12:55:50 +00:00
plugins Bug 802827 - report Stagefright feature in AppNotes - r=joedrew 2012-12-21 17:32:15 -05:00
raw Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted 2013-01-03 00:56:38 +09:00
test Bug 751539 - Disable test_played.html for too many intermittent failures 2013-01-10 14:59:26 +00:00
wave Bug 778053 - Read wave metadata. r=kinetik 2012-10-06 19:33:11 +08:00
webaudio Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted 2013-01-03 00:56:38 +09:00
webm Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf. 2012-12-23 20:45:57 -08:00
webrtc Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup 2012-11-22 18:04:27 +13:00
wmf Bug 823921 - Fixed content/media/wmf compilation on mingw r=khuey 2013-01-02 18:26:08 +01:00
AbstractMediaDecoder.h Bug 792404 - Add code to enable adaptive decoder and reader switching for DASH-WebM r=cpearce 2012-12-06 15:27:08 -08:00
AudioAvailableEventManager.cpp Bug 812032 - Refactor the media reader classes to not access MediaDecoder directly; r=cpearce 2012-11-19 10:11:21 -05:00
AudioAvailableEventManager.h
AudioSampleFormat.h Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup 2012-11-22 18:04:27 +13:00
AudioSegment.cpp Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup 2012-11-22 18:04:27 +13:00
AudioSegment.h Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup 2012-11-22 18:04:27 +13:00
AudioStream.cpp Bug 815107 - Ensure AudioClock::mOldOutRate has sensible value, prevents audio clock position poisoning on one code path, and initialize AudioClock::mOldBasePosition to 0. r=padenot 2012-12-11 09:43:04 +13:00
AudioStream.h Bug 816143 - Teach AudioStream::EnsureTimeStretcherInitialized() about infallible malloc. r=kinetik 2012-11-29 15:40:57 +01:00
BufferMediaResource.h Bug 818672 - Implement BufferMediaResource; r=cpearce,roc 2012-11-22 16:44:20 -05:00
DecoderTraits.cpp Bug 799315 - Use Windows Media Foundation to play back MP4, MP3 and M4A on Windows 7 and later (preff'd off). r=padenot 2012-12-18 21:49:58 +13:00
DecoderTraits.h Bug 799315 - Use Windows Media Foundation to play back MP4, MP3 and M4A on Windows 7 and later (preff'd off). r=padenot 2012-12-18 21:49:58 +13:00
FileBlockCache.cpp Bug 829223 - fix FileBlockCache to consistently use 64-bit offsets; r=roc 2013-01-10 15:21:50 -05:00
FileBlockCache.h Bug 829223 - fix FileBlockCache to consistently use 64-bit offsets; r=roc 2013-01-10 15:21:50 -05:00
Makefile.in Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted 2013-01-03 00:56:38 +09:00
MediaCache.cpp Bug 816726 - Add seeking capabilities to DASH-WebM code r=cpearce 2012-12-13 11:42:45 -08:00
MediaCache.h Bug 816726 - Add seeking capabilities to DASH-WebM code r=cpearce 2012-12-13 11:42:45 -08:00
MediaDecoder.cpp bug 824294. Check for null (destroyed) element just before we call PlaybackEnded on it. r=doublec 2013-01-05 17:00:42 +13:00
MediaDecoder.h Bug 823921 - Fixed content/media/wmf compilation on mingw r=khuey 2013-01-02 18:26:08 +01:00
MediaDecoderOwner.h Bug 822952 - Dispatch events from UpdateReadyState only when the state has changed. r=roc 2012-12-19 17:48:32 +13:00
MediaDecoderReader.cpp Bug 803394 - Provide a callback to media plugins to request video buffers owned by gecko r=doublec 2012-12-13 11:53:58 +13:00
MediaDecoderReader.h Bug 799315 - Use Windows Media Foundation to play back MP4, MP3 and M4A on Windows 7 and later (preff'd off). r=padenot 2012-12-18 21:49:58 +13:00
MediaDecoderStateMachine.cpp Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup 2012-11-22 18:04:27 +13:00
MediaDecoderStateMachine.h Bug 822952 - Dispatch events from UpdateReadyState only when the state has changed. r=roc 2012-12-19 17:48:32 +13:00
MediaMetadataManager.h Bug 455165 - Add support for chained ogg audio file and proper metadata dispatching. r=cpearce 2012-11-30 14:17:54 +01:00
MediaResource.cpp Bug 823445 - Avoiding deadlocks and main-thread blockage on input streams, by not taking the lock in FileMediaResource::Close. r=roc, a=blocking-basecamp 2013-01-08 17:52:24 +08:00
MediaResource.h Bug 820588 - Aggregate and forward statistics in DASH decoder classes r=cpearce 2012-12-13 11:42:45 -08:00
MediaSegment.h Backed out changeset 7d6255d1c547 (bug 816664) 2012-12-28 19:03:48 -05:00
MediaStreamGraph.cpp Bug 827007: Implement Stop for UserMediaStreams; add NotifyRemoved for MediaStream listeners r=roc 2013-01-06 21:31:30 -05:00
MediaStreamGraph.h Bug 827007: Implement Stop for UserMediaStreams; add NotifyRemoved for MediaStream listeners r=roc 2013-01-06 21:31:30 -05:00
nsDOMMediaStream.cpp Bug 826576: Stop LocalMediaStreams before Destroy r=roc 2013-01-06 21:31:34 -05:00
nsDOMMediaStream.h Bug 826576: Stop LocalMediaStreams before Destroy r=roc 2013-01-06 21:31:34 -05:00
SharedBuffer.h Bug 827537. Refactor AudioChunk to support having separate buffers for each channel. r=jesup 2012-11-22 18:04:27 +13:00
StreamBuffer.cpp
StreamBuffer.h Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
TimeVarying.h
TrackUnionStream.h
VideoFrameContainer.cpp
VideoFrameContainer.h
VideoSegment.cpp
VideoSegment.h
VideoUtils.cpp
VideoUtils.h Bug 792404 - Add code to enable adaptive decoder and reader switching for DASH-WebM r=cpearce 2012-12-06 15:27:08 -08:00
VorbisUtils.h Bug 815194 - Remove more ns prefixes on content/media classes + whitespace fixes. r=cpearce 2012-11-28 20:40:07 +01:00