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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel