This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
Releases: xbmc/FFmpeg
Releases · xbmc/FFmpeg
3.3.4-Leia-Alpha-1
3.3.4-Leia-Alpha-1
3.3.3-Leia-Alpha-1
aarch64: vp9 16bpp: Fix assembling with Xcode 6.2 and older Properly use the b.eq form instead of the nonstandard form (which both gas and newer clang accept though), and expand the register lists that used a range (which the Xcode 6.2 clang, based on clang 3.5 svn, didn't support). Signed-off-by: Martin Storsjö <[email protected]>
3.3.2-Leia-Alpha-1
Rebase on 3.3 upstream branch and add memphiz xcode patches.
3.1.9-Krypton-17.4
Rebased on upstream ffmpeg 3.1.9
3.3.2-Leia-Alpha
arm64: replace 'bic' with immediate with 'and' with inverted immediate The former is not an official pseudo instruction although gas and llvm's internal assembler support it. Fixes a build error with xcode 6.2 reported by Memphiz on github.
3.3.1-Leia-Alpha
Rebased on upstream ffmpeg
3.3-Leia-Alpha
dxva-h264: Fix an AMD driver issue with playback of streams that don'…
3.1.6-Krypton
Final rebase on stable ffmpeg 3.1 release branch.
3.1.6-Krypton-Beta6
Rebase on upstream release/3.1 branch
pick additional patch by fernetmenta reverting some ancient matroska workaround code
3.1.5-Krypton-Beta6
Rebase on upstream ffmpeg version. Fixes a possible memory leak.