This repository was archived by the owner on Oct 7, 2021. It is now read-only.
Releases: tanersener/react-native-ffmpeg
Releases · tanersener/react-native-ffmpeg
React Native FFmpeg v0.3.2
Maintenance release for v0.3.x
Features
- Includes Typescript declarations
- Adds React Native 0.59 support
- Simpler version and package selection
React Native FFmpeg v0.3.1
React Native FFmpeg v0.3.0
Feature release based on FFmpeg v4.2-dev and Mobile FFmpeg v4.2
Features
- Optional IOS arm64e architecture support
- Optional Android camera access on supported devices described in Android NDK Native API
- Fixes issue #22
React Native FFmpeg v0.2.1
React Native FFmpeg v0.2.0
Feature release based on FFmpeg v4.1-dev
and Mobile FFmpeg v3.0
Features
- Includes
FFmpeg v4.1-dev-1517
from FFmpeg master tree - Adds support for custom delimiter on
execute
API method - New
getMediaInformation
API method - New
getLastReturnCode
andgetLastCommandOutput
API methods - New
getExternalLibraries
andgetPackageName
API methods - Adds support for IOS
AudioToolbox
andVideoToolbox
- Android system libraries,
zlib
andMediaCodec
enabled for all Android packages - IOS system libraries,
bzip2
,zlib
and IOS system frameworks,AudioToolbox
,CoreImage
,VideoToolbox
,AVFoundation
enabled for IOS all packages - New external libraries supported
sdl
,tesseract
andtwolame
- Using new versions of
fontconfig
,libaom
,opus
andx264
,x265
- Compatible with
Xcode v7.3.1
or later
Enabled External Libraries
- chromaprint v1.4.3
- fontconfig v2.13.1
- freetype v2.9.1
- fribidi v1.0.5
- gmp v6.1.2
- gnutls v3.5.19
- kvazaar v1.2.0
- lame v3.100
- libaom v1.0.0-820
- libass v0.14.0
- libiconv v1.15
- libilbc v2.0.2
- libtheora v1.1.1
- (*) libvid.stab v1.1.0
- libvorbis v1.3.5
- libvpx v1.7.0
- libwebp v0.6.1
- libxml2 v2.9.7
- opencore-amr v0.1.5
- opus v1.3
- sdl v2.0.8
- shine v3.1.1
- snappy v1.1.7
- speex v1.2.0
- tesseract v3.05.02
- twolame v0.3.13
- wavpack v5.1.0
- (*) x264 v20181015-2245-stable
- (*) x265 v2.9
- (*) xvidcore v1.3.5
(*): Libraries with GPL license
React Native FFmpeg v0.1.3
Bugfix release for v0.1.x
Features
- React.project deleted from Xcode workspace
- React dependency added, header search path customizations removed for .podspec files
- google() method replaced with maven repository declaration in build.gradle files
- test application removed
React Native FFmpeg v0.1.1
First official release based on MobileFFmpeg v2.1.1