Skip to content

Releases: Manevolent/ffmpeg4j

5.1.2-1.5.8-4

01 Aug 23:46
4f7db57
Compare
Choose a tag to compare

FFmpeg version: 5.1.2
JavaCPP version: 1.5.8

  • Fix an issue from PR #13 which involved an error such as "missing extradata headers" when transcoding
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

...

<dependencies>
    <dependency>
        <groupId>com.github.manevolent</groupId>
        <artifactId>ffmpeg4j</artifactId>
        <version>5.1.2-1.5.8-4</version>
    </dependency>
</dependencies>```

5.1.2-1.5.8-3

29 Mar 20:44
41c2661
Compare
Choose a tag to compare

FFmpeg version: 5.1.2
JavaCPP version: 1.5.8
Third release with the above dependencies.

This release may break your code, be aware that method signatures have changed somewhat especially in the FFmpegIO class

  • Add support for seeking in any direction with new SeekableByteChannel API entrypoint (usable in for both input and output)
  • Simplify the API, add new FFmpegOutput class to match FFmpegInput, and add more helper methods in FFmpegIO for ease of use
  • Fix bugs found in encoding routines
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

...

<dependencies>
    <dependency>
        <groupId>com.github.manevolent</groupId>
        <artifactId>ffmpeg4j</artifactId>
        <version>5.1.2-1.5.8-3</version>
    </dependency>
</dependencies>

5.1.2-1.5.8-2

29 Mar 03:24
Compare
Choose a tag to compare
5.1.2-1.5.8-2 Pre-release
Pre-release
Fix an issue in FFmpeg where the mime type lookup wasn't functioning …

…as intended

5.1.2-1.5.8-1

13 Feb 05:25
30d9a73
Compare
Choose a tag to compare

FFmpeg version: 5.1.2
JavaCPP version: 1.5.8
FFmpeg4j release #1 with the above versions

This release has known issues when setting up an encoder. Please use the -3 release in this tree instead.

  • Update to ffmpeg 5.1.2 (July 2022) with minimal changes to the API from 4.1-1.4.4-2 to ease upgrades
  • Add support for seeking (forward only)
  • Fix bugs (esp. around frame/packet timestamps)
  • Add tests to cover at least the essentials of decoding and seeking audio & video

4.1-1.4.4-2

28 Jul 03:32
Compare
Choose a tag to compare
Update to -2

4.1-1.4.4-1

23 Mar 16:05
f45b12b
Compare
Choose a tag to compare

Fixes an issue where registering audio target streams would fail with an invalid equality comparison.

4.1-1.4.4

13 Jan 02:55
Compare
Choose a tag to compare
Update version to match javacpp

1.0

30 Nov 18:49
534e72e
Compare
Choose a tag to compare
1.0

Initial release