Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sk3llo/ffmpeg_kit_flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sk3llo/ffmpeg_kit_flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: min
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 32 files changed
  • 1 contributor

Commits on Jul 18, 2025

  1. - Initial release (v1.0.0)

    - FFmpeg version 7.1.1
    - Updated README.md
    sk3llo committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    116d33a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. - Updated README.md

    - Updated scripts
    sk3llo committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    bc4c0dd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. - Removed bundled Android FFmpeg (jniLibs, cpp, bindings)

    - Added FFmpeg min using new Maven Central package
    sk3llo committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    32c9082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc98fb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. ## 2.1.0

    * Downgraded Kotlin from 2.2.0 to 1.8.22
    * Added new jniLibs that support `Kotlin` 1.8.22
    sk3llo committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    ba75527 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. ## 3.0.0

    *   Upgraded to FFmpeg `v8.0.0`, which includes numerous updates like new encoders and decoders and Vulkan compute-based codecs.
    *   Updated the Android `ffmpeg-kit-min` dependency.
    *   Raised the minimum macOS deployment target from `10.14` to `10.15`.
    *   Raised the minimum iOS deployment target from `12.0` to `13.0`.
    *   Corrected the unzip destination path in iOS and macOS setup scripts.
    *   Updated `CHANGELOG.md`, `README.md`, and `pubspec.yaml` with the new version.
    sk3llo committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    9ca6111 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. ## 3.1.0

    * Added ProGuard rules
    * Fixed the FFmpeg 8.0 compatibility issue across all platforms. The problem was that `all_channel_counts` was being set AFTER the filter was created, but FFmpeg 8.0 requires it to be set DURING filter creation.
    sk3llo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    028a164 View commit details
    Browse the repository at this point in the history
Loading