Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #2101 - Part 6: Plumbing of ColorRange between video decoders and YUV ↵ | u3shit | 2023-02-26 |
| | | | | convert | ||
* | Issue #2101 - Part 5: Add ColorRange support to video decoders | u3shit | 2023-02-26 |
| | |||
* | Issue #2101 - Part 2: Use stdint.h types instead of uint8 and friends | u3shit | 2023-02-26 |
| | | | | Required for upcoming libyuv update | ||
* | Issue #2101 - Part 1: Add mColorRange info to YCbCrBuffer | u3shit | 2023-02-26 |
| | | | | https://hg.mozilla.org/integration/autoland/rev/6f4c7904cda8 | ||
* | Issue #2118 - Part 2: Add support for Identity YUVColorSpace | u3shit | 2023-02-26 |
| | | | | https://hg.mozilla.org/mozilla-central/rev/be342c90755d11551623362f2058c0326f63bbb3 | ||
* | No issue - Accept also `video/vp8` as MIME type (bis) | Moonchild | 2023-02-08 |
| | |||
* | No issue - Accept also `video/vp8` as MIME type | Moonchild | 2023-02-07 |
| | |||
* | [No issue] Add executable bit to shell scripts in tree | trav90 | 2022-11-25 |
| | |||
* | Issue #1977 - Follow-up: Correct pref check to be selective on wave formats ↵ | Moonchild | 2022-09-22 |
| | | | | only. | ||
* | Issue #80 - Re-unify most of DOM | Moonchild | 2022-09-08 |
| | |||
* | Issue #80 - reinstated unified building for some large chunks of our code. | Moonchild | 2022-09-04 |
| | | | | This should reduce compile complexity saving time and reducing linker stress. | ||
* | Issue #1956 - Fix C++ code standard conformance issue in webaudio | Moonchild | 2022-08-29 |
| | |||
* | Issue #1991 - Remove console log stating TURNS is not supported | Basilisk-Dev | 2022-08-20 |
| | | | | Port of Mozilla bug 1383575 | ||
* | Issue #1991 - Support TURN TLS Support in WebRTC | Basilisk-Dev | 2022-08-20 |
| | | | | Backport of Mozilla bug 1056934 | ||
* | Revert "Issue #1806 - Follow-up: Fix WebRTC issues with cubeb update." | Basilisk-Dev | 2022-07-29 |
| | | | | This reverts commit d0acadd727468ccaa4e3cbe3673e29890c2551ca. | ||
* | Issue #1977 - Bring back old behavior behind a pref. | Job Bautista | 2022-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 Bautista | 2022-07-27 |
| | | | | Based on https://hg.mozilla.org/integration/mozilla-inbound/rev/b3f7abd15aeb | ||
* | Issue #1956 - Fix symbol visibility issue more elegantly. | Jeremy Andrews | 2022-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 Andrews | 2022-07-06 |
| | | | | 32-bit MSVC2022. | ||
* | Issue #1956 - Follow-up: Fix weird linker issue on 32-bit MSVC2022. | Jeremy Andrews | 2022-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 logging | Moonchild | 2022-07-03 |
| | |||
* | [DOM media] Handle truncated WAV stream. | Paul Adenot | 2022-05-30 |
| | |||
* | [DOM media] Adjust lock scope in MediaSourceDemuxer | Moonchild | 2022-05-30 |
| | |||
* | [DOM media] Add a lock around Reset() in WebMBufferedParser | Moonchild | 2022-05-30 |
| | |||
* | Issue #83 - Update FFVPX to version 4.2.7 | trav90 | 2022-05-28 |
| | |||
* | Merge pull request 'Silence some GCC compiler warnings in FFmpeg code' ↵ | Moonchild | 2022-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 code | trav90 | 2022-05-21 |
| | | |||
* | | Bug 1679987 - Remove unused includes of nsCharSeparatedTokenizer.h. | Moonchild | 2022-05-17 |
|/ | |||
* | Issue #1893 - Part 3: Update audio & video decoders for FFmpeg 5.0 | trav90 | 2022-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.0 | trav90 | 2022-05-16 |
| | |||
* | Issue #1893 - Part 1: Import required FFmpeg 5.0 header files | trav90 | 2022-05-16 |
| | |||
* | Merge branch 'master' into vpx-format-update | Moonchild | 2022-05-01 |
|\ | |||
| * | Issue #1829 - Revert "Issue #1751 -- Remove XP_MACOSX conditionals from /dom" | Brian Smith | 2022-04-26 |
| | | | | | | | | This reverts commit 0dd3424f774954627d6f53df9fb47379d9b5c871. | ||
| * | Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN" | Brian Smith | 2022-04-26 |
| | | | | | | | | This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c. | ||
| * | Issue #1829 - Revert “Issue #1751 -- Remove cocoa support code from /dom” | Brian Smith | 2022-04-26 |
| | | | | | | | | This reverts commit ca35efb84ebae522f9ab7803d8e017f721e03207. | ||
* | | Issue #1820 - Part 8: Check bit depth in PDM::Supports. | Moonchild | 2022-04-27 |
| | | |||
* | | Issue #1820 - Part 7: Check bit depth in WebMDecoder to determine if we ↵ | Moonchild | 2022-04-27 |
| | | | | | | | | support HDR. | ||
* | | Issue #1820 - Part 6: Extract bit depth information from codec parameter string | Moonchild | 2022-04-27 |
| | | | | | | | | into VideoInfo::mBitDepth. | ||
* | | Issue #1820 - Part 5: Add mBitDepth field to VideoInfo. | Moonchild | 2022-04-27 |
| | | |||
* | | Issue #1820 - Part 4: Add a gtest for testing the extraction function. | Moonchild | 2022-04-27 |
| | | |||
* | | Issue #1820 - Part 3: Use Codec detail extractor helper to tell if it's a new | Moonchild | 2022-04-27 |
| | | | | | | | | style VP8/VP9 codec string. | ||
* | | Issue #1820 - Part 2: Add VP9-in-MP4 support to the decoder | Moonchild | 2022-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 ↵ | Moonchild | 2022-04-26 |
|/ | | | | codec string. | ||
* | Issue #1818 - Part 1: remove a number of old GCC hacks. | trav90 | 2022-04-15 |
| | |||
* | [DOM media] Handle truncated ADTS and MP3 resources. | Paul Adenot | 2022-04-08 |
| | |||
* | Issue #21 - Remove calls to Services.telemetry and nsITelemetry | Moonchild | 2022-04-07 |
| | | | | These calls would cause breakage without the supporting plumbing. | ||
* | Revert "Merge pull request 'Update libcubeb to latest version' (#1812) from ↵ | Moonchild | 2022-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 ↵ | athenian200 | 2022-04-05 |
|\ | | | | | | | | | | | athenian200/UXP:libcubeb_final into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1812 | ||
| * | Issue #1806 - Convert DOS line endings to Unix line endings. | Jeremy Andrews | 2021-08-27 |
| | | | | | | | | When redoing my work and creating a new file on Windows, I forgot to ensure it didn't have CRLF line endings. | ||
| * | Issue #1806 - Part 7: Fix up weird issue introduced when redoing branch. | Jeremy Andrews | 2021-08-24 |
| | | | | | | | | Apparently this time I accentally pulled a random + and - sign into a couple files because I wasn't careful to look at the raw versions on Bugzilla. |