Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Releases: tanersener/flutter-ffmpeg

FlutterFFmpeg v0.4.2

05 Aug 12:15
Compare
Choose a tag to compare

Feature release based on ffmpeg v4.4.

  • Supports both Android v1 and v2 embeddings

FlutterFFmpeg v0.4.1

05 Aug 12:13
Compare
Choose a tag to compare

Feature release based on ffmpeg v4.4.

  • Migrated the plugin to Android v2 embedding
  • Fixes issue #320

FlutterFFmpeg v0.4.0

13 Mar 22:30
Compare
Choose a tag to compare

Feature release based on ffmpeg v4.4.

  • Migrated to nullsafety
  • Fixes issue #246 and #266
  • Adds closeFFmpegPipe method to close pipes
  • Updated example application

FlutterFFmpeg v0.3.1

08 Feb 02:21
Compare
Choose a tag to compare

Maintenance release based on ffmpeg v4.4.

  • Adds mavenCentral() repository for Android
  • Minor updates in the test application

FlutterFFmpeg v0.3.0

20 Sep 15:16
Compare
Choose a tag to compare

Features release based on ffmpeg v4.4.

  • Uses thread pool executor to process Android executions
  • Adds listExecutions API method
  • Implements async FFmpeg execution methods
  • LogCallback and StatisticsCallback functions updated with executionId
  • Updates getMediaInformation implementation
  • Adds setEnvironmentVariable API method
  • Depends on mobile-ffmpeg v4.4
  • Allows modifying mobile-ffmpeg version for android
  • Includes an updated example application
  • Fixes issue #115, #120, #157, #159, #170, #178 and #202

FlutterFFmpeg v0.2.10

19 Jan 22:10
e77bd52
Compare
Choose a tag to compare

Bugfix release.

Features

  • Fixes issue #94

FlutterFFmpeg v0.2.9

19 Jan 17:10
d8c6a91
Compare
Choose a tag to compare

Feature release.

Features

  • Implements FFprobe
  • Add concurrent execution support
  • Re-organises plugin classes
  • iOS releases depend on iconv system library instead of iconv external library

This release is not backward compatible with previous versions.

FlutterFFmpeg v0.2.8

28 Oct 12:55
Compare
Choose a tag to compare

Maintenance release.

Features

  • Implements registerNewFFmpegPipe API method
  • Fixes issue #71
  • Uses ffmpeg v4.3

FlutterFFmpeg v0.2.7

22 Jul 10:22
Compare
Choose a tag to compare

Maintenance release.

Features

  • Uses new package selection mechanism
  • Fixes issue #52

FlutterFFmpeg v0.2.6

17 Jul 14:33
Compare
Choose a tag to compare

Maintenance release.

Features

  • Adds support for single quotes and double quotes in command strings