.. |
gstreamer
|
Bug 422540 - GStreamer backend for audio/video decoding. r=cdouble, a=npotb
|
2012-04-18 18:33:13 -04:00 |
ogg
|
Bug 674225 - Add Opus support to nsOggReader. r=cpearce
|
2012-05-01 17:29:34 -07:00 |
raw
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled. r=cpearce
|
2012-03-30 20:52:07 -04:00 |
test
|
Bug 751539: fix test to avoid timeout r=cpearce
|
2012-05-03 14:12:36 -07:00 |
wave
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled. r=cpearce
|
2012-03-30 20:52:07 -04:00 |
webm
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
AudioSegment.cpp
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
AudioSegment.h
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
FileBlockCache.cpp
|
Bug 736342 - Add AsyncBlockWriter, which defers file writes to another thread. r=roc
|
2012-03-28 13:04:20 +13:00 |
FileBlockCache.h
|
Bug 736342 - Add AsyncBlockWriter, which defers file writes to another thread. r=roc
|
2012-03-28 13:04:20 +13:00 |
Makefile.in
|
Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup
|
2012-04-30 15:11:34 +12:00 |
MediaResource.cpp
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
MediaResource.h
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
MediaSegment.h
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
MediaStreamGraph.cpp
|
Bug 750163. MediaStreamGraphImpl::UpdateBufferSufficiencyState should skip tracks whose creation is pending --- there is no Track object for them yet. r=jesup
|
2012-04-30 17:23:00 +12:00 |
MediaStreamGraph.h
|
Bug 664918. Part 9: Tentative support for MediaStreamListener::NotifyQueuedTrackChanges. r=jesup
|
2012-04-30 15:12:50 +12:00 |
nsAudioAvailableEventManager.cpp
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
nsAudioAvailableEventManager.h
|
Bug 604682 - Remove unnecessary copy of audio data when there's no MozAudioAvailable event listener. r=smaug,kinetik
|
2011-11-22 13:34:21 +13:00 |
nsAudioStream.cpp
|
Bug 742154 - Work around media crashtest shutdown hang in cubeb_winmm. r=cpearce
|
2012-04-16 15:00:40 +12:00 |
nsAudioStream.h
|
Bug 726891. Move rate/channels/format up to nsAudioStream and add inline getters. r=kinetik
|
2012-02-14 17:39:33 +13:00 |
nsBuiltinDecoder.cpp
|
Bug 664918. Part 11: Refactor code around mDecoder->Shutdown() to make following fix easier. r=cpearce
|
2012-04-30 15:13:09 +12:00 |
nsBuiltinDecoder.h
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
nsBuiltinDecoderReader.cpp
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
nsBuiltinDecoderReader.h
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
nsBuiltinDecoderStateMachine.cpp
|
Bug 664918. Part 12: Finish SourceMediaStreams when the media decoder is destroyed, to avoid late low-audio/low-video notifications and issues when multiple decoders write to the same stream. r=cpearce,rjesup
|
2012-04-30 15:13:42 +12:00 |
nsBuiltinDecoderStateMachine.h
|
Bug 664918. Part 12: Finish SourceMediaStreams when the media decoder is destroyed, to avoid late low-audio/low-video notifications and issues when multiple decoders write to the same stream. r=cpearce,rjesup
|
2012-04-30 15:13:42 +12:00 |
nsDOMMediaStream.cpp
|
Bug 664918. Part 5: Create SourceMediaStream, a MediaStream with an API allowing data to be injected into it by some source. r=jesup
|
2012-04-30 15:11:40 +12:00 |
nsDOMMediaStream.h
|
Bug 664918. Part 5: Create SourceMediaStream, a MediaStream with an API allowing data to be injected into it by some source. r=jesup
|
2012-04-30 15:11:40 +12:00 |
nsIDOMMediaStream.idl
|
Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup
|
2012-04-30 15:11:34 +12:00 |
nsMediaCache.cpp
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
nsMediaCache.h
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
nsMediaDecoder.cpp
|
Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
|
2012-04-09 22:52:33 -07:00 |
nsMediaDecoder.h
|
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
|
2012-04-30 15:12:42 +12:00 |
SharedBuffer.h
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
StreamBuffer.cpp
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
StreamBuffer.h
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
TimeVarying.h
|
Bug 664918. Part 1: Create TimeVarying<T> class to represent values that change over time. r=jesup
|
2012-04-30 15:11:08 +12:00 |
VideoFrameContainer.cpp
|
Bug 708116. Factor out logic for updating the current frame of a video element into a helper object. r=doublec
|
2012-02-15 17:35:01 +13:00 |
VideoFrameContainer.h
|
Bug 708116. Factor out logic for updating the current frame of a video element into a helper object. r=doublec
|
2012-02-15 17:35:01 +13:00 |
VideoSegment.h
|
Bug 664918. Part 2: Create MediaSegment, AudioSegment and VideoSegment classes to manage intervals of media data. r=jesup
|
2012-04-30 15:11:19 +12:00 |
VideoUtils.cpp
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
VideoUtils.h
|
Bug 736342 - Add AsyncBlockWriter, which defers file writes to another thread. r=roc
|
2012-03-28 13:04:20 +13:00 |