ffmpeg_kit_flutter_new_https 2.2.0
ffmpeg_kit_flutter_new_https: ^2.2.0 copied to clipboard
FFmpeg Kit HTTPS for Flutter. Supports Android, iOS, macOS and Windows platforms.
2.2.0 #
- Added Windows support (x86_64) for the
httpsFFmpeg 8.0 variant (bare FFmpeg + the gnutls TLS stack: gmp + gnutls, enablinghttps://and other TLS protocols). - Native libraries are downloaded automatically at build time from the
8.0.0-httpsrelease (ffmpeg-kit-windows-x86_64-https-8.0.0.zip); for local development pointFFMPEGKIT_LOCAL_DIR(CMake cache var or environment) at a locally built bundle. - The bundled MinGW DLLs are rebased/ASLR-adjusted at build time and the full runtime dependency closure (gnutls/gmp/nettle/...) is shipped so the plugin loads standalone.
- Shell scripts are forced to LF via
.gitattributesso the published package never carries Windows CRLF line endings (avoids the iOS/macOSpod install/bin/bash^M: bad interpreterfailure).
2.1.0 #
- Fixed the FFmpeg 8.0 compatibility issue across all platforms. The problem was that
all_channel_countswas being set AFTER the filter was created, but FFmpeg 8.0 requires it to be set DURING filter creation.
2.0.0 #
- FFmpeg
v8.0.0with all the sweet perks
1.1.1 #
- Updated
pubspec.yamldescription
1.1.0 #
- Added proguard-rules.pro to keep
ffmpegdependencies when minification is enabled - Upgraded
freetypefrom 2.13.0 to 2.13.3 - Upgraded
harfbuzzfrom 8.0.1 to 11.3.3 - Upgraded
fontconfigfrom 2.16.2 to 2.17.1 - Added support for
harfbuzzlibrary in order to supportdrawtextfilter - Fixed missing
libunibreakforlibass.sh - Downgraded required Kotlin version to
v1.8.22 - Upgraded com.android.library from
8.11.1to8.12.0
1.0.2 #
- Fixed licencing in
README.md - Added link to
HTTPS-GPLpackage - Upgraded version in
ffpmpeg_kit_factory.dart
1.0.1 #
- Updated repository URL and header
- Formatted code
1.0.0 #
- Initial release
- FFmpeg version 7.1.1
- Removed bundled Android FFmpeg (jniLibs, cpp, bindings)
- Added FFmpeg min using new Maven Central package