[FFmpeg-devel] [PATCH v2 0/8] libkvazaar improvements
Arttu Ylä-Outinen
arttu.yla-outinen at tut.fi
Tue Sep 29 15:29:07 CEST 2015
These patches fix some problems in libkvazaar encoder and update it to work
with the latest git version of Kvazaar. Most notable changes are setting
pts, dts and keyframe flag on the output packets and fixing the calculation
of the framerate.
v2: Add libkvazaar version check and fix descriptions of patches
"libkvazaar: Fix setting target bitrate" and
"doc/encoders: Fix libkvazaar documentation."
Thanks for the comments!
Arttu Ylä-Outinen (8):
libkvazaar: Update to work with the latest version
configure: Add version check for libkvazaar
libkvazaar: Remove unnecessary NULL checks
libkvazaar: Replace asserts with proper errors
libkvazaar: Set pts and dts
libkvazaar: Use av_image_copy for copying pixels
libkvazaar: Fix setting framerate
doc/encoders: Fix libkvazaar documentation
configure | 2 ++
doc/encoders.texi | 3 --
libavcodec/libkvazaar.c | 80 ++++++++++++++++++++++++++++++++++-------------
3 files changed, 60 insertions(+), 25 deletions(-)
--
1.7.9.5
More information about the ffmpeg-devel
mailing list