.. |
mp4_demuxer
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
AudioGenerator.h
|
Bug 1656438 - Replace dos EOL with unix one. r=padenot
|
2020-09-17 06:16:49 +00:00 |
AudioVerifier.h
|
Bug 1656438 - Tighten estimated frequency check by accounting for drift factor. r=padenot
|
2020-09-17 06:13:42 +00:00 |
Cargo.toml
|
…
|
|
GMPTestMonitor.h
|
Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers
|
2020-11-23 16:10:41 +00:00 |
MockCubeb.cpp
|
Bug 1678352 - Teach MockCubeb to record its own input to a buffer. r=pehrsons
|
2021-01-19 14:59:41 +00:00 |
MockCubeb.h
|
Bug 1678352 - Teach MockCubeb to record its own input to a buffer. r=pehrsons
|
2021-01-19 14:59:41 +00:00 |
MockMediaResource.cpp
|
…
|
|
MockMediaResource.h
|
…
|
|
TestAudioBuffers.cpp
|
…
|
|
TestAudioCallbackDriver.cpp
|
Bug 1666116 - Pre-create the fake audio thread for timing sensitive tests. r=padenot
|
2020-11-30 14:17:06 +00:00 |
TestAudioCompactor.cpp
|
Bug 1671641 - Make `dom/media/gtest` buildable outside of `unified-build` environment. r=sg
|
2020-10-28 16:30:30 +00:00 |
TestAudioDeviceEnumerator.cpp
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
TestAudioDriftCorrection.cpp
|
Bug 1671641 - Make `dom/media/gtest` buildable outside of `unified-build` environment. r=sg
|
2020-10-28 16:30:30 +00:00 |
TestAudioMixer.cpp
|
…
|
|
TestAudioPacketizer.cpp
|
Bug 1651745 - Add methods to inspect buffered amount and to clear AudioPacketizer. r=padenot
|
2020-11-05 16:42:28 +00:00 |
TestAudioRingBuffer.cpp
|
Bug 1671641 - Make `dom/media/gtest` buildable outside of `unified-build` environment. r=sg
|
2020-10-28 16:30:30 +00:00 |
TestAudioSegment.cpp
|
Bug 1651745 - Memoize the max channel count in AudioSegment::MaxChannelCount(). r=padenot
|
2020-11-05 15:34:04 +00:00 |
TestAudioTrackEncoder.cpp
|
Bug 1667728 - Make FrameEncode gtest pass EOS for completion. r=bryce
|
2020-10-07 21:59:22 +00:00 |
TestAudioTrackGraph.cpp
|
Bug 1678352 - Upload a wav file when the test fails, for diagnosis. r=pehrsons
|
2021-01-19 14:59:44 +00:00 |
TestBenchmarkStorage.cpp
|
…
|
|
TestBitWriter.cpp
|
…
|
|
TestBlankVideoDataCreator.cpp
|
Bug 1671641 - Make `dom/media/gtest` buildable outside of `unified-build` environment. r=sg
|
2020-10-28 16:30:30 +00:00 |
TestBufferReader.cpp
|
Bug 1637235 - Implement a ring buffer for audio data. r=padenot,jya
|
2020-06-01 15:53:18 +00:00 |
TestCDMStorage.cpp
|
Bug 1671246 - Use a union to pass NodeId in GMP. r=jbauman,ipc-reviewers,nika
|
2020-12-16 16:15:01 +00:00 |
TestDataMutex.cpp
|
Bug 1671403 - DataMutexBase::Mutex() gives const& access to the mutex - r=sg
|
2020-11-19 11:47:08 +00:00 |
TestDecoderBenchmark.cpp
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
TestDriftCompensation.cpp
|
Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers
|
2020-11-23 16:10:41 +00:00 |
TestDynamicResampler.cpp
|
Bug 1656438 - Make integer types explicit and unsigned in AudioDriftCorrection and friends. r=padenot
|
2020-09-17 06:13:40 +00:00 |
TestGMPCrossOrigin.cpp
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
TestGMPRemoveAndDelete.cpp
|
Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi
|
2020-09-23 15:17:15 +00:00 |
TestGMPUtils.cpp
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
TestGroupId.cpp
|
Bug 1651745 - Change MediaEngineSource::SetTrack to take a MediaTrack base class. r=padenot
|
2020-11-05 16:42:07 +00:00 |
TestIntervalSet.cpp
|
Bug 1660470 - Add missing include directives/forward declarations. r=nika
|
2020-11-23 16:21:38 +00:00 |
TestKeyValueStorage.cpp
|
Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
|
2020-06-23 05:05:36 +00:00 |
TestMP3Demuxer.cpp
|
Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot
|
2020-03-04 15:39:20 +00:00 |
TestMP4Demuxer.cpp
|
Bug 1669570 - Rename MediaController thread to MediaSupervisor. r=jya
|
2020-10-26 15:13:37 +00:00 |
TestMediaDataDecoder.cpp
|
Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers
|
2020-11-23 16:10:41 +00:00 |
TestMediaDataEncoder.cpp
|
Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers
|
2020-11-23 16:10:41 +00:00 |
TestMediaEventSource.cpp
|
Bug 1669570 - Rename MediaController thread to MediaSupervisor. r=jya
|
2020-10-26 15:13:37 +00:00 |
TestMediaMIMETypes.cpp
|
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
|
2020-07-01 08:29:29 +00:00 |
TestMediaSpan.cpp
|
Bug 1322095 - Part 2: Remove nsAutoPtr from dom/media. r=jya
|
2020-02-21 22:44:00 +00:00 |
TestMuxer.cpp
|
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
|
2020-11-04 17:04:01 +00:00 |
TestOpusParser.cpp
|
…
|
|
TestRust.cpp
|
…
|
|
TestTimeUnit.cpp
|
…
|
|
TestVPXDecoding.cpp
|
…
|
|
TestVideoFrameConverter.cpp
|
Bug 1660174 - Allow for some fuzziness in testing the same-frame timer. r=dminor
|
2020-08-21 13:14:02 +00:00 |
TestVideoSegment.cpp
|
Bug 1674637 - Use nested namespaces in dom/ r=sg,andi
|
2020-11-04 17:04:01 +00:00 |
TestVideoTrackEncoder.cpp
|
Bug 1652884 - Make disabled tracks, that haven't seen a frame, black. r=jib
|
2020-08-19 22:18:30 +00:00 |
TestVideoUtils.cpp
|
…
|
|
TestWebMBuffered.cpp
|
…
|
|
TestWebMWriter.cpp
|
Bug 1667728 - Use only one notion of sample rate for AudioTrackEncoder. r=bryce
|
2020-10-07 22:19:37 +00:00 |
WaitFor.h
|
Bug 1666116 - Work around a static-analysis error causing bustages. r=padenot
|
2020-11-30 14:16:54 +00:00 |
YUVBufferGenerator.cpp
|
…
|
|
YUVBufferGenerator.h
|
…
|
|
dash_dashinit.mp4
|
…
|
|
hello.rs
|
Bug 1617369 - Reformat a rust test using rustfmt r=marco
|
2020-03-10 09:27:56 +00:00 |
id3v2header.mp3
|
…
|
|
moz.build
|
Bug 1657246 - Split MockCubeb into .h and .cpp. r=padenot
|
2020-10-28 00:58:13 +00:00 |
negative_duration.mp4
|
…
|
|
noise.mp3
|
…
|
|
noise_vbr.mp3
|
…
|
|
short-zero-in-moov.mp4
|
…
|
|
short-zero-inband.mov
|
…
|
|
small-shot-false-positive.mp3
|
…
|
|
small-shot-partial-xing.mp3
|
…
|
|
small-shot.mp3
|
…
|
|
test.webm
|
…
|
|
test_case_1224361.vp8.ivf
|
…
|
|
test_case_1224363.vp8.ivf
|
…
|
|
test_case_1224369.vp8.ivf
|
…
|
|
test_vbri.mp3
|
…
|
|