| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
It was inadvertently disabled in 8b37a1bc306c1d5a3cc92e9dc04fb95d5d9a0298.
|
| |
|
|
|
|
| |
hackaround file
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
| |
|
|
|