gecko-dev/content/media
Rick Eyre 4c6493e492 Bug 977302 - Perform automatic text track selection. r=rillian
This takes care of automatic track selection for tracks with
the default attribute specified. However, it does not take
into account any user preferences set through Firefox such
as default language.
2014-02-28 15:40:00 -05:00
..
apple Bug 981428 - Move OSX -framework flags to moz.build; r=mshal 2014-03-10 20:18:33 -04:00
directshow Bug 973408 - Set MediaDecoderReaders idle when they're not decoding. r=kinetik 2014-03-11 11:44:10 +08:00
encoder Bug 974297 - Support muxing pixel aspect ratio video. r=cpearce 2014-03-19 08:39:00 -04:00
fmp4 Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-21 09:11:33 -05:00
gstreamer Bug 984064 - Unbreak --enable-gstreamer=1.0 after bug 967364. r=khuey 2014-03-16 15:34:14 -04:00
gtest Bug 960873: Part 3: AudioCompactor gtest unit tests. r=cpearce 2014-02-05 18:11:25 -05:00
mediasource Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
ogg Bug 981966 - fix OggWriter memory leak; r=kinetik,f=mccr8 2014-03-11 14:17:02 -04:00
omx Bug 959490 - [MediaEncoder] Support *.3gp with AMR-NB audio format on certificated application. r=roc 2014-03-19 14:52:45 +08:00
plugins Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg 2014-03-18 00:23:03 +00:00
raw Bug 952033 - Part c: Use IntSize and IntRect in VideoData; r=roc 2014-02-09 09:04:38 +01:00
test Bug 977302 - Perform automatic text track selection. r=rillian 2014-02-28 15:40:00 -05:00
wave Bug 966311 - Calculate frame size for stereo wave. r=doublec 2014-01-31 13:50:45 -08:00
webaudio Bug 983984 - Default AudioChannel from a pref, r=ehsan, r=roc, r=mchen 2014-03-20 10:45:55 +00:00
webm Bug 980810 - Part 1: Fix clang -Wstring-conversion warnings in WebM container writer. r=rillian 2014-03-07 00:49:34 -08:00
webrtc bug 928096 - UI for Tab streaming r=mfinkle 2014-03-18 15:05:46 -04:00
webspeech Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg 2014-03-15 12:00:17 -07:00
webvtt Bug 978163 - Part 3: Vtt.js should add VTTRegions directly to the VTTCue. r=rillian 2014-03-11 13:36:07 -04:00
wmf Bug 973408 - Set MediaDecoderReaders idle when they're not decoding. r=kinetik 2014-03-11 11:44:10 +08:00
AbstractMediaDecoder.h Bug 973408 - Don't block a decode thread while awaiting resources. r=kinetik 2014-03-11 11:44:09 +08:00
AudioAvailableEventManager.cpp
AudioAvailableEventManager.h Backed out changeset 2e2c930a960c (bug 948269) for android 4.0 mochitest-2 permaorange 2013-12-19 19:24:42 -08:00
AudioChannelFormat.cpp
AudioChannelFormat.h Bug 981150: Use nsTArrayForwardDeclare.h more. r=ehsan 2014-03-15 12:00:17 -07:00
AudioCompactor.cpp Bug 960873: Part 2: Create AudioCompactor class to minimize allocation slop. r=cpearce 2014-02-05 18:11:25 -05:00
AudioCompactor.h Bug 960873: Part 2: Create AudioCompactor class to minimize allocation slop. r=cpearce 2014-02-05 18:11:25 -05:00
AudioEventTimeline.h
AudioNodeEngine.cpp b=933304 Remove unnecessary channel count parameter from AudioBlockInPlaceScale r=padenot 2014-01-28 18:14:25 +13:00
AudioNodeEngine.h b=932400 rename ProduceAudioBlock to ProcessBlock r=padenot 2014-03-05 10:09:49 +13:00
AudioNodeEngineNEON.cpp b=956604 Remove unnecessary channel count parameter from AudioBufferInPlaceScale r=padenot 2014-01-08 16:57:53 +13:00
AudioNodeEngineNEON.h b=956604 Remove unnecessary channel count parameter from AudioBufferInPlaceScale r=padenot 2014-01-08 16:57:53 +13:00
AudioNodeExternalInputStream.cpp b=932400 rename ProduceOutput to ProcessInput r=roc 2014-03-05 10:53:55 +13:00
AudioNodeExternalInputStream.h b=932400 rename ProduceOutput to ProcessInput r=roc 2014-03-05 10:53:55 +13:00
AudioNodeStream.cpp Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg 2014-03-15 12:00:17 -07:00
AudioNodeStream.h Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg 2014-03-15 12:00:17 -07:00
AudioSampleFormat.h
AudioSegment.cpp Bug 919215 - Start the AudioStream on creation when in low-latency mode, and let it underrun. r=roc 2013-11-19 10:43:15 +13:00
AudioSegment.h b=857610 handle DelayNode channel count changes and separate buffer read and write r=padenot 2014-03-05 10:06:57 +13:00
AudioStream.cpp b=966867 don't overwrite preferred sample rate with default r=kinetik 2014-02-03 17:40:03 +13:00
AudioStream.h Backed out changeset 2e2c930a960c (bug 948269) for android 4.0 mochitest-2 permaorange 2013-12-19 19:24:42 -08:00
AudioStreamTrack.cpp
AudioStreamTrack.h
BufferDecoder.cpp Bug 973408 - Don't block a decode thread while awaiting resources. r=kinetik 2014-03-11 11:44:09 +08:00
BufferDecoder.h Bug 973408 - Don't block a decode thread while awaiting resources. r=kinetik 2014-03-11 11:44:09 +08:00
BufferMediaResource.h Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
DecoderTraits.cpp Bug 964559 - Remove MOZ_OGG. r=doublec,ted 2014-02-20 18:01:00 -08:00
DecoderTraits.h
DOMMediaStream.cpp Bug 879669 - Part 1: Don't callback if there is no track in MediaStream. r=roc 2013-11-23 09:14:29 +13:00
DOMMediaStream.h Bug 879669 - Part 1: Don't callback if there is no track in MediaStream. r=roc 2013-11-23 09:14:29 +13:00
EncodedBufferCache.cpp
EncodedBufferCache.h
FileBlockCache.cpp Bug 938693 - Check the return value of PR_Close() in ~FileBlockCache() and issue a message if it fails. r=cpearce 2013-11-15 21:46:40 -05:00
FileBlockCache.h Bug 885002 - Fix casting on 64 bit Big Endian platforms. r=cpearce 2013-11-05 07:45:00 -05:00
Latency.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
Latency.h Bug 953130 - Fix system NSPR builds for content/media. r=rjesup 2014-01-02 09:14:52 +01:00
Makefile.in Bug 978594 - Part 3: Port some of the per-source flags to moz.build; r=glandium 2014-03-02 15:41:32 -05:00
MediaCache.cpp Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
MediaCache.h Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
MediaData.cpp Bug 965440 - Try GRALLOC_PLANAR_YCBCR in VideoData::Create on gonk r=nical,doublec 2014-02-18 06:50:20 -08:00
MediaData.h Bug 965440 - Try GRALLOC_PLANAR_YCBCR in VideoData::Create on gonk r=nical,doublec 2014-02-18 06:50:20 -08:00
MediaDecoder.cpp Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
MediaDecoder.h Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg 2014-03-18 00:23:03 +00:00
MediaDecoderOwner.h Bug 898864 - RTSP content process crash when press the play button at the end of video. r=sworkman 2013-11-20 11:08:10 +08:00
MediaDecoderReader.cpp Bug 634747 - Set MediaQueue's to Finished() when we reach end of stream while decoding after seeking and while finding first frame. r=kinetik 2014-02-25 18:45:03 +13:00
MediaDecoderReader.h Bug 973408 - Set MediaDecoderReaders idle when they're not decoding. r=kinetik 2014-03-11 11:44:10 +08:00
MediaDecoderStateMachine.cpp Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg 2014-03-18 00:23:03 +00:00
MediaDecoderStateMachine.h Bug 973408 - Merge logic from UpdateIdleState and enqueueing decode tasks, so that we always behave consistently, especially WRT setting readers Idle on B2G. r=kinetik 2014-03-11 11:44:10 +08:00
MediaInfo.h Bug 960873: Part 1: Refactor MediaDecoderReader.h into separate headers. r=cpearce 2014-02-03 20:49:21 -05:00
MediaMetadataManager.h
MediaQueue.h Bug 973408 - Add pop listeners to MediaQueue. r=kinetik 2014-03-11 11:44:09 +08:00
MediaRecorder.cpp Bug 959490 - [MediaEncoder] Support *.3gp with AMR-NB audio format on certificated application. r=roc 2014-03-19 14:52:45 +08:00
MediaRecorder.h Bug 959490 - [MediaEncoder] Support *.3gp with AMR-NB audio format on certificated application. r=roc 2014-03-19 14:52:45 +08:00
MediaResource.cpp Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
MediaResource.h Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
MediaSegment.h Bug 957691 - Convert assertions to warnings to hide intermittent test failures. r=roc 2014-02-28 09:11:37 -05:00
MediaShutdownManager.cpp Bug 968016 - Ensure all threads in media SharedThreadPools are joined in MediaShutdownManager's xpcom shutdown listener. r=kinetik 2014-02-18 11:53:53 +13:00
MediaShutdownManager.h Bug 968016 - Use a SharedThreadPool of size 1 for the Media State Machine thread. r=kinetik 2014-02-18 11:53:53 +13:00
MediaStreamGraph.cpp Bug 967364: Use every already_AddRefed. r=bsmedberg 2014-03-15 12:00:16 -07:00
MediaStreamGraph.h b=932400 rename ProduceOutput to ProcessInput r=roc 2014-03-05 10:53:55 +13:00
MediaStreamGraphImpl.h b=969089 allow an offline graph to shutdown before it's AudioDestinationNode is unlinked r=roc 2014-02-11 13:04:58 +13:00
MediaStreamTrack.cpp
MediaStreamTrack.h
MediaTaskQueue.cpp Bug 968016 - Use SharedThreadPool instead of manually managed threads for the media decoding. r=kinetik 2014-02-18 11:53:52 +13:00
MediaTaskQueue.h Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-20 23:07:24 -05:00
moz.build Bug 978163 - Part 1: Remove VTTRegionList and VTTRegion TextTrack extensions. r=rillian, r=bz 2014-03-10 11:33:06 -04:00
MP3FrameParser.cpp Bug 948326 - Actually address review comments in bug 918135 r=cpearce 2013-12-16 17:47:50 +13:00
MP3FrameParser.h Bug 950506 - Part 2: Build content/media/directshow in unified mode; r=roc 2013-12-15 19:00:54 -05:00
RtspMediaResource.cpp Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
RtspMediaResource.h Bug 969117 - Report memory usage of MediaResources. r=njn 2014-03-05 13:31:04 -08:00
SharedBuffer.h Bug 961441: Use MallocSizeOf to report decoded-audio memory. r=cpearce r=njn 2014-01-22 22:14:45 -05:00
SharedThreadPool.cpp Bug 968016 - Ensure all threads in media SharedThreadPools are joined in MediaShutdownManager's xpcom shutdown listener. r=kinetik 2014-02-18 11:53:53 +13:00
SharedThreadPool.h Bug 968016 - Ensure all threads in media SharedThreadPools are joined in MediaShutdownManager's xpcom shutdown listener. r=kinetik 2014-02-18 11:53:53 +13:00
StreamBuffer.cpp Bug 943461. Part 1: A stream is fully finished when all its tracks have finished playing out. r=padenot 2013-12-04 14:08:12 +13:00
StreamBuffer.h Bug 957691 - Convert assertions to warnings to hide intermittent test failures. r=roc 2014-02-28 09:11:37 -05:00
TextTrack.cpp Bug 983293 - Part 5: Remove unecessary default settings in TextTrack ctors. r=cpearce 2014-03-13 14:58:08 -04:00
TextTrack.h Bug 983293 - Part 4: Pass ReadyState variables to AddTextTrack methods and TextTrack ctors. r=cpearce 2014-03-13 14:41:21 -04:00
TextTrackCue.cpp Bug 978163 - Part 2: VTTCue should have Region property. r=rillian, r=bz 2014-03-11 13:33:58 -04:00
TextTrackCue.h Bug 978163 - Part 2: VTTCue should have Region property. r=rillian, r=bz 2014-03-11 13:33:58 -04:00
TextTrackCueList.cpp Backed out 5 changesets (bug 865407) for Windows crashes. 2014-01-10 11:50:49 -05:00
TextTrackCueList.h Backed out 5 changesets (bug 865407) for Windows crashes. 2014-01-10 11:50:49 -05:00
TextTrackList.cpp Bug 977302 - Perform automatic text track selection. r=rillian 2014-02-28 15:40:00 -05:00
TextTrackList.h Bug 977302 - Perform automatic text track selection. r=rillian 2014-02-28 15:40:00 -05:00
TextTrackRegion.cpp Bug 978163 - Part 1: Remove VTTRegionList and VTTRegion TextTrack extensions. r=rillian, r=bz 2014-03-10 11:33:06 -04:00
TextTrackRegion.h Bug 982183 - Put VTTRegion DOM API behind a pref. r=rillian, r=bz 2014-03-12 13:55:45 -04:00
TimeVarying.h Backed out changesets ac4e6f145b9a, 91c572ac5ee1, f501606dc1d3, and 15fc5d1cb10e (bug 952893) for test failures on a CLOSED TREE. 2014-01-29 14:34:08 -05:00
TrackUnionStream.h b=932400 rename ProduceOutput to ProcessInput r=roc 2014-03-05 10:53:55 +13:00
VideoFrameContainer.cpp Bug 929513 - Replace some instances of gfxIntSize with gfx::IntSize r=nical 2013-12-13 18:32:02 +01:00
VideoFrameContainer.h
VideoPlaybackQuality.cpp Bug 962353 - Remove totalFrameDelay from VideoPlaybackQuality. r=chris.double 2014-03-04 15:31:57 +13:00
VideoPlaybackQuality.h Bug 962353 - Remove totalFrameDelay from VideoPlaybackQuality. r=chris.double 2014-03-04 15:31:57 +13:00
VideoSegment.cpp Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg 2014-03-15 12:00:17 -07:00
VideoSegment.h Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg 2014-03-15 12:00:17 -07:00
VideoStreamTrack.cpp
VideoStreamTrack.h
VideoUtils.cpp Bug 960873: Part 1: Refactor MediaDecoderReader.h into separate headers. r=cpearce 2014-02-03 20:49:21 -05:00
VideoUtils.h Bug 960873: Part 1: Refactor MediaDecoderReader.h into separate headers. r=cpearce 2014-02-03 20:49:21 -05:00
VorbisUtils.h
WebVTTListener.cpp Bug 983293 - Part 3: Rename the READY_STATE enum to TextTrackReadyState. r=cpearce 2014-03-13 14:29:32 -04:00
WebVTTListener.h