summaryrefslogtreecommitdiff
path: root/media
Commit message (Collapse)AuthorAge
* [WebRTC] Give ::Terminated() the same treatment as ::Close_gMoonchild2023-10-25
|
* Merge pull request 'Clean up the rest of EME' (#2348) from 2346-EME-cleanup ↵Moonchild2023-10-19
|\ | | | | | | | | | | into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2348
| * Issue #2346 - Remove unused EME componentsMoonchild2023-10-17
| | | | | | | | | | | | | | | | | | This removes: dom/media/eme code GMP CDM proxies GMP WideVine adapter code EME media platform code GMP clearkey module
* | Issue #2332 - Hyphenate rtc stats type as per specBasilisk-Dev2023-10-18
|/ | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1322503
* Issue #2332 - Use only one listener in MediaPipelineTransmitBasilisk-Dev2023-10-05
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1305949 part 3
* Issue #2332 - libvpx upgrade followup part 5Basilisk-Dev2023-10-04
| | | | Port commits 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 and ed7b08e6089de2dd9a1cee595d9ff7ed1fae919d to new libvpx version
* Issue #2332 - libvpx upgrade followup part 4Basilisk-Dev2023-10-04
| | | | Port commit babeb5c556de6f9686f5cd47133d0c40c07bfc2e to new libvpx version
* Issue #2332 - libvpx upgrade followup part 3Basilisk-Dev2023-10-04
| | | | Port commit d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 to new libvpx version
* Issue #2332 - libvpx upgrade followup part 2Basilisk-Dev2023-10-04
| | | | Port commit ca36e991ea55f2d9f78bab558fef10720c9244f0 to new libvpx version
* Issue #2332 - libvpx upgrade followup part 1Basilisk-Dev2023-10-04
| | | | Port commit a8f45aba816b7b5e1bd2bbdb663bdf5f044e2f5d to new libvpx version
* Issue #2332 - Update to libvpx 1.6.1Basilisk-Dev2023-10-04
| | | | Backport of Bugzilla 1223692 and 1331498
* Merge pull request 'Issue #2058 - Upgrade usrsctp library' (#2297) from ↵Moonchild2023-09-28
|\ | | | | | | | | | | Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2297
| * Issue #2058 - apply additional patches from dbsoft for OS definesBasilisk-Dev2023-08-31
| |
* | Merge pull request 'Cherry-pick upstream libvpx fix for CVE-2023-5217' ↵Moonchild2023-09-28
|\ \ | | | | | | | | | | | | | | | (#2320) from Basilisk-Dev/UXP-contrib:libvpx-cve into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2320
| * | Cherry-pick upstream libvpx fixBasilisk-Dev2023-09-28
| |/ | | | | | | | | Backport of https://hg.mozilla.org/releases/mozilla-esr115/rev/5241232a3292943bd59ff1704eab60fee3cbc9d1 Addresses CVE-2023-5217
* | Issue #2311 - Part 7 - Unset CONFIG_DCT and CONFIG_FFTtrav902023-09-22
| | | | | | | | These functions aren't be needed at the moment and disabling them should fix builing on Windows.
* | Issue #2311 - Part 6 - Remove now unused libav source filestrav902023-09-20
| |
* | Issue #2311 - Part 1 - Add ffmpeg's own floating point real FFT functions to ↵trav902023-09-20
| | | | | | | | | | | | ffvpx Instead of using Libav's.
* | Issue #2309 - Cherry-pick upstream libwebp fix.Moonchild2023-09-13
|/ | | | | | Backport of: https://chromium.googlesource.com/webm/libwebp.git/+/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 Resolves #2309
* No Issue - Fix building WebRTC/Basilisk with --enable-debugBrian Smith2023-08-14
| | | | A bogus MOZ_ASSERT was added at some point, this should make it work.
* 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 embedding, extensions, gfx, hal, ipc, layout, mailnews, media and memory. More to come.
* Issue #2061 - Follow-up: Silence compiler warnings for libjxl (MSVC)FranklinDM2023-04-07
|
* No Issue - Fix FreeBSD build failure with WebRTC enabled.Brian Smith2023-04-05
|
* Issue #2175 - Fix build bustage in WebRTC.Timothy Valldeperas2023-03-26
|
* Issue #2061 - Follow-up: Silence compiler warnings for libjxlFranklinDM2023-03-23
|
* Issue #2101 - Part 3: Update libyuvu3shit2023-02-26
| | | | | Updated to version 1861, git revision 88b050f337cc0ca2a51800fe7bf4737222c87344 from https://chromium.googlesource.com/libyuv/libyuv/
* Issue #2061 Follow-up: Fix moz.build to compile on all platforms.Job Bautista2022-12-25
| | | | | | | | | Remove stuff from /extra/ and the JPEG transcoding file from compilation, as we don't need them. A disable define for box decoding is also added, but currently commented out as there's no need to disable the function right now. Co-authored-by: Moonchild <moonchild@palemoon.org>
* Issue #2061 Follow-up: Export jxl/version.h.Job Bautista2022-12-24
| | | | | | | Fixes building on Windows. I also decided to move the preprocessed jxl/version.h to our include/jxl instead of relying on moz.build in preprocessing the file. Future me should note to not forget to update the version number at that new file
* Issue #2061 - Part 4: Update build system for highway library update.Job Bautista2022-12-22
|
* Issue #2061 - Part 3: Update highway source to 1.0.2.Job Bautista2022-12-22
|
* Issue #2061 - Part 2: Update build system for libjxl update.Job Bautista2022-12-22
|
* Issue #2061 - Part 1: Update libjxl source to 0.7.0.Job Bautista2022-12-22
|
* [No issue] Add executable bit to shell scripts in treetrav902022-11-25
|
* Merge branch 'master' into 1769-take2Moonchild2022-11-07
|\
| * revert 82ac99acb5d84c7ff3aa64fc71f6912f9cbd8203twivi2022-09-14
| | | | | | | | revert Allow explicit inlines in libaom code, but still prevent automatic inlines due to compiler issues
| * Updated libav/ffvpx patch files to help with upstream librarytwivi2022-09-13
| |
| * Fix ffvpx/libav architecture checks to use preprocessor instead, prevents ↵twivi2022-09-11
| | | | | | | | breakage with LTCG
| * Allow explicit inlines in libaom code, but still prevent automatic inlines ↵twivi2022-09-11
| | | | | | | | due to compiler issues
| * No Issue - prevent build issue in MSVC due to libaom SIMD inlining.Moonchild2022-09-08
| |
| * Merge pull request 'Fix a couple miscellaneous Mac specific issues.' (#1998) ↵Moonchild2022-08-30
| |\ | | | | | | | | | | | | | | | from dbsoft/UXP:macfixes into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1998
| | * No Issue - Fix building with WebRTC enabled on non-Intel Macs.Brian Smith2022-08-29
| | | | | | | | | | | | int3 is Intel only, so don't use it on ARM, use __builtin_trap() instead.
| * | Issue #1991 - backport Mozilla bug 1266667Basilisk-Dev2022-08-20
| | |
| * | Issue #1991 - Support TURN TLS Support in WebRTCBasilisk-Dev2022-08-20
| |/ | | | | | | Backport of Mozilla bug 1056934
| * Issue #1982 - Fix libopus webrtc build breakageBasilisk-Dev2022-07-30
| |
| * Issue #1962 - Follow-up: Fix 32-bit build and remove unused clang-cl codepath.Jeremy Andrews2022-07-23
| |
| * Issue #1962 - Follow-up: Fix build issues on Windows.Job Bautista2022-07-22
| | | | | | | | | | Do not pass -Wno-type-limits to MSVC. Restore MSVC check for x86_vc
| * Issue #1962 - Update libtheora.Job Bautista2022-07-22
| | | | | | | | | | | | | | | | | | Removed some obsolete patches that were either backports from newer svn revisions, or a fix for older, non-applicable assemblers. Update our own README to account for upstream's migration to git. I didn't remove the bug 703135 patch as it's for MSVC it seems, and we still use MSVC for Windows. Also deleted some unneeded upstream code deleted by Mozilla as well.
| * Revert "Issue #1962 - Update libtheora."Moonchild2022-07-22
| | | | | | | | This reverts commit bd497f7f83d9e1bdca7aec1d24f709a7bcb6d82b.
| * Merge pull request 'Update libtremor.' (#1965) from ↵Moonchild2022-07-22
| |\ | | | | | | | | | | | | | | | jobbautista9/UXP:tremor-update into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1965
| | * Issue #1964 - Update libtremor.Job Bautista2022-07-19
| | | | | | | | | | | | Also removed mozilla patches that are already applied upstream.