This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
Releases: tanersener/flutter-ffmpeg
Releases · tanersener/flutter-ffmpeg
FlutterFFmpeg v0.4.2
Feature release based on ffmpeg v4.4
.
- Supports both Android v1 and v2 embeddings
FlutterFFmpeg v0.4.1
Feature release based on ffmpeg v4.4
.
- Migrated the plugin to Android v2 embedding
- Fixes issue #320
FlutterFFmpeg v0.4.0
FlutterFFmpeg v0.3.1
Maintenance release based on ffmpeg v4.4
.
- Adds mavenCentral() repository for Android
- Minor updates in the test application
FlutterFFmpeg v0.3.0
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
andStatisticsCallback
functions updated withexecutionId
- 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
FlutterFFmpeg v0.2.9
Feature release.
Features
- Implements
FFprobe
- Add concurrent execution support
- Re-organises plugin classes
iOS
releases depend oniconv
system library instead oficonv
external library
This release is not backward compatible with previous versions.
FlutterFFmpeg v0.2.8
Maintenance release.
Features
- Implements
registerNewFFmpegPipe
API method - Fixes issue #71
- Uses ffmpeg v4.3
FlutterFFmpeg v0.2.7
FlutterFFmpeg v0.2.6
Maintenance release.
Features
- Adds support for single quotes and double quotes in command strings