[FFmpeg-cvslog] lavc: Make sure that the effective timebase would not overflow

2016-01-27 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Jan 18 20:54:34 2016 +0100| [7486418683bd242e03aab573cf846c12fb0d] | committer: Luca Barbato lavc: Make sure that the effective timebase would not overflow In the unlikely situation the user decides to set ticks_per_frame and timebase to a

[FFmpeg-cvslog] libkvazaar: Set frame rate as a rational number

2016-01-27 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Fri Jan 15 15:53:46 2016 +0200| [472d488ebcc53bea4cdb124edb94558e72d8f23f] | committer: Luca Barbato libkvazaar: Set frame rate as a rational number Updates libkvazaar to pass the exact frame rate to Kvazaar by setting the numerator and

[FFmpeg-cvslog] libkvazaar: Set frame rate as a rational number

2016-01-20 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Fri Jan 15 13:47:10 2016 +0200| [7d1e985528886139ea00387ad34c75cfab018d48] | committer: Arttu Ylä-Outinen libkvazaar: Set frame rate as a rational number Updates libkvazaar to pass the exact frame rate to Kvazaar by setting the numerator and

[FFmpeg-cvslog] kvazaar: Add libkvazaar HEVC encoder

2015-10-27 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Tue Aug 25 11:33:19 2015 +0300| [233d2fa0443197df12b4f7823d591dad964149b3] | committer: Luca Barbato kvazaar: Add libkvazaar HEVC encoder Signed-off-by: Arttu Ylä-Outinen Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] libkvazaar: Set pts and dts

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 11:11:17 2015 +0300| [8db62f04191ab559bb44bbdaec86da6a9c44aa2c] | committer: Arttu Ylä-Outinen libkvazaar: Set pts and dts Signed-off-by: Arttu Ylä-Outinen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libkvazaar: Update to work with the latest version

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 10:55:14 2015 +0300| [b3777b2c2eb5d04386992c0388985914d5bbebba] | committer: Arttu Ylä-Outinen libkvazaar: Update to work with the latest version Function encoder_encode in Kvazaar API was changed to have new output parameters: source

[FFmpeg-cvslog] libkvazaar: Use av_image_copy for copying pixels

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 11:27:16 2015 +0300| [5fefa7b512cc8e2141d595a6a7ed77de13da4e18] | committer: Arttu Ylä-Outinen libkvazaar: Use av_image_copy for copying pixels Replaces a for loop for copying pixels by a call to av_image_copy. Signed-off-by: Arttu Ylä

[FFmpeg-cvslog] configure: Add version check for libkvazaar

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Tue Sep 29 14:07:10 2015 +0300| [b9446d0b569356775482ba0b478e4944ab0918c2] | committer: Arttu Ylä-Outinen configure: Add version check for libkvazaar Signed-off-by: Arttu Ylä-Outinen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] libkvazaar: Remove unnecessary NULL checks

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 11:03:07 2015 +0300| [425d6134ed88f00927fe7fc225f940cfc43f2d76] | committer: Arttu Ylä-Outinen libkvazaar: Remove unnecessary NULL checks Signed-off-by: Arttu Ylä-Outinen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/encoders: Fix libkvazaar documentation

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 11:30:06 2015 +0300| [cb8999f368bb40c666f51742686c00a9357d436c] | committer: Arttu Ylä-Outinen doc/encoders: Fix libkvazaar documentation The -threads option is ignored with libkvazaar since it does not have any of the AV_CODEC_CAP_

[FFmpeg-cvslog] libkvazaar: Fix setting framerate

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 11:28:46 2015 +0300| [0e348683875d7915d699488fd6c29fb9ffd48453] | committer: Arttu Ylä-Outinen libkvazaar: Fix setting framerate The divisor and dividend in the equation had been swapped, making the result the inverse of the actual

[FFmpeg-cvslog] libkvazaar: Replace asserts with proper errors

2015-10-07 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Mon Sep 28 11:08:19 2015 +0300| [c09419ca80f1b1de4ceb3b9c06f708914150fa45] | committer: Arttu Ylä-Outinen libkvazaar: Replace asserts with proper errors Changes function libkvazaar_encode to return proper error codes instead of crashing when the

[FFmpeg-cvslog] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Tue Aug 18 09:04:41 2015 +0300| [b807f7e286642ea5303ad30ba7003beb1e65a862] | committer: Michael Niedermayer configure: Use pkg-config for libkvazaar. Signed-off-by: Arttu Ylä-Outinen Liked-by: wm4 Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] MAINTAINERS: add myself as libkvazaar maintainer

2015-07-15 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Wed Jul 15 09:01:23 2015 +0300| [ae3f4e479a7b7ac28a5781d4bbae23376e8aa595] | committer: Michael Niedermayer MAINTAINERS: add myself as libkvazaar maintainer Signed-off-by: Arttu Ylä-Outinen Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec: add libkvazaar HECV encoder

2015-07-14 Thread Arttu Ylä-Outinen
ffmpeg | branch: master | Arttu Ylä-Outinen | Tue Jul 14 08:53:35 2015 +0300| [b90b6af710d0720af1395999f3e563831527cc75] | committer: Michael Niedermayer avcodec: add libkvazaar HECV encoder Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi