Skip to content

Releases: wendylabsinc/ffmpeg-swift

0.0.3

07 Feb 06:38

Choose a tag to compare

Changes:\n- Add Android arm64 artifact bundle support.\n- Enable libmp3lame in FFmpeg builds (MP3 encoding).\n- Add MP3 example and wrapper improvements.

0.0.2

06 Feb 06:18

Choose a tag to compare

FFmpeg Swift Package 0.0.2

FFmpeg 7.1 pre-built static libraries for Swift Package Manager (SE-0482 artifact bundles).

Platforms

  • macOS arm64 / x86_64
  • iOS arm64
  • tvOS arm64
  • watchOS arm64
  • Linux x86_64 / aarch64
  • Windows x86_64 / arm64
  • Android arm64 (aarch64-unknown-linux-android)

Checksum

02b8764e2488eff13e4ba9d8fbbad2bc5f01d6abf941df783b501662dfdf6665

0.0.1

06 Feb 05:02

Choose a tag to compare

FFmpeg Swift Package v0.0.1

Initial release of ffmpeg-swift — an ergonomic, type-safe Swift wrapper around FFmpeg 7.1.

Platform Support

  • macOS arm64 (Apple Silicon)

Architecture

  • CFFmpeg: SE-0482 artifact bundle with pre-built FFmpeg 7.1 static libraries
  • CFFmpegShim: C shim layer bridging FFmpeg macros to Swift-importable constants
  • FFmpeg: Type-safe Swift API with ~Copyable frame/packet types, async pipelines

Included FFmpeg Libraries

libavutil, libavcodec, libavformat, libavfilter, libswscale, libswresample, libpostproc