summaryrefslogtreecommitdiff
path: root/media/ffvpx
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 embedding, extensions, gfx, hal, ipc, layout, mailnews, media and memory. More to come.
* 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
* Issue #83 - Use correct #include in parseutils.ctrav902022-05-28
|
* Issue #83 - Update FFVPX to version 4.2.7trav902022-05-28
|
* Issue #457 - Silence some GCC compiler warnings in FFmpeg codetrav902022-05-21
|
* 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 #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
|
* Issue #1751 -- Remove files unused without XP_DARWINMoonchild2021-05-02
|
* Issue #1751 -- Remove XP_DARWINMoonchild2021-05-02
|
* Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1531 - Work around GCC 10 defaulting to -fno-common in ↵Matt A. Tobin2020-05-02
| | | | | | | | | | | | media/ffvpx/libavcodec/ Build Reference: 26:39.53 ../../../build/unix/gold/ld: error: /home/mattatobin/development/.obj/trunk-f1f9fdabf/navigator-x86_64-pc-linux-gnu-gtk2/media/ffvpx/libavcodec/flac_parser.o: multiple definition of 'ff_flac_parser' 26:39.53 ../../../build/unix/gold/ld: /home/mattatobin/development/.obj/trunk-f1f9fdabf/navigator-x86_64-pc-linux-gnu-gtk2/media/ffvpx/libavcodec/dummy_funcs.o: previous definition here 26:39.53 collect2: error: ld returned 1 exit status 26:39.53 gmake[4]: *** [/home/mattatobin/development/binoc-central/platform/config/rules.mk:773: libmozavcodec.so] Error 1 See also: https://gcc.gnu.org/gcc-10/porting_to.html
* [FFmpeg] Use new decode API with recent FFmpeg version.trav902018-12-28
| | | | In libavcodec 58 and later, the old avcodec_decode_video2 is broken and only return the first visible frame found after a VP9 super-frame.
* Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting them ↵trav902018-12-01
| | | | for lib use
* [ffvpx] Remove support for 32-bit Mactrav902018-10-08
|
* Revert "[ffvpx] Remove support for 32-bit Mac"Moonchild2018-10-08
|
* [ffvpx] Remove support for 32-bit Mactrav902018-10-07
|
* [ffvpx] Remove unneeded libavcodec symbols and dummy functionstrav902018-10-01
| | | | Fixes linkage errors on Windows.
* [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-10-01
|
* Revert "Update ffvpx code to 4.0.2"Moonchild2018-10-01
|
* [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-09-30
|
* [ffvpx] Update readmetrav902018-09-02
| | | | | - Remove non-applicable comment about AVX2. - Update config documentation for 32-bit darwin.
* [ffvpx] Update resync documentationtrav902018-04-26
|
* [ffvpx] Re-generate config_*.{h,asm} filestrav902018-04-26
|
* [ffvpx] Re-enable assembly optimized codetrav902018-04-26
| | | | It was inadvertently disabled in 8b37a1bc306c1d5a3cc92e9dc04fb95d5d9a0298.
* [ffvpx] Compile ffvpx lib with -ffreestanding to avoid triggering a clang bugtrav902018-04-26
|
* [FFmpeg] Add a preemptive stdlib.h include in our libavutil_visibility.h ↵trav902018-04-26
| | | | hackaround file
* [ffvpx] Remove some files we don't needtrav902018-04-26
|
* [ffvpx] Update ffvp9/ffvp8 to 3.4.2-releasetrav902018-04-26
| | | | Structure of code was slightly modified so that it should be no longer necessary to re-generate the config_*.h files, greatly simplifying the resync process in the future.
* [ffvpx] Restore AVOptions and dictionary featurestrav902018-04-26
| | | | FFmpeg requires specific default values in AVCodecContext to be set. Instead of manually setting these each time we resync with upstream, let's use FFmpeg's own AVOptions which automatically sets all the values to their default.
* [ffvpx] Revert Mozilla hack in FFmpeg codetrav902018-04-26
| | | | This hack was added by Mozilla to work around a potential data race, however the root cause was fixed by upstream in release 3.4 so this hack is no longer needed.
* Update FFmpeg code to n3.2-65-gee56777trav902018-02-04
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02