gecko/content/media
2014-10-08 13:17:32 -07:00
..
android Bug 1053016 - Part 2: remove Froyo conditional from AndroidMediaPluginHost.cpp. r=blassey 2014-09-08 07:59:35 -07:00
apple Bug 976023 - Fix crash in AppleMP3Reader - r=rillian 2014-09-24 10:46:17 +12:00
compiledtest Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal 2014-09-03 14:16:37 +09:00
directshow Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz 2014-10-03 04:19:00 -04:00
eme Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
encoder Bug 1067377 - Use VPX_ prefixed defines in VP8TrackEncoder. r=giles 2014-09-15 07:16:00 -07:00
fmp4 Bug 1060896 - Don't decode video without an ImageContainer. r=cpearce 2014-10-09 07:42:12 +13:00
gmp Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce 2014-10-01 22:13:18 -04:00
gstreamer Bug 1061252 - Fix more bad implicit constructors in media code; r=roc 2014-09-02 09:46:56 -04:00
gtest Bug 1074004 - Fix WebMioData implementation in TestWebMWriter. r=giles 2014-09-29 13:13:21 +13:00
imagecapture Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan 2014-10-08 17:15:23 +01:00
mediasource Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
ogg Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
omx Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaOmxReader and OmxDecoder. r=sotaro 2014-10-06 11:03:14 +08:00
raw Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
systemservices Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
test Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
wave Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
webaudio Bug 1078451 - Accept a free function in ThreadSharedFloatArrayBufferList::SetData. r=jesup 2014-10-07 10:03:00 +02:00
webm Bug 1069660 - Wrap long lines at 80 cols. 2014-09-30 14:14:41 +13:00
webrtc Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan 2014-10-08 13:17:32 -07:00
webspeech Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE 2014-10-08 08:03:57 +02:00
webvtt
wmf Bug 1059523 - Make codecs/mimetypes supported by MP4Decoder/Reader less inaccurate. r=kinetik 2014-08-28 15:32:34 +12:00
AbstractMediaDecoder.h Bug 1062101 - Compute WebM frame duration from Δt of last frame. r=cajbir 2014-09-03 17:26:19 +12:00
AudioBufferUtils.h Bug 1061702: Stop audio sources from continuing to play garbage after being stopped r=roc 2014-10-03 00:47:59 -04:00
AudioChannelFormat.cpp
AudioChannelFormat.h
AudioCompactor.cpp
AudioCompactor.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
AudioMixer.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
AudioSampleFormat.h
AudioSegment.cpp Bug 1033066: Never let AudioSegments underflow mDuration and cause OOM allocation r=karlt 2014-09-26 14:13:17 -04:00
AudioSegment.h Bug 1033066: Never let AudioSegments underflow mDuration and cause OOM allocation r=karlt 2014-09-26 14:13:17 -04:00
AudioSink.cpp Bug 1051658 - Part 2: Notify decode error when AudioSink init failed. r=kinetik 2014-09-29 01:31:00 -04:00
AudioSink.h
AudioStream.cpp Bug 1038091 - Pause the player instead of stopping it to avoid resetting playback position and resulting in audio clock going backward. r=kinetik 2014-09-28 19:36:00 -04:00
AudioStream.h Bug 1038091 - Pause the player instead of stopping it to avoid resetting playback position and resulting in audio clock going backward. r=kinetik 2014-09-28 19:36:00 -04:00
AudioStreamTrack.cpp
AudioStreamTrack.h
AudioTrack.cpp
AudioTrack.h
AudioTrackList.cpp
AudioTrackList.h
BufferMediaResource.h Bug 1055653 - Most MediaResource::GetDownloadRate() implementions ignore their out-parameter. r=cpearce. 2014-08-20 19:28:59 +02:00
CubebUtils.cpp Bug 1067414 - Add a comment about thread-safety of unlocked sPreferredSampleRate reads. 2014-09-15 18:10:00 +12:00
CubebUtils.h Bug 1067414 - Add a comment about thread-safety of unlocked sPreferredSampleRate reads. 2014-09-15 18:10:00 +12:00
DecoderTraits.cpp Bug 1064127 - Support audio/3gpp for non-web content. r=roc 2014-09-16 17:07:15 +09:00
DecoderTraits.h
DOMMediaStream.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
DOMMediaStream.h Bug 1077274: Clean up tracklists r=jib 2014-10-03 17:29:29 -04:00
EncodedBufferCache.cpp Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan 2014-10-08 17:15:23 +01:00
EncodedBufferCache.h Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan 2014-10-08 17:15:23 +01:00
FileBlockCache.cpp
FileBlockCache.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
GraphDriver.cpp Bug 1074420: handle repeated short audio DataCallback()s r=roc 2014-09-30 10:35:17 -04:00
GraphDriver.h bug 1072780: patch 4 - Use atomics for EnsureNextIteration to close races around CurrentDriver r=roc 2014-09-28 12:07:25 -04:00
Latency.cpp Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan 2014-10-08 13:17:32 -07:00
Latency.h
MediaCache.cpp Backed out changeset 5db9f8fbcaf4 (bug 883731) for webplatform 3 test failures 2014-09-29 10:57:48 +02:00
MediaCache.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
MediaData.cpp
MediaData.h Bug 1047180 - Decode a single audio frame in order to retrieve accurate channel count and sampling rate and propagate to MP4Reader. r=cpearce 2014-08-11 15:27:00 +10:00
MediaDataDecodedListener.h
MediaDecoder.cpp Bug 883731 - Progress update should be associated with network state transitions. Also centralize network state transition code. r=cpearce 2014-09-24 19:26:00 +12:00
MediaDecoder.h Bug 883731 - Progress update should be associated with network state transitions. Also centralize network state transition code. r=cpearce 2014-09-24 19:26:00 +12:00
MediaDecoderOwner.h Bug 1074614 - Remove ChangeToHaveMetadata and WAIT_FOR_MSE_DATA frame status. r=cajbir 2014-09-30 17:12:45 +13:00
MediaDecoderReader.cpp Bug 1056537 - Bustage fix: move DecodeToFirstVideoData back to MediaDecoderReader for now. r=UNDISCLOSED TREETOPS 2014-08-22 15:11:58 +12:00
MediaDecoderReader.h Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaOmxReader and OmxDecoder. r=sotaro 2014-10-06 11:03:14 +08:00
MediaDecoderStateMachine.cpp Bug 1069289 - take |mAudioEndTime| into account when updating playback position at the end of playback. r=kinetik 2014-10-07 19:45:00 +02:00
MediaDecoderStateMachine.h Bug 1050667 - fix the non-synchronous waiting state between MediaDecoderStataMachine and MediaOmxReader and OmxDecoder. r=sotaro 2014-10-06 11:03:14 +08:00
MediaDecoderStateMachineScheduler.cpp
MediaDecoderStateMachineScheduler.h
MediaInfo.h
MediaMetadataManager.h
MediaQueue.h Bug 1054149 - Fix anFoo coding style violation in content/media. r=cpearce 2014-08-14 21:24:00 +12:00
MediaRecorder.cpp Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan 2014-10-08 17:15:23 +01:00
MediaRecorder.h Bug 968109 - Add new constructor to support recording from any web audio node. r=roc,smaug 2014-08-27 23:40:00 +02:00
MediaResource.cpp Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
MediaResource.h Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
MediaSegment.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
MediaShutdownManager.cpp
MediaShutdownManager.h
MediaStreamGraph.cpp Backed out changeset 11f95edf23a4 (bug 1073615) for frequent mochitest-bc timeouts. 2014-10-01 13:04:02 -04:00
MediaStreamGraph.h Bug 1058452 - Use FakeMediaStreamGraph r=mikeh 2014-09-09 06:27:24 -07:00
MediaStreamGraphImpl.h Backed out changeset 11f95edf23a4 (bug 1073615) for frequent mochitest-bc timeouts. 2014-10-01 13:04:02 -04:00
MediaStreamTrack.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
MediaStreamTrack.h Bug 1057955: Support MediaStreamTrack.stop() r=roc,smaug 2014-08-27 01:03:49 -04:00
MediaTaskQueue.cpp Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
MediaTaskQueue.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
MediaTrack.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
MediaTrack.h
MediaTrackList.cpp
MediaTrackList.h Bug 1077274: Clean up tracklists r=jib 2014-10-03 17:29:29 -04:00
moz.build Bug 848954 - Part 8 - Implement classes to ensure safe audio buffer manipulation. r=roc 2014-08-25 15:26:34 +02:00
MP3FrameParser.cpp
MP3FrameParser.h Bug 1039901 - Part 1. MP3FrameParser sometimes gives wrong duration on B2G. Move the ProcessCacheData function from OmxDecoder to MediaOmxReader. r=edwin. 2014-09-15 17:08:48 +08:00
nsIDocumentActivity.h
RtspMediaResource.cpp Bug 1062529 - Split GetChannelPrincipal into GetChannelResultPrincipal and GetChannelURIPrincipal. r=bz 2014-08-06 16:05:40 -07:00
RtspMediaResource.h Bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed. r=roc 2014-10-05 19:29:00 +02:00
SharedBuffer.h
SharedThreadPool.cpp 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
SharedThreadPool.h
StreamBuffer.cpp
StreamBuffer.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
TextTrack.cpp
TextTrack.h
TextTrackCue.cpp
TextTrackCue.h
TextTrackCueList.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
TextTrackCueList.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
TextTrackList.cpp
TextTrackList.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
TextTrackRegion.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
TextTrackRegion.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
ThreadPoolCOMListener.cpp 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
ThreadPoolCOMListener.h 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
TimeVarying.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00
TrackUnionStream.h Bug 1059101 - Fix handling of buffer underrun causing assert failures in debug builds. r=roc 2014-10-01 08:38:00 +02:00
VideoFrameContainer.cpp
VideoFrameContainer.h
VideoPlaybackQuality.cpp Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz. 2014-10-07 11:44:49 +02:00
VideoPlaybackQuality.h
VideoSegment.cpp Bug 916643 - Refactory black image. r=roc 2014-09-04 02:08:00 +02:00
VideoSegment.h Bug 916643 - Refactory black image. r=roc 2014-09-04 02:08:00 +02:00
VideoStreamTrack.cpp
VideoStreamTrack.h
VideoTrack.cpp
VideoTrack.h
VideoTrackList.cpp
VideoTrackList.h
VideoUtils.cpp Bug 1059523 - Make codecs/mimetypes supported by MP4Decoder/Reader less inaccurate. r=kinetik 2014-08-28 15:32:34 +12:00
VideoUtils.h Bug 1064634 - Use the same media thread stack size on all platforms where we specify a size. Also document the rationale behind the MOZ_ASAN exception. r=cpearce 2014-09-30 15:30:58 +13:00
VorbisUtils.h
WebVTTListener.cpp
WebVTTListener.h Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc 2014-08-31 23:50:23 -04:00