- [Fix] Android:
setup
was not resetting all state. regression in 1.7.0
- [Undo] Android: inadvertant changes to
feedAudioEncoder
&feedVideoEncoder
in 1.7.0
- [Perf] Android: use separate encode thread to speed up another 2x
- [Perf] Android: speed up android perf about 2x
- [Fix] iOS: only call
markAsFinished
when needed
- [Fix] Android: Switch to
YUV420Flexible
to fixYUV420Planar is not supported
error
- [Fix] android must increment mAudioFrameIdx
- [Fix] android was not working
- [Pub] update package description
- [Feature] add android support
- [Fix] iOS: mostly fixes clicking noises by using
audioWriterInput.expectsMediaDataInRealTime
- [Feature] add support for audio-only
- [Improve] clear encoding params after
finish
is called, not before
- [Fix] iOS: needed to set
kCVPixelBufferIOSurfacePropertiesKey
- [Fix] iOS: must convert RGBA to BGRA
- [Feature] add support for profileLevel on ios
- [Fix] must ensure output directory exists
- [Feature] add support for audio bitrate and stereo audio
- [Feature] Initial Release.