Skip to content

Releases: avTranscoder/avTranscoder

v0.16.2

Choose a tag to compare

@valnoel valnoel released this 22 Sep 13:40
Bump version to 0.16.2

v0.16.1

Choose a tag to compare

@valnoel valnoel released this 05 May 07:32

Add getters for number of decoded or generated frames

v0.16.0

Choose a tag to compare

@valnoel valnoel released this 15 Jul 14:01

Fit to FFmpeg 5.x API

v0.15.5

Choose a tag to compare

@valnoel valnoel released this 27 Apr 13:22
18cc532

Fix video filters (after audio filters memory leak fix) #324

v0.15.4

Choose a tag to compare

@valnoel valnoel released this 01 Feb 17:00
af4c609

Fix audio filters memory leak #323

v0.15.3

Choose a tag to compare

@valnoel valnoel released this 12 Aug 10:02

Fix: stop the process even if the wrapper expects more data #322

v0.15.2

Choose a tag to compare

@valnoel valnoel released this 29 Jun 13:22

Fix video filter graph memory usage #319
Fix codec latency in positive offset #320

v0.15.1

Choose a tag to compare

@valnoel valnoel released this 20 Feb 09:18
  • Fix some deprecation warnings
  • Fix Java binding for InputStream::addPacket()
  • Fix AudioGenerator usage after transcoding
  • Fix number of samples computing into AudioProperties

v0.15.0

Choose a tag to compare

@valnoel valnoel released this 27 Jan 09:22
  • FFmpeg 4 support
  • Custom encoder can be specified to the Transcoder streams
  • Add audio phase meter application

v0.14.3

Choose a tag to compare

@valnoel valnoel released this 29 Nov 10:29
  • Fix filter graph memory usage (unreleased v0.14.1)
  • Correctly retrieve the file size on 32 bits OS (unreleased v0.14.2)
  • Fix SWIG uint64_t type handling
  • Fix travis CI