flutter_ffmpeg 0.4.2 flutter_ffmpeg: ^0.4.2 copied to clipboard
Flutter plugin to run FFmpeg on mobile platforms. Supports iOS and Android.
0.4.2 #
- Support Android v1 and v2 embeddings
0.4.1 #
- Migrated the plugin to Android v2 embedding
0.4.0 #
- Migrated to nullsafety
- Fixes issue #246 and #266
- Adds closeFFmpegPipe method to close pipes
- Updated example application
0.3.1 #
- Adds mavenCentral() repository for Android
- Minor updates in the test application
0.3.0 #
- 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
0.2.10 #
- Fixes issue #94
0.2.9 #
- Implements FFprobe
- Adds concurrent execution support
- Re-organises plugin classes
- iOS releases depend on iconv system library instead of iconv external library
0.2.8 #
- Uses ffmpeg v4.3
- Implements registerNewFFmpegPipe API method
0.2.7 #
- Uses new package selection mechanism
- Fixes issue #52
0.2.6 #
- Adds support for single quotes and double quotes in command strings
0.2.5 #
- Implements side data information parsing
0.2.4 #
- Adds support for Android devices with API Level 16+
- Fixes issues #21 and #36
- Removes conflicting attributes from AndroidManifest.xml
- Includes ProGuard configuration file inside
0.2.3 #
- Fixed flutter v1.6 compatibility errors on packages
0.2.2 #
- Fixed flutter v1.6 compatibility errors
0.2.1 #
- Fixed documentation errors
- Updated package description
0.2.0 #
- Added AndroidX support
- Removed app icons for Android
- Fixes issues #13 and #14
0.1.1 #
- LTS release instructions added
- Documentation updated
0.1.0 #
- First release