summaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* [Libs:ffvpx] Update FFVPX to version 4.2.7trav902022-05-30
|
* [Libs:StageFright] Relax ctts flag checkingMatt A. Tobin2022-05-27
| | | | | - Some encoders will set ctts flags incorrectly (similar to version) resulting in libstagefright aborting playback of media based on the media header. - This change relaxes libstagefright's checking to pass ctts flags 0 or 1 and falls through to actually trying to decoding the file.
* [DOM:Media] Update ffmpeg - Part 4: Silence some GCC compiler warnings in ↵trav902022-05-27
| | | | FFmpeg code
* [Libs:NSS] Bump version to 3.64.1.5Matt A. Tobin2022-05-05
|
* Bug 1753535 - Remove obsolete stateEnd check in SEC_ASN1DecoderUpdate.John M. Schanck2022-05-05
|
* Bug 1762614 - Update libopus to 2654707e86cc94413998976d179b2ab4a2aa3114Matt A. Tobin2022-05-05
|
* Issue #28 - Support new RFC-6381 VPx codec stringsJames Cheng2022-05-02
| | | | | | | | | | | | | * Add an extraction function to parse the RFC-6381 VP9 codec string. * Add VP9-in-MP4 support to the decoder * Use Codec detail extractor helper to tell if it's a new style VP8/VP9 codec string. * Add a gtest for testing the extraction function. * Add mBitDepth field to VideoInfo. * Extract bit depth information from codec parameter string into VideoInfo::mBitDepth. * Check bit depth in WebMDecoder to determine if we support HDR. * Add an extraction function to parse the RFC-6381 VP9 codec string. Based on Bug 1407919
* [Libs:Pixman] Use SSSE3 on Windows onlyMatt A. Tobin2022-04-28
|
* Issue #25 - Part 2: Remove GMP ClearkeyMatt A. Tobin2022-04-20
|
* Issue #1 - Restore EME (but not the configure logic to enable it)Matt A. Tobin2022-04-20
|
* [DEBUG] Fix buildingMatt A. Tobin2022-04-20
|
* [Libs:Pixman] Enable SSSE3 code in compilationMatt A. Tobin2022-04-17
|
* No Issue - Use RTTI when building protobuf with GCCMatt A. Tobin2022-04-14
|
* Use generic multimedia libname for gkmediasMatt A. Tobin2022-04-09
|
* [NSS/SEC?] Best Guess is a reduced scope CVE-2022-1097Matt A. Tobin2022-04-09
| | | | | | | | | | Bug 1745667 - Use-after-free in NSSToken objects I don't know why this bug number isn't the same as the one which ACTUALLY changed this functionality or why Moonzilla only went this far. However, it seems to work as-is but it may be reverted for a more complete patch based on the full bug changes. See also: https://hg.mozilla.org/projects/nss/rev/d7e8c2df6bcaa2d723c94659e67b033a0bdd5ab2 This also bumps the NSS Version to 3.64.1.4 where [Major].[Minor].[Aura Patch].[UXP Patch]
* [NSS] Get NSS 3.64 gyp to understand disabling avx2 in freeblMatt A. Tobin2022-04-09
|
* [NSS] Update root certificatesMatt A. Tobin2022-04-09
| | | | https://hg.mozilla.org/projects/nss/rev/f63fb86db692f9ea6f97d86e5b97c3dda4916ad0
* Update NSS SymbolsMatt A. Tobin2022-04-09
| | | | We are only adding new ones from m-r89 as we still use nearly all if not all that were removed from the symbols.def at Mozilla
* Remove hg files from NSSMatt A. Tobin2022-04-09
|
* Update NSS to NSS_3_64_RTM (m-r89)Matt A. Tobin2022-04-09
|
* Update NSS to NSS_3_63_1_RTM (m-r88)Matt A. Tobin2022-04-08
|
* Update NSS to NSS_3_59_1_RTM (m-r84)Matt A. Tobin2022-04-08
| | | | | | This is the update that was previously attempted in UXP Issue 1746 which failed with importing /some/ or all pki-things due to a mangled makefile build system. Now that it is NSS-GYP thanks to my status as a build system god, this version works now. Moonchild, if you read this. Hope you enjoy having the ability to update NSS again. Oh, btw, you're still a furry cunt.
* Uodate NSPR to NSPR_4_32_RTM (ESR91)Matt A. Tobin2022-04-08
|
* Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals.Moonchild2022-02-04
|
* No Issue - Remove libs/psshparser.Jeremy Andrews2022-01-27
| | | | Apparently this is no longer needed now that gmp-clearkey is gone.
* No Issue - Always build libmar and deps so that update packaging always ↵Matt A. Tobin2022-01-20
| | | | works regardless of if the updater is built or not
* Issue %3053 - Part 3: xz-embedded build config changesMoonchild2022-01-20
|
* Revert "Issue %3053 - Part 2: Update xz-embedded."Moonchild2022-01-20
| | | | | This reverts commit f58e1624b71e60483fb03c55392d07ae8958b696. Keeping the update script fix for rapid re-applying of the update later on.
* Issue %3053 - Part 2: Update xz-embedded.Moonchild2022-01-20
| | | | | Update to upstream 3f438e15109229bb14ab45f285f4bff5412a9542 (2021-09-19) Previous version was from 2015(!)
* Issue %3053 - Part 1: Restore xz-embedded to the tree.Moonchild2022-01-20
| | | | Build it with the installer.
* Final fixes for tzdata update scripts.. BETTER BE ANYWAYMatt A. Tobin2022-01-18
|
* Finish updating tzdata scriptsMatt A. Tobin2022-01-18
|
* Attempt to fix update-tzdata.sh pathsMatt A. Tobin2022-01-18
|
* [NSS] check for missing signedData field and bump versionMoonchild2022-01-14
|
* Issue %3003 - Move zlib to libs/Matt A. Tobin2021-12-31
|
* Issue %3012 - Remove EME support code and conditionals.Moonchild2021-12-27
|
* No Issue - graphite2 is indeed also licensed under MPL so back to gremedia ↵Matt A. Tobin2021-12-01
| | | | it goes
* No Issue - Sort the lgpl and gre media libs situationMatt A. Tobin2021-12-01
|
* No Issue - Change library names for mozav* to ffvpx*Matt A. Tobin2021-12-01
|
* Issue %3003 - Move sqlite to libs/Matt A. Tobin2021-12-01
|
* Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GREMoonchild2021-12-01
|\
| * Issue %3005 - Move updater to system/ and merge the update packaging into ↵Matt A. Tobin2021-12-01
| | | | | | | | | | | | the resulting tree This component is a bit more complex than most so it should live in system/
* | Issue %3026 - Part 1: Remove NSS_DISABLE_DBMMoonchild2021-12-01
|/ | | | This hard-sets it to disabled in the NSS config.
* Issue %3005 - Clean up toolkit.mozbuild someMatt A. Tobin2021-11-29
|
* Issue %3005 - Move intl to system/Matt A. Tobin2021-11-29
|
* Issues %3003 and %3005 - Move hyphen to libs and clean up the ↵Matt A. Tobin2021-11-29
| | | | intl/hyphenation src dir
* Issue %3005 - Move extensions/spellcheck to intlMatt A. Tobin2021-11-29
|
* Issue %3003 - Move hunspell to libsMatt A. Tobin2021-11-29
|
* Issue %3014 - Part 5: Remove MOZ_PEERCONNECTIONMoonchild2021-11-27
|
* Issue %3014 - Part 4: Remove MOZ_WEBRTC_ASSERT_ALWAYSMoonchild2021-11-27
|