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 target bitrate.
Arttu Ylä-Outinen (7): libkvazaar: Update to work with the latest version 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 target bitrate doc/encoders: Fix libkvazaar documentation doc/encoders.texi | 3 -- libavcodec/libkvazaar.c | 80 ++++++++++++++++++++++++++++++++++------------- 2 files changed, 58 insertions(+), 25 deletions(-) -- 1.7.9.5 _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
