summaryrefslogtreecommitdiffstats
path: root/media/ffvpx/libavcodec
Commit message (Collapse)AuthorAgeLines
* [FFmpeg] Use new decode API with recent FFmpeg version.trav902018-12-28-0/+2
| | | | 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.
* [ffvpx] Remove unneeded libavcodec symbols and dummy functionstrav902018-10-01-10/+0
| | | | Fixes linkage errors on Windows.
* [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-10-01-4083/+3237
|
* Revert "Update ffvpx code to 4.0.2"Moonchild2018-10-01-3237/+4083
|
* [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-09-30-4083/+3237
|
* [ffvpx] Remove some files we don't needtrav902018-04-26-69/+0
|
* [ffvpx] Update ffvp9/ffvp8 to 3.4.2-releasetrav902018-04-26-8816/+11324
| | | | 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-31/+779
| | | | 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-25/+16
| | | | 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-190/+993
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+69577