.. |
gstreamer
|
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +02:00 |
ogg
|
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +02:00 |
raw
|
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +02:00 |
test
|
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +02:00 |
wave
|
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +02:00 |
webm
|
Bug 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +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 754643 - Enable FAIL_ON_WARNINGS in content/media; r=cpearce f=roc
|
2012-05-18 10:29:38 +02: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 754643 - Disable FAIL_ON_WARNINGS in content/media because new warnings were introduced.
|
2012-05-18 10:57:20 +02: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 664918 followup: Add missing */ terminator on emacs modeline in header comment for new files nsDOMMediaStream.cpp and MediaStreamGraph.cpp. (no review, comment-only) DONTBUILD
|
2012-05-11 10:35:36 -07: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 747793 - Use a ring buffer for audio buffered by nsBufferedAudioStream. Remove generic sample copy out with volume adjustment and replace with the lightly optimized version from nsNativeAudioStream. Add a fast path for the unity volume case. Bump cubeb's refill thread priority on Win32. r=cpearce
|
2012-05-03 16:48:54 +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 750769. Add more logging. r=cpearce
|
2012-05-15 17:57:29 +12:00 |
nsBuiltinDecoder.h
|
Bug 750769. Clarify that mNextState can only be PLAY_STATE_PAUSED or PLAY_STATE_PLAYING. r=cpearce
|
2012-05-15 17:57:23 +12:00 |
nsBuiltinDecoderReader.cpp
|
Bug 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden
|
2012-05-14 15:50:20 -04: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 754643 - Enable FAIL_ON_WARNINGS in content/media; r=cpearce f=roc
|
2012-05-18 10:29:38 +02: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 followup: Add missing */ terminator on emacs modeline in header comment for new files nsDOMMediaStream.cpp and MediaStreamGraph.cpp. (no review, comment-only) DONTBUILD
|
2012-05-11 10:35:36 -07: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 followup: Add missing */ terminator on emacs modeline in header comment for new file StreamBuffer.cpp. (no review, comment-only) DONTBUILD
|
2012-05-07 11:22:44 -07: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 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden
|
2012-05-14 15:50:20 -04:00 |