summaryrefslogtreecommitdiff
path: root/media
Commit message (Collapse)AuthorAge
...
* | | Merge pull request 'Update libvorbis to 1.3.7' (#1942) from ↵Moonchild2022-06-26
|\ \ \ | | | | | | | | | | | | | | | | | | | | jobbautista9/UXP:vorbis37 into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1942
| * | | Issue #1941 - Update libvorbis to 1.3.7.Job Bautista2022-06-26
| | |/ | |/|
* | | Merge pull request 'Update libwebp to 1.2.2' (#1940) from ↵Moonchild2022-06-26
|\ \ \ | | | | | | | | | | | | | | | | | | | | jobbautista9/UXP:libwebp into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1940
| * | | Issue #1939 - Part 2: Update libwebp source.Job Bautista2022-06-26
| | | |
| * | | Issue #1939 - Part 1: Update build system for libwebp.Job Bautista2022-06-26
| |/ /
* | | Merge pull request 'Update libogg to 1.3.5' (#1936) from ↵Moonchild2022-06-26
|\ \ \ | |_|/ |/| | | | | | | | | | | jobbautista9/UXP:libogg into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1936
| * | Issue #1935 - Update libogg to 1.3.5Job Bautista2022-06-25
| |/ | | | | | | | | | | I've also added some notes in the update.sh script that should've been documented, as well as changed README to README.md which Mozilla somehow forgot to do when they updated to 1.3.3...
* | Issue #1933 - Part 2: Update libjpeg-turbo source.Job Bautista2022-06-24
| |
* | Issue #1933 - Part 1: Update build system for libjpeg-turbo.Job Bautista2022-06-24
|/
* Merge pull request 'Support MacOS Monterey version detection, 11.0 and newer ↵Moonchild2022-06-03
|\ | | | | | | | | | | | | SDKs and fix system font crash.' (#1912) from dbsoft/UXP:AppleARM into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1912 Reviewed-by: Moonchild <moonchild@palemoon.org>
| * Issue #1905 - Part 2a - Build system fixes to allow use of SDK versioned ↵Brian Smith2022-06-02
| | | | | | | | | | | | 11.0 and higher. Also don't include code incompatible with SDK 10.15 and higher, when building with such a SDK.
* | Issue #83 - Use correct #include in parseutils.ctrav902022-05-28
| |
* | Issue #83 - Update FFVPX to version 4.2.7trav902022-05-28
| |
* | No issue - relax ctts flag checking in media/libstagefrightMoonchild2022-05-26
|/ | | | | | | | Some encoders will set ctts flags incorrectly (similar to version) resulting in libstagefright aborting playback of media based on the media header. (Looking at you, Twitter) This change relaxes libstagefright's checking to pass ctts flags 0 or 1 and falls through to actually trying to decoding the file.
* Issue #457 - Silence some GCC compiler warnings in FFmpeg codetrav902022-05-21
|
* Issue #1890 - Update libopusMoonchild2022-05-04
| | | | This resolves #1890
* Merge branch 'master' into vpx-format-updateMoonchild2022-05-01
|\
| * Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"Brian Smith2022-04-26
| | | | | | | | This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c.
| * Issue #1829 - Revert "Issue #1751 -- Remove files unused without XP_DARWIN"Brian Smith2022-04-26
| | | | | | | | This reverts commit cd1f7241353c35627672dc3f6f73eb8bbd5f4925.
| * Issue #1829 - Revert “Issue #1751 - Remove Mac code behind ↵Brian Smith2022-04-26
| | | | | | | | | | | | MOZ_WIDGET_TOOLKIT == 'cocoa’” This reverts commit 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a.
* | 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 #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
|
* 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
| * Issue #1806 - Part 8: Fix Linux and SunOS build again.Jeremy Andrews2021-08-24
| | | | | | | | The patches didn't reapply for some reason, so this restores the working state.
| * Issue #1806 - Part 1: Restore libcubeb update.Jeremy Andrews2021-08-24
| | | | | | | | Restore the proper working environment for libcubeb work after reversion.
* | Revert "Issue #1806 - Part 1: Update cubeb"Moonchild2022-04-04
| | | | | | | | This reverts commit 711e049432900fcfb421e6cceb6ed311519fd6c1.
* | Issue #21 - Remove Telemetry from Accessibility, EME and WebRTC.Moonchild2022-04-02
| |
* | Issue #21 - Remove Telemetry plumbing and fix build.Moonchild2022-04-02
| | | | | | | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part).
* | Issue #1053 - Remove /dom/system/android and dependent modules,Moonchild2022-04-01
| | | | | | | | as well as robocop.
* | [WebRTC] Clean up encode callback during GMP release.Moonchild2022-04-01
| |
* | No issue - Clean up some obsolete/archaic code paths.Moonchild2022-04-01
| |
* | Issue #1806 - Part 1: Update cubebMatt A. Tobin2022-04-01
|/
* Revert "Issue #1806 - Update libcubeb"Moonchild2021-08-22
| | | | This reverts commit 741fd8b61ccc5b3a01ccf8ff154ccb8ce80ecc38.
* Revert "Issue #1806 - Follow-up: New libcubeb uses incorrect audio backend ↵Moonchild2021-08-22
| | | | | | for Oracle Solaris." This reverts commit 9d4f14582bcf9663914ab3ac6bcd56adeb8ce03d.
* Revert "Issue #1806 - Follow-up: Restore PulseAudio support in libcubeb."Moonchild2021-08-22
| | | | This reverts commit 0c2a0f45ec3c337d7fa9d028a8ab3196dcbca60e.
* Issue #1806 - Follow-up: Restore PulseAudio support in libcubeb.Moonchild2021-08-21
| | | | This was incorrectly removed because we aren't using a Rustified abstraction.
* Issue #1806 - Follow-up: New libcubeb uses incorrect audio backend for ↵Jeremy Andrews2021-08-18
| | | | | | Oracle Solaris. Mozilla picked up a change to libcubeb moz.build file from the FreeBSD project. Using OSS directly works fine in Illumos, but Oracle Solaris still has to use a Sun-specific API for sound to work, even though it also uses OSS under the hood. No code changes are needed here, the build configuration is just not what Solaris needs even though it's fine for Illumos. The Sun-specific API works for both, though, and should thus be preferred.
* Issue #1806 - Update libcubebMoonchild2021-08-12
| | | | | | This is a full lib update, changing callers where needed. This also moves GertCubeMSGLatencyInFrames to CubebUtils.{cpp|h} where it belongs.
* Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'Moonchild2021-06-21
|
* Issue #1751 -- Remove files unused without XP_DARWINMoonchild2021-05-02
|
* Issue #1751 -- Remove XP_DARWINMoonchild2021-05-02
|
* [WebRTC] Apply port restrictions to peerconnections.Moonchild2021-03-24
|
* Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILEMoonchild2021-03-11
|
* Issue #1737 - Update build config and mozbuild files.Moonchild2021-03-04
|
* Issue #1737 - Import libaom 2.0.2 sourceMoonchild2021-03-04
|
* [WebRTC] Improve SDP parser error handling.Moonchild2021-01-26
|
* Issue #61 - Reinstate buildability with shared gkmedias dllMoonchild2021-01-02
| | | | | This fully works for splitting gkmedias.dll back out from xul with one exception which is Skia throwing undefined externals when linking gkmedias.
* [webrtc] Only init WebRtcAec callbacks onceMoonchild2020-11-19
|
* Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24
|