aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/patches/030-h264-mips.patch
Commit message (Collapse)AuthorAge
* ffmpeg: update to 5.0John Audia2022-03-02
| | | | | | | | | | | | | | | | | | | | Bump to latest upstream version. Manually rebased: 030-h264-mips.patch Backported: FFmpeg/FFmpeg/commit/2f0a214a6202516b4dda2bb22b6b3ac20e465d6d Tested using: ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg Resulting mpg was good. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* ffmpeg: update to 4.3Rosen Penev2020-06-25
| | | | | | Remove upstreamed patches. Refreshed other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: add upstream patches fixing MIPS compilationRosen Penev2020-04-28
Removed the Makefile references. Signed-off-by: Rosen Penev <rosenp@gmail.com>