summaryrefslogtreecommitdiff
path: root/dom/media
Commit message (Collapse)AuthorAge
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
| | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from dom. More to come.
* Issue #2199 - Add support for libavcodec 60/FFmpeg 6.0trav902023-04-07
|
* Issue #2101 - Part 6: Plumbing of ColorRange between video decoders and YUV ↵u3shit2023-02-26
| | | | convert
* Issue #2101 - Part 5: Add ColorRange support to video decodersu3shit2023-02-26
|
* Issue #2101 - Part 2: Use stdint.h types instead of uint8 and friendsu3shit2023-02-26
| | | | Required for upcoming libyuv update
* Issue #2101 - Part 1: Add mColorRange info to YCbCrBufferu3shit2023-02-26
| | | | https://hg.mozilla.org/integration/autoland/rev/6f4c7904cda8
* Issue #2118 - Part 2: Add support for Identity YUVColorSpaceu3shit2023-02-26
| | | | https://hg.mozilla.org/mozilla-central/rev/be342c90755d11551623362f2058c0326f63bbb3
* No issue - Accept also `video/vp8` as MIME type (bis)Moonchild2023-02-08
|
* No issue - Accept also `video/vp8` as MIME typeMoonchild2023-02-07
|
* [No issue] Add executable bit to shell scripts in treetrav902022-11-25
|
* Issue #1977 - Follow-up: Correct pref check to be selective on wave formats ↵Moonchild2022-09-22
| | | | only.
* Issue #80 - Re-unify most of DOMMoonchild2022-09-08
|
* Issue #80 - reinstated unified building for some large chunks of our code.Moonchild2022-09-04
| | | | This should reduce compile complexity saving time and reducing linker stress.
* Issue #1956 - Fix C++ code standard conformance issue in webaudioMoonchild2022-08-29
|
* Issue #1991 - Remove console log stating TURNS is not supportedBasilisk-Dev2022-08-20
| | | | Port of Mozilla bug 1383575
* Issue #1991 - Support TURN TLS Support in WebRTCBasilisk-Dev2022-08-20
| | | | Backport of Mozilla bug 1056934
* Revert "Issue #1806 - Follow-up: Fix WebRTC issues with cubeb update."Basilisk-Dev2022-07-29
| | | | This reverts commit d0acadd727468ccaa4e3cbe3673e29890c2551ca.
* Issue #1977 - Bring back old behavior behind a pref.Job Bautista2022-07-29
| | | | | I've thought about this before creating the issue, and Moonchild wanted this as well.
* Issue #1977 - Allow WAV into media document.Job Bautista2022-07-27
| | | | Based on https://hg.mozilla.org/integration/mozilla-inbound/rev/b3f7abd15aeb
* Issue #1956 - Fix symbol visibility issue more elegantly.Jeremy Andrews2022-07-12
| | | | All it needed was __declspec(dllexport) on the function I was copy/pasting all over the place...
* Issue #1956 - Use preprocessor to work around strange template behavior with ↵Jeremy Andrews2022-07-06
| | | | 32-bit MSVC2022.
* Issue #1956 - Follow-up: Fix weird linker issue on 32-bit MSVC2022.Jeremy Andrews2022-07-05
| | | | I moved Range<bool>::Merge and Range<bool>::FinalizeMerge from MediaTrackConstraints.cpp, into MediaTrackConstraints.h. The header file previously contained only a forward declaration of functions implemented in the .cpp, which can be a problem if other parts of the program are including this header expecting to find the function.
* [DOM media] Remove potentially unsafe type accesses when debug loggingMoonchild2022-07-03
|
* [DOM media] Handle truncated WAV stream.Paul Adenot2022-05-30
|
* [DOM media] Adjust lock scope in MediaSourceDemuxerMoonchild2022-05-30
|
* [DOM media] Add a lock around Reset() in WebMBufferedParserMoonchild2022-05-30
|
* Issue #83 - Update FFVPX to version 4.2.7trav902022-05-28
|
* Merge pull request 'Silence some GCC compiler warnings in FFmpeg code' ↵Moonchild2022-05-21
|\ | | | | | | | | | | (#1902) from trav90/UXP-contrib:gcc-work into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1902
| * Issue #457 - Silence some GCC compiler warnings in FFmpeg codetrav902022-05-21
| |
* | Bug 1679987 - Remove unused includes of nsCharSeparatedTokenizer.h.Moonchild2022-05-17
|/
* Issue #1893 - Part 3: Update audio & video decoders for FFmpeg 5.0trav902022-05-16
| | | | FFmpeg 5.0 removed some deprecated symbols so we need to update our decoding code to account for it.
* Issue #1893 - Part 2: Add support for libavcodec 59/FFmpeg 5.0trav902022-05-16
|
* Issue #1893 - Part 1: Import required FFmpeg 5.0 header filestrav902022-05-16
|
* Merge branch 'master' into vpx-format-updateMoonchild2022-05-01
|\
| * Issue #1829 - Revert "Issue #1751 -- Remove XP_MACOSX conditionals from /dom"Brian Smith2022-04-26
| | | | | | | | This reverts commit 0dd3424f774954627d6f53df9fb47379d9b5c871.
| * Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"Brian Smith2022-04-26
| | | | | | | | This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c.
| * Issue #1829 - Revert “Issue #1751 -- Remove cocoa support code from /dom”Brian Smith2022-04-26
| | | | | | | | This reverts commit ca35efb84ebae522f9ab7803d8e017f721e03207.
* | Issue #1820 - Part 8: Check bit depth in PDM::Supports.Moonchild2022-04-27
| |
* | Issue #1820 - Part 7: Check bit depth in WebMDecoder to determine if we ↵Moonchild2022-04-27
| | | | | | | | support HDR.
* | Issue #1820 - Part 6: Extract bit depth information from codec parameter stringMoonchild2022-04-27
| | | | | | | | into VideoInfo::mBitDepth.
* | Issue #1820 - Part 5: Add mBitDepth field to VideoInfo.Moonchild2022-04-27
| |
* | Issue #1820 - Part 4: Add a gtest for testing the extraction function.Moonchild2022-04-27
| |
* | Issue #1820 - Part 3: Use Codec detail extractor helper to tell if it's a newMoonchild2022-04-27
| | | | | | | | style VP8/VP9 codec string.
* | Issue #1820 - Part 2: Add VP9-in-MP4 support to the decoderMoonchild2022-04-27
| | | | | | | | | | This also adds support in StageFright for VP9.0 FourCCs and consolidates individual string checks to helpers for WebM
* | Issue #1820 - Part 1 : Add an extraction function to parse the RFC-6381 VP9 ↵Moonchild2022-04-26
|/ | | | codec string.
* Issue #1818 - Part 1: remove a number of old GCC hacks.trav902022-04-15
|
* [DOM media] Handle truncated ADTS and MP3 resources.Paul Adenot2022-04-08
|
* Issue #21 - Remove calls to Services.telemetry and nsITelemetryMoonchild2022-04-07
| | | | These calls would cause breakage without the supporting plumbing.
* Revert "Merge pull request 'Update libcubeb to latest version' (#1812) from ↵Moonchild2022-04-05
| | | | | | | athenian200/UXP:libcubeb_final into master" This reverts commit 0bc66e3b04e77af307b62371ae9f4be70b2b19b7, reversing changes made to 6e6b5d89964ea726b264c711bdf6f02fe0c006f5.
* Merge pull request 'Update libcubeb to latest version' (#1812) from ↵athenian2002022-04-05
|\ | | | | | | | | | | athenian200/UXP:libcubeb_final into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1812