Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [FFmpeg] Use new decode API with recent FFmpeg version. | trav90 | 2018-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. | |||
* | Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting them ↵ | trav90 | 2018-12-01 | -0/+6 |
| | | | | for lib use | |||
* | [ffvpx] Remove support for 32-bit Mac | trav90 | 2018-10-08 | -662/+1 |
| | ||||
* | Revert "[ffvpx] Remove support for 32-bit Mac" | Moonchild | 2018-10-08 | -1/+661 |
| | ||||
* | [ffvpx] Remove support for 32-bit Mac | trav90 | 2018-10-07 | -661/+1 |
| | ||||
* | [ffvpx] Remove unneeded libavcodec symbols and dummy functions | trav90 | 2018-10-01 | -10/+0 |
| | | | | Fixes linkage errors on Windows. | |||
* | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-10-01 | -8814/+8820 |
| | ||||
* | Revert "Update ffvpx code to 4.0.2" | Moonchild | 2018-10-01 | -8820/+8814 |
| | ||||
* | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-09-30 | -8814/+8820 |
| | ||||
* | [ffvpx] Update readme | trav90 | 2018-09-02 | -6/+1 |
| | | | | | - Remove non-applicable comment about AVX2. - Update config documentation for 32-bit darwin. | |||
* | [ffvpx] Update resync documentation | trav90 | 2018-04-26 | -11/+10 |
| | ||||
* | [ffvpx] Re-generate config_*.{h,asm} files | trav90 | 2018-04-26 | -782/+892 |
| | ||||
* | [ffvpx] Re-enable assembly optimized code | trav90 | 2018-04-26 | -11/+11 |
| | | | | It was inadvertently disabled in 8b37a1bc306c1d5a3cc92e9dc04fb95d5d9a0298. | |||
* | [ffvpx] Compile ffvpx lib with -ffreestanding to avoid triggering a clang bug | trav90 | 2018-04-26 | -0/+2 |
| | ||||
* | [FFmpeg] Add a preemptive stdlib.h include in our libavutil_visibility.h ↵ | trav90 | 2018-04-26 | -0/+9 |
| | | | | hackaround file | |||
* | [ffvpx] Remove some files we don't need | trav90 | 2018-04-26 | -693/+0 |
| | ||||
* | [ffvpx] Update ffvp9/ffvp8 to 3.4.2-release | trav90 | 2018-04-26 | -28271/+17555 |
| | | | | 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 features | trav90 | 2018-04-26 | -106/+2774 |
| | | | | 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 code | trav90 | 2018-04-26 | -32/+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-gee56777 | trav90 | 2018-02-04 | -805/+2759 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+125342 |