[FFmpeg-devel] [PATCH 0/7] libkvazaar improvements

Arttu Ylä-Outinen arttu.yla-outinen at tut.fi
Mon Sep 28 12:13:18 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 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



More information about the ffmpeg-devel mailing list