.. |
dash
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
gstreamer
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
ogg
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
omx
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
plugins
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
raw
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
test
|
Bug 792675. Part 7: Add support for MediaStream URIs to media elements. r=cpearce
|
2012-09-25 15:25:43 +12:00 |
wave
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
webaudio
|
Add the missing file for the test in bug 809654
|
2012-11-08 09:33:12 -05:00 |
webm
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
webrtc
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
AudioSampleFormat.h
|
Bug 805254. Part 8: Consolidate audio sample processing code using templates over the format types. r=kinetik
|
2012-10-25 23:09:40 +13:00 |
AudioSegment.cpp
|
Bug 805254. Part 12: Simplify AudioSegment::WriteTo and related code now that the output format is known statically. r=kinetik
|
2012-10-25 23:09:41 +13:00 |
AudioSegment.h
|
Bug 805254. Part 12: Simplify AudioSegment::WriteTo and related code now that the output format is known statically. r=kinetik
|
2012-10-25 23:09:41 +13:00 |
FileBlockCache.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
FileBlockCache.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
Makefile.in
|
Bug 805254. Part 11: Move Vorbis-specific definitons into a new file VorbisUtils.h. r=kinetik
|
2012-10-25 23:09:41 +13:00 |
MediaResource.cpp
|
Bug 792675. Part 4: Refactor nsBlobURI/nsBlobProtocolHandler to nsHostObjectURI/nsHostObjectProtocolHandler. r=sicking
|
2012-09-25 15:24:44 +12:00 |
MediaResource.h
|
Bug 734546: Add full byte range request ability to ChannelMediaResource r=cpearce
|
2012-09-29 16:29:04 -07:00 |
MediaSegment.h
|
Bug 792188: Make ChunkIterator public r=jesup
|
2012-10-07 01:34:30 -04:00 |
MediaStreamGraph.cpp
|
Bug 805703. Part 1: MediaStreamGraph::CreateInputStream -> CreateSourceStream. r=jesup
|
2012-10-29 17:36:31 +13:00 |
MediaStreamGraph.h
|
Bug 805703. Part 1: MediaStreamGraph::CreateInputStream -> CreateSourceStream. r=jesup
|
2012-10-29 17:36:31 +13:00 |
nsAudioAvailableEventManager.cpp
|
Bug 805254. Part 10: remove MOZ_CONVERT_AUDIO_SAMPLE. r=kinetik
|
2012-10-25 23:09:40 +13:00 |
nsAudioAvailableEventManager.h
|
Bug 798033 - Removes 'using namespace' from /content headers - r=bsmedberg
|
2012-10-27 13:24:04 -04:00 |
nsAudioStream.cpp
|
Bug 805254. Part 13: Make nsAudioStream::Write take an AudioDataValue* parameter instead of void. r=kinetik
|
2012-10-25 23:10:51 +13:00 |
nsAudioStream.h
|
Bug 805254. Part 13: Make nsAudioStream::Write take an AudioDataValue* parameter instead of void. r=kinetik
|
2012-10-25 23:10:51 +13:00 |
nsBuiltinDecoder.cpp
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
nsBuiltinDecoder.h
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
nsBuiltinDecoderReader.cpp
|
Bug 799344 - Un-templatify nsBuiltinDecoderReader::DecodeToFirstData() so that we don't need to know nsBuiltinDecoderStateMachine's interface in nsBuiltinDecoderReader.h. This means that nsBuiltinDecoderReader.h doesn't need to include nsBuiltinDecoderStateMachine.h when we move the state machine declaration from nsBuiltinDecoder.h to nsBuiltinDecoderStateMachine.h (in a later patch). nsBuiltinDecoderStateMachine.h needs to include nsBuiltinDecoderReader.h, so if nsBuiltinDecoderReader.h needed to include nsBuiltinDecoderStateMachine.h we'd have an include cycle, which is bad. r=roc
|
2012-11-07 11:33:01 +13:00 |
nsBuiltinDecoderReader.h
|
Bug 799344 - Un-templatify nsBuiltinDecoderReader::DecodeToFirstData() so that we don't need to know nsBuiltinDecoderStateMachine's interface in nsBuiltinDecoderReader.h. This means that nsBuiltinDecoderReader.h doesn't need to include nsBuiltinDecoderStateMachine.h when we move the state machine declaration from nsBuiltinDecoder.h to nsBuiltinDecoderStateMachine.h (in a later patch). nsBuiltinDecoderStateMachine.h needs to include nsBuiltinDecoderReader.h, so if nsBuiltinDecoderReader.h needed to include nsBuiltinDecoderStateMachine.h we'd have an include cycle, which is bad. r=roc
|
2012-11-07 11:33:01 +13:00 |
nsBuiltinDecoderStateMachine.cpp
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
nsBuiltinDecoderStateMachine.h
|
Bug 799344 - Flatten nsBultinDecoderStateMachine and nsDecoderStateMachine into a single class. r=roc
|
2012-11-07 11:33:02 +13:00 |
nsDOMMediaStream.cpp
|
Bug 805703. Part 1: MediaStreamGraph::CreateInputStream -> CreateSourceStream. r=jesup
|
2012-10-29 17:36:31 +13:00 |
nsDOMMediaStream.h
|
Bug 805703. Part 1: MediaStreamGraph::CreateInputStream -> CreateSourceStream. r=jesup
|
2012-10-29 17:36:31 +13:00 |
nsMediaCache.cpp
|
Bug 785662 - Add NS_OpenAnonymousTemporaryFile(), and use it in nsMediaCache::Init(). r=roc
|
2012-09-25 12:50:30 +12:00 |
nsMediaCache.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsMediaDecoder.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsMediaDecoder.h
|
Bug 734546: Add full byte range request ability to ChannelMediaResource r=cpearce
|
2012-09-29 16:29:04 -07:00 |
SharedBuffer.h
|
Bug 805254. Part 7: Move SampleFormat to mozilla::AudioSampleFormat in its own file. r=kinetik
|
2012-10-25 23:09:40 +13:00 |
StreamBuffer.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
StreamBuffer.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
TimeVarying.h
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
TrackUnionStream.h
|
Bug 787831. Keep TrackIDs instead of Track pointers to guard against Tracks being deleted. r=jesup
|
2012-11-02 23:42:59 +13:00 |
VideoFrameContainer.cpp
|
Bug 791711 - Invalidate again if the SharedImageID was removed. r=nical
|
2012-10-20 08:18:31 +08:00 |
VideoFrameContainer.h
|
Bug 791912 - Fix crash when using libstagefright during video playback shutdown on B2G - r=cpearce
|
2012-09-27 16:33:43 +12:00 |
VideoSegment.cpp
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
VideoSegment.h
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
VideoUtils.cpp
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
VideoUtils.h
|
Bug 786924 - Estimate Ogg buffered ranges on B2G to avoid main thread I/O. r=kinetik
|
2012-09-03 10:56:29 +12:00 |
VorbisUtils.h
|
Bug 805254. Part 11: Move Vorbis-specific definitons into a new file VorbisUtils.h. r=kinetik
|
2012-10-25 23:09:41 +13:00 |