gecko-dev/dom/media
2024-03-02 07:50:21 +00:00
..
autoplay Bug 1780071 - autofix dom/ and layout/ violations of no-comparison-or-assignment-inside-ok r=media-playback-reviewers,dom-storage-reviewers,layout-reviewers,dom-core,emilio,mccr8,aosmond,tschuster,padenot,asuth 2024-01-25 22:18:55 +00:00
benchmark
bridge Bug 1802289 - enforce license linter for .idl and .webidl files r=linter-reviewers,sylvestre,saschanaz DONTBUILD 2023-11-06 10:18:23 +00:00
doctor Bug 1875430 part 1: Convert 'static UniquePtr' global vars to use StaticAutoPtr, in dom/media. r=padenot 2024-01-23 19:00:48 +00:00
driftcontrol Bug 1863799 return a Span from AudioChunk::ChannelData() to forbid nsTArray::Clone() r=padenot 2023-11-10 05:57:05 +00:00
eme Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
encoder Bug 1864008 - Move libvpx to libgkcodecs, part 1 r=media-playback-reviewers,glandium,alwu,padenot 2023-12-05 20:08:22 +00:00
fake-cdm Bug 1862512: Remove extra ';' after member function definition in cdm-test-storage.cpp r=alwu 2023-12-08 19:03:48 +00:00
flac Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
fuzz
gmp Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
gmp-plugin-openh264 Bug 1870786 - Fix the type of RTP timestamps in WebrtcGmpVideoEncoder. r=webrtc-reviewers,pehrsons,media-playback-reviewers,aosmond 2023-12-25 21:29:43 +00:00
gtest Bug 1878380 - Add AudioCallbackDriver unit test. r=padenot 2024-02-22 09:31:39 +00:00
hls Bug 1863846 change VideoInfo::Rotation to non-nested enum class VideoRotation so that it can be forward declared r=aosmond,media-playback-reviewers,padenot 2023-11-29 01:44:45 +00:00
imagecapture Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
ipc Bug 1640839 - Add some helpers for enums to calculate the size and use it in EnumeratedArray. r=glandium,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:19 +00:00
mediacapabilities Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
mediacontrol Backed out 13 changesets (bug 1640839) for causing bustage on Element.cpp CLOSED TREE 2024-03-01 18:23:08 +02:00
mediasession Bug 1640839 - Generate enum helper for WebIDL enums. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:20 +00:00
mediasink Bug 1872003 uninline AudioSegment::Resample() to remove MediaTrackGraph.h include r=padenot 2024-01-09 00:11:22 +00:00
mediasource Bug 1882132 - Restore correct canplaythrough behaviour broken by bug 1817997, add a test. r=azebrowski,media-playback-reviewers 2024-02-27 12:40:25 +00:00
mp3 Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
mp4 Bug 1873663 - Remove legacy audio decoders (vorbis, opus, pcm). r=media-playback-reviewers,alwu 2024-01-12 09:18:35 +00:00
ogg Bug 1873663 - Remove legacy audio decoders (vorbis, opus, pcm). r=media-playback-reviewers,alwu 2024-01-12 09:18:35 +00:00
platforms Backed out 13 changesets (bug 1640839) for causing bustage on Element.cpp CLOSED TREE 2024-03-01 18:23:08 +02:00
systemservices Bug 1881445 - Fix non-unified build error in video_capture_avfoundation.mm. r=mjf 2024-02-22 22:49:16 +00:00
test Bug 1879951 - add av1 hw decoding test on Windows. r=media-playback-reviewers,jolin 2024-02-27 01:45:20 +00:00
tests/crashtests Bug 1875941 - Move 1848460.html to dom/media/webcodecs/crashtests r=media-playback-reviewers,padenot 2024-01-26 01:20:06 +00:00
tools Bug 1826425 - Add python script to generate GMP JSON for balrog and fallback. r=media-playback-reviewers,azebrowski 2023-04-05 17:55:58 +00:00
utils Bug 1873394 - part2 : add telemetry probe to record error and crash. r=jolin,chutten 2024-02-08 18:38:30 +00:00
wave Bug 1865091 - When the channel count and channel map disagree in a WAVE file, disregard the channel map. r=azebrowski 2023-11-20 09:12:27 +00:00
webaudio Backed out 13 changesets (bug 1640839) for causing bustage on Element.cpp CLOSED TREE 2024-03-01 18:23:08 +02:00
webcodecs Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
webm Bug 1873663 - Remove legacy audio decoders (vorbis, opus, pcm). r=media-playback-reviewers,alwu 2024-01-12 09:18:35 +00:00
webrtc Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
webspeech Backed out 6 changesets (bug 1880192) for causing build bustages on MozPromise.h. CLOSED TREE 2024-02-27 20:41:39 +02:00
webvtt Bug 1824671 - patch 3 - Convert intl Bidi component to be backed by the unicode-bidi crate. r=platform-i18n-reviewers,dminor 2024-02-06 11:41:09 +00:00
ADTSDecoder.cpp Backed out 2 changesets (bug 1853057) for causing mda failures on test_video_low_power_telemetry.html. CLOSED TREE 2023-09-15 09:32:07 +03:00
ADTSDecoder.h
ADTSDemuxer.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
ADTSDemuxer.h
AsyncLogger.h
AudibilityMonitor.h Bug 1863799 return a Span from AudioChunk::ChannelData() to forbid nsTArray::Clone() r=padenot 2023-11-10 05:57:05 +00:00
AudioBufferUtils.h Bug 1869043 interleave audio output after AudioMixer mixing r=padenot 2024-01-11 23:42:47 +00:00
AudioCaptureTrack.cpp Bug 1869043 pull mixed audio from AudioMixer instead of using a callback r=padenot 2024-01-12 01:32:50 +00:00
AudioCaptureTrack.h Bug 1869043 pull mixed audio from AudioMixer instead of using a callback r=padenot 2024-01-12 01:32:50 +00:00
AudioChannelFormat.cpp
AudioChannelFormat.h Bug 1605894 support different in and out sample formats in AudioChannelsDownMix r=padenot 2023-11-14 20:23:19 +00:00
AudioCompactor.cpp
AudioCompactor.h Bug 1817997 - Remove FramesToTimeUnit, replacing it by the TimeUnit constructor. r=alwu,kinetik 2023-05-24 13:18:42 +00:00
AudioConfig.cpp Bug 1863226 - Allow logging TrackInfo, AudioInfo. r=azebrowski 2023-11-14 10:17:45 +00:00
AudioConfig.h Bug 1863226 - Allow logging TrackInfo, AudioInfo. r=azebrowski 2023-11-14 10:17:45 +00:00
AudioConverter.cpp Bug 1862504 - Removed 'else' after 'return' for code readability. r=alwu,sylvestre 2023-12-04 08:02:46 +00:00
AudioConverter.h
AudioDeviceInfo.cpp
AudioDeviceInfo.h Bug 1869043 allow a device to be specified with MediaTrack::AddAudioOutput() r=padenot 2024-01-12 19:08:57 +00:00
AudioInputSource.cpp Bug 1859201 assert that NonNativeInputTrack::ProcessInput() is correct in assuming that its AudioInputSource is consumed on only one thread r=padenot 2023-10-17 21:01:41 +00:00
AudioInputSource.h Bug 1844181 - Use TimeUnit across drift control classes. r=padenot 2023-10-09 13:03:01 +00:00
AudioMixer.h Bug 1869043 pull mixed audio from AudioMixer instead of using a callback r=padenot 2024-01-12 01:32:50 +00:00
AudioPacketizer.h
AudioRingBuffer.cpp Bug 1844181 - Make it possible to resize AudioRingBuffer on the fly. r=padenot 2023-10-09 13:02:56 +00:00
AudioRingBuffer.h Bug 1844181 - Make it possible to resize AudioRingBuffer on the fly. r=padenot 2023-10-09 13:02:56 +00:00
AudioSampleFormat.h Bug 1605894 support different in and out sample formats in AudioChannelsDownMix r=padenot 2023-11-14 20:23:19 +00:00
AudioSegment.cpp Bug 1872519 introduce AudioChunk::DownMixTo() to export existing downmix code r=padenot 2024-01-15 22:20:59 +00:00
AudioSegment.h Backed out 6 changesets (bug 1880192) for causing build bustages on MozPromise.h. CLOSED TREE 2024-02-27 20:41:39 +02:00
AudioStream.cpp Bug 1876526: Make cubeb singleton refcounted. r=pehrsons 2024-02-08 13:08:29 +00:00
AudioStream.h Bug 1876526: Make cubeb singleton refcounted. r=pehrsons 2024-02-08 13:08:29 +00:00
AudioStreamTrack.cpp Bug 1869043 manage AudioStreamTrack outputs to non-default devices in MediaTrackGraph r=pehrsons 2024-01-16 14:23:27 +00:00
AudioStreamTrack.h Bug 1869043 manage AudioStreamTrack outputs to non-default devices in MediaTrackGraph r=pehrsons 2024-01-16 14:23:27 +00:00
AudioTrack.cpp
AudioTrack.h
AudioTrackList.cpp
AudioTrackList.h
BackgroundVideoDecodingPermissionObserver.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
BackgroundVideoDecodingPermissionObserver.h
BaseMediaResource.cpp
BaseMediaResource.h
Benchmark.cpp Bug 1876536 - Part 3: Remove self refcounts within constructor in dom/media r=media-playback-reviewers,pehrsons,padenot 2024-02-01 11:04:00 +00:00
Benchmark.h
BitReader.cpp Bug 1831451 - Downgrade BitReader::ReadBits's assertion to warning r=padenot 2023-06-29 22:33:13 +00:00
BitReader.h
BitWriter.cpp Bug 1852333 - part2 : detect config change for HEVC stream. r=media-playback-reviewers,padenot 2023-10-11 00:57:40 +00:00
BitWriter.h Bug 1852333 - part2 : detect config change for HEVC stream. r=media-playback-reviewers,padenot 2023-10-11 00:57:40 +00:00
BufferMediaResource.h
BufferReader.h Bug 1868403 - Set extra data in AVCC encoding r=media-playback-reviewers,padenot 2023-12-18 22:54:02 +00:00
ByteWriter.h
CallbackThreadRegistry.cpp Bug 1882944 - Add missing header for NS_NewRunnableFunction. r=webrtc-reviewers,jib 2024-03-01 19:31:28 +00:00
CallbackThreadRegistry.h
CanvasCaptureMediaStream.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
CanvasCaptureMediaStream.h
ChannelMediaDecoder.cpp Backed out 2 changesets (bug 1881620) causing multiple Media related failures CLOSED TREE 2024-02-27 03:35:54 +02:00
ChannelMediaDecoder.h Bug 1817997 - Update ChannelMediaDecoder to use the new TimeUnit. r=alwu 2023-05-24 13:18:40 +00:00
ChannelMediaResource.cpp Bug 1869719 - dom/media ChannelMediaResource thread-safety annotations r=media-playback-reviewers,karlt 2023-12-13 05:28:50 +00:00
ChannelMediaResource.h Bug 1869719 - dom/media ChannelMediaResource thread-safety annotations r=media-playback-reviewers,karlt 2023-12-13 05:28:50 +00:00
CloneableWithRangeMediaResource.cpp
CloneableWithRangeMediaResource.h
components.conf Bug 1828401 - Convert most of dom/media to ES modules. r=bwc. 2023-04-20 18:41:21 +00:00
CrossGraphPort.cpp Bug 1869043 manage AudioStreamTrack outputs to non-default devices in MediaTrackGraph r=pehrsons 2024-01-16 14:23:27 +00:00
CrossGraphPort.h Bug 1869043 manage AudioStreamTrack outputs to non-default devices in MediaTrackGraph r=pehrsons 2024-01-16 14:23:27 +00:00
CubebInputStream.cpp Bug 1876526: Make cubeb singleton refcounted. r=pehrsons 2024-02-08 13:08:29 +00:00
CubebInputStream.h Bug 1876526: Make cubeb singleton refcounted. r=pehrsons 2024-02-08 13:08:29 +00:00
CubebUtils.cpp Bug 1879192 - Migrate GVST metrics in the audio namespace to pure glean r=chutten,media-playback-reviewers,padenot 2024-02-09 18:44:12 +00:00
CubebUtils.h Bug 1876526: Make cubeb singleton refcounted. r=pehrsons 2024-02-08 13:08:29 +00:00
DecoderTraits.cpp Bug 1859535, part 3 - Remove HavePluginForType. r=media-playback-reviewers,dom-core,padenot,sefeng 2023-11-20 17:44:20 +00:00
DecoderTraits.h Bug 1257145 - Remove --disable-fmp4 to unbreak --disable-ffmpeg. r=glandium,media-playback-reviewers,karlt 2023-08-16 09:04:46 +00:00
DeviceInputTrack.cpp Bug 1878380 - To AudioCallbackDriver add a ChangingDevice audio stream state. r=padenot 2024-02-22 09:31:40 +00:00
DeviceInputTrack.h Bug 1859433 remove MediaTrackGraphImpl class usage for audio input tracks r=pehrsons 2023-10-18 23:22:28 +00:00
DOMMediaStream.cpp Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
DOMMediaStream.h
DriftCompensation.h
EncoderTraits.cpp Bug 1749047 - Remove extra empty line in EncoderTraits.cpp r=padenot 2023-12-22 21:39:24 +00:00
EncoderTraits.h Bug 1749047 - Add EncoderTraits. r=chunmin 2023-12-22 21:39:09 +00:00
ExternalEngineStateMachine.cpp Bug 1881589 - report current state. r=jrmuizel 2024-02-22 19:45:32 +00:00
ExternalEngineStateMachine.h Bug 1873394 - part2 : add telemetry probe to record error and crash. r=jolin,chutten 2024-02-08 18:38:30 +00:00
FileBlockCache.cpp
FileBlockCache.h
FileMediaResource.cpp
FileMediaResource.h
ForwardedInputTrack.cpp Bug 1859433 remove some miscellaneous MediaTrackGraphImpl usage outside of core graph implementation r=pehrsons 2023-10-18 23:30:32 +00:00
ForwardedInputTrack.h
FrameStatistics.h
GetUserMediaRequest.cpp
GetUserMediaRequest.h
GraphDriver.cpp Bug 1874789 - Add a pref to allow disabling VOICE in cubeb. r=padenot 2024-02-23 15:30:51 +00:00
GraphDriver.h Bug 1878380 - To AudioCallbackDriver add a ChangingDevice audio stream state. r=padenot 2024-02-22 09:31:40 +00:00
GraphRunner.cpp Bug 1869043 pull mixed audio from AudioMixer instead of using a callback r=padenot 2024-01-12 01:32:50 +00:00
GraphRunner.h Bug 1869043 pull mixed audio from AudioMixer instead of using a callback r=padenot 2024-01-12 01:32:50 +00:00
IdpSandbox.sys.mjs Bug 1834176 - Convert consumers of NetUtil.jsm to import the ES module directly. r=arai,webdriver-reviewers,perftest-reviewers,valentin,extension-reviewers,devtools-reviewers,sync-reviewers,cookie-reviewers,robwu,afinder,whimboo 2023-06-07 08:42:36 +00:00
ImageToI420.cpp Backed out 13 changesets (bug 1640839) for causing bustage on Element.cpp CLOSED TREE 2024-03-01 18:23:08 +02:00
ImageToI420.h
Intervals.h Bug 1869675 - Make CompareIntervals::LessThan become a symmetric relation. r=media-playback-reviewers,padenot 2023-12-13 11:03:31 +00:00
MediaBlockCacheBase.h
MediaCache.cpp
MediaCache.h
MediaChannelStatistics.h
MediaContainerType.cpp
MediaContainerType.h
MediaData.cpp Bug 1876414 - Let PlanarYCbCrImage::CopyData return nsresult r=media-playback-reviewers,gfx-reviewers,sotaro,padenot 2024-02-13 00:18:14 +00:00
MediaData.h Bug 1876414 - Let SetVideoDataToImage return MediaResult r=media-playback-reviewers,padenot 2024-02-13 00:18:13 +00:00
MediaDataDemuxer.h Bug 1823541 - part2 : recreate the state machine if DRM playback is not allowed for the media engine playback. r=jolin 2023-03-23 17:36:50 +00:00
MediaDecoder.cpp Bug 1873394 - part3 : record telemetry for the failure to recreate the state machine. r=jolin,chutten 2024-02-08 18:38:30 +00:00
MediaDecoder.h Bug 1839889 - In media playback move some state mirroring to (main thread) canonical-initiated connections. r=alwu 2023-06-22 23:11:14 +00:00
MediaDecoderOwner.h Backed out 3 changesets (bug 1693250) for causing high frequency failures on test_recreate_audio_sink_clock_time.html. CLOSED TREE 2023-07-18 06:01:09 +03:00
MediaDecoderStateMachine.cpp Bug 1847286 - make the interval start time to audio's base. r=media-playback-reviewers,azebrowski 2023-09-06 20:28:29 +00:00
MediaDecoderStateMachine.h Backed out 3 changesets (bug 1693250) for causing high frequency failures on test_recreate_audio_sink_clock_time.html. CLOSED TREE 2023-07-18 06:01:09 +03:00
MediaDecoderStateMachineBase.cpp Bug 1839889 - In media playback move some state mirroring to (main thread) canonical-initiated connections. r=alwu 2023-06-22 23:11:14 +00:00
MediaDecoderStateMachineBase.h Backed out 3 changesets (bug 1693250) for causing high frequency failures on test_recreate_audio_sink_clock_time.html. CLOSED TREE 2023-07-18 06:01:09 +03:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
MediaDevices.h Bug 1836377 - Restore permission-based exposure of camera/microphone device labels when media.devices.enumerate.legacy.enabled is true. r=karlt 2023-06-02 19:25:20 +00:00
MediaEventSource.h Bug 1276351 - Move away from mozilla::tuple to std::tuple. r=necko-reviewers,sergesanspaille 2023-03-27 07:20:25 +00:00
MediaFormatReader.cpp Backed out 2 changesets (bug 1853057) for causing mda failures on test_video_low_power_telemetry.html. CLOSED TREE 2023-09-15 09:32:07 +03:00
MediaFormatReader.h Bug 1823953, 1826382, 1828912, 1833654, 1837160, 1839389, 1839391, 1840399, 1840402, 1840869, 603918: apply code formatting via Lando 2023-08-08 12:20:14 +00:00
MediaInfo.cpp Bug 1863226 - Allow logging TrackInfo, AudioInfo. r=azebrowski 2023-11-14 10:17:45 +00:00
MediaInfo.h Bug 1749047 - Add the ability to print a VideoInfo and a VideoDecoderConfigInternal. r=chunmin,media-playback-reviewers 2023-12-22 21:39:16 +00:00
MediaManager.cpp Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
MediaManager.h Bug 1868127 - Split MediaManager::EnumerateRawDevices into two. r=karlt 2023-12-21 13:19:28 +00:00
MediaMetadataManager.h
MediaMIMETypes.cpp Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
MediaMIMETypes.h
MediaPlaybackDelayPolicy.cpp
MediaPlaybackDelayPolicy.h
MediaPromiseDefs.h
MediaQueue.h Bug 1838756 - do not adjust timestamp again for samples, which has been adjusted, when pushing them back to the audio queue. r=padenot 2023-06-26 21:16:11 +00:00
MediaRecorder.cpp Bug 1859433 remove some miscellaneous MediaTrackGraphImpl usage outside of core graph implementation r=pehrsons 2023-10-18 23:30:32 +00:00
MediaRecorder.h
MediaResource.cpp
MediaResource.h
MediaResourceCallback.h
MediaResult.h Bug 1848561 - initialize mCDMProxy with nullptr. r=media-playback-reviewers,aosmond 2023-09-25 19:08:05 +00:00
MediaSegment.h
MediaShutdownManager.cpp
MediaShutdownManager.h
MediaSpan.h
MediaStatistics.h
MediaStreamError.cpp
MediaStreamError.h
MediaStreamTrack.cpp Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
MediaStreamTrack.h Bug 1869043 manage AudioStreamTrack outputs to non-default devices in MediaTrackGraph r=pehrsons 2024-01-16 14:23:27 +00:00
MediaStreamWindowCapturer.cpp
MediaStreamWindowCapturer.h
MediaTimer.cpp
MediaTimer.h
MediaTrack.cpp
MediaTrack.h
MediaTrackGraph.cpp Bug 1881981 log AEC output device changes r=padenot 2024-02-28 19:11:11 +00:00
MediaTrackGraph.h Bug 1869043 allow a device to be specified with MediaTrackGraph::NotifyWhenDeviceStarted() r=pehrsons 2024-01-16 09:14:07 +00:00
MediaTrackGraphImpl.h Bug 1876536 - Part 3: Remove self refcounts within constructor in dom/media r=media-playback-reviewers,pehrsons,padenot 2024-02-01 11:04:00 +00:00
MediaTrackList.cpp Bug 1817122 - Make AsyncEventDispatcher(Event) take ownership of the event. r=smaug,media-playback-reviewers,padenot 2023-10-04 19:37:39 +00:00
MediaTrackList.h
MediaTrackListener.cpp
MediaTrackListener.h
MemoryBlockCache.cpp
MemoryBlockCache.h
metrics.yaml Bug 1879192 - Migrate GVST metrics in the audio namespace to pure glean r=chutten,media-playback-reviewers,padenot 2024-02-09 18:44:12 +00:00
moz.build Bug 1872973 - part2 : add EME tests on wmfme. r=ci-and-tooling,jolin,aryx 2024-01-08 02:37:04 +00:00
MPSCQueue.h
nsIAudioDeviceInfo.idl
nsIDocumentActivity.h
nsIMediaDevice.idl
nsIMediaManager.idl
Pacer.h
PeerConnection.sys.mjs Bug 1568296: Implement "stopping" state for RTCRtpTransceiver. r=jib,mjf,webidl,smaug 2023-08-08 18:56:38 +00:00
PeerConnectionIdp.sys.mjs Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish 2023-05-20 12:26:49 +00:00
PrincipalChangeObserver.h
PrincipalHandle.h
QueueObject.cpp
QueueObject.h
ReaderProxy.cpp Bug 1837570 - For the ReaderProxy::mDuration mirror do canonical-initiated connect. r=alwu 2023-06-22 15:00:25 +00:00
ReaderProxy.h Bug 1837570 - For the ReaderProxy::mDuration mirror do canonical-initiated connect. r=alwu 2023-06-22 15:00:25 +00:00
SeekJob.cpp
SeekJob.h
SeekTarget.h
SelfRef.h
SharedBuffer.h
TimeUnits.cpp Bug 1874723 - Accept imprecision when trimming audio content media in certain cases. r=alwu 2024-02-01 17:13:15 +00:00
TimeUnits.h Bug 1874723 - Accept imprecision when trimming audio content media in certain cases. r=alwu 2024-02-01 17:13:15 +00:00
Tracing.cpp
Tracing.h Bug 1860681 - Fix TRACE_AUDIO_CALLBACK_BUDGET with --disable-real-time-tracing. r=padenot 2023-10-25 09:38:23 +00:00
UnderrunHandler.h
UnderrunHandlerLinux.cpp
UnderrunHandlerNoop.cpp
VideoFrameContainer.cpp Bug 1832479 use types for decoder owner Invalidate() boolean parameters r=pehrsons 2023-05-16 21:30:29 +00:00
VideoFrameContainer.h Bug 1807215 - Simplify intrinsic size handling in VideoFrameContainer by removing the intrinsicSizeChanged flag. r=padenot 2023-04-03 08:36:39 +00:00
VideoFrameConverter.h Backed out 13 changesets (bug 1640839) for causing bustage on Element.cpp CLOSED TREE 2024-03-01 18:23:08 +02:00
VideoLimits.h
VideoOutput.h Bug 1876414 - Let PlanarYCbCrImage::CopyData return nsresult r=media-playback-reviewers,gfx-reviewers,sotaro,padenot 2024-02-13 00:18:14 +00:00
VideoPlaybackQuality.cpp
VideoPlaybackQuality.h
VideoSegment.cpp Bug 1876414 - Let PlanarYCbCrImage::CopyData return nsresult r=media-playback-reviewers,gfx-reviewers,sotaro,padenot 2024-02-13 00:18:14 +00:00
VideoSegment.h
VideoStreamTrack.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
VideoStreamTrack.h
VideoTrack.cpp
VideoTrack.h
VideoTrackList.cpp
VideoTrackList.h
VideoUtils.cpp Bug 1873394 - part2 : add telemetry probe to record error and crash. r=jolin,chutten 2024-02-08 18:38:30 +00:00
VideoUtils.h Bug 1873394 - part2 : add telemetry probe to record error and crash. r=jolin,chutten 2024-02-08 18:38:30 +00:00
WavDumper.h
WebMSample.h
XiphExtradata.cpp
XiphExtradata.h