Skip to content

Releases: spider-gazelle/ffmpeg

v1.3.1

30 Jul 08:53
Compare
Choose a tag to compare

improves stability by not re-using frames for scaler output

v1.3.0

28 Jul 04:34
Compare
Choose a tag to compare

bump structures to work with latest ffmpeg release

v1.2.1: fix(frame#quick_crop): raise if not possible

28 Jul 01:47
Compare
Choose a tag to compare

quick crop should raise if the pixel format is not supported

v1.2.0

03 Mar 11:36
efcd155
Compare
Choose a tag to compare

lots of minor performance fixes, helper functions etc
the video of side of things is production ready
moving onto audio

v1.1.0

04 Oct 03:19
f4ea0fe
Compare
Choose a tag to compare

improves working with video files versus working with streaming video

v1.0.0: feat(video): simplify video processing

27 Sep 05:37
Compare
Choose a tag to compare

v0.7.2

23 Aug 14:16
Compare
Choose a tag to compare

deprecates initializing a frame using pixel byte sizes, should specify the pixel format

v0.7.1

23 Aug 13:53
Compare
Choose a tag to compare

fix missing param in frame initializer

v0.7.0: feat(frame): add support for loading external buffers

23 Aug 13:43
Compare
Choose a tag to compare

adds support for directly loading frame buffers into the libAV frame structure for processing by swscale

v0.6.1

16 Jul 07:14
Compare
Choose a tag to compare

improve pipeline frame processing