Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Releases: xbmc/FFmpeg

3.3.4-Leia-Alpha-1

16 Sep 12:36
Compare
Choose a tag to compare
3.3.4-Leia-Alpha-1 Pre-release
Pre-release

3.3.4-Leia-Alpha-1

3.3.3-Leia-Alpha-1

11 Aug 13:40
Compare
Choose a tag to compare
3.3.3-Leia-Alpha-1 Pre-release
Pre-release
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

25 Jun 09:28
Compare
Choose a tag to compare
3.3.2-Leia-Alpha-1 Pre-release
Pre-release

Rebase on 3.3 upstream branch and add memphiz xcode patches.

3.1.9-Krypton-17.4

26 Jun 04:41
Compare
Choose a tag to compare

Rebased on upstream ffmpeg 3.1.9

3.3.2-Leia-Alpha

13 Jun 04:47
Compare
Choose a tag to compare
3.3.2-Leia-Alpha Pre-release
Pre-release
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

05 Jun 08:28
Compare
Choose a tag to compare
3.3.1-Leia-Alpha Pre-release
Pre-release

Rebased on upstream ffmpeg

3.3-Leia-Alpha

12 Apr 10:23
Compare
Choose a tag to compare
3.3-Leia-Alpha Pre-release
Pre-release
dxva-h264: Fix an AMD driver issue with playback of streams that don'…

3.1.6-Krypton

22 Dec 11:16
Compare
Choose a tag to compare

Final rebase on stable ffmpeg 3.1 release branch.

3.1.6-Krypton-Beta6

27 Nov 18:06
Compare
Choose a tag to compare
3.1.6-Krypton-Beta6 Pre-release
Pre-release

Rebase on upstream release/3.1 branch
pick additional patch by fernetmenta reverting some ancient matroska workaround code

3.1.5-Krypton-Beta6

25 Nov 21:19
Compare
Choose a tag to compare
3.1.5-Krypton-Beta6 Pre-release
Pre-release

Rebase on upstream ffmpeg version. Fixes a possible memory leak.