Re: [FFmpeg-devel] [PATCH v2 0/8] libkvazaar improvements

2015-10-07 Thread Arttu Ylä-Outinen

On 2015-09-29 16:29, Arttu Ylä-Outinen wrote:

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(-)



Is it OK if I push these (with the v3 of the second patch)?

- Arttu
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH v2 0/8] libkvazaar improvements

2015-10-07 Thread Michael Niedermayer
On Wed, Oct 07, 2015 at 01:33:58PM +0300, Arttu Ylä-Outinen wrote:
> On 2015-09-29 16:29, Arttu Ylä-Outinen wrote:
> >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(-)
> >
> 
> Is it OK if I push these (with the v3 of the second patch)?

sure, you are the maintainer of the code

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I have often repented speaking, but never of holding my tongue.
-- Xenocrates


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH v2 0/8] libkvazaar improvements

2015-09-29 Thread Arttu Ylä-Outinen
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