[libav-commits] decode: add a per-frame private data for hwaccel use

2017-07-26 Thread Anton Khirnov
Module: libav Branch: master Commit: 704311b2946d74a80f65906961cd9baaa18683a3 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Jul 1 12:09:58 2017 +0200 decode: add a per-frame private data for hwaccel use This will be useful in the CUVID

[libav-commits] imgutils: add function to clear an image to black

2017-07-26 Thread wm4
Module: libav Branch: master Commit: 45df7adc1d9b7e8fbae5af9328baa6ab3562002b Author:wm4 Committer: Anton Khirnov Date: Sat Jul 22 23:05:14 2017 +0200 imgutils: add function to clear an image to black Black isn't always just memset(ptr, 0,

[libav-commits] decode: add a mechanism for performing delayed processing on the decoded frames

2017-07-26 Thread Anton Khirnov
Module: libav Branch: master Commit: badf0951f54c1332e77455dc40398f3512540c1b Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Jul 1 12:09:58 2017 +0200 decode: add a mechanism for performing delayed processing on the decoded frames This

[libav-commits] h264dec: track the last seen value of x264_build

2017-07-26 Thread Anton Khirnov
Module: libav Branch: master Commit: 45c4bf3df03ef53ae61fa1473424d4ae024f22e4 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Jul 22 14:52:27 2017 +0200 h264dec: track the last seen value of x264_build Do not use the one in the SEI

[libav-commits] h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-07-26 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 18d3f36d3c4d0f2c3e702f970ff8b457d7d5e39c Author:Anton Mitrofanov Committer: Anton Khirnov Date: Thu Jun 15 18:56:14 2017 -0400 h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for

[libav-commits] h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction

2017-07-26 Thread Yogender Kumar Gupta
Module: libav Branch: master Commit: 79c6477c2abd8cfa41eef0c4ac39779dd8a9ec8e Author:Yogender Kumar Gupta Committer: Anton Khirnov Date: Thu Jun 15 18:56:13 2017 -0400 h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction

[libav-commits] h264dec: Fix mix of lossless and lossy MBs decoding

2017-07-26 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 70946e605924e2108c39f96faa369c220177f301 Author:Anton Mitrofanov Committer: Anton Khirnov Date: Thu Jun 15 18:56:16 2017 -0400 h264dec: Fix mix of lossless and lossy MBs decoding CC: libav-sta...@libav.org

[libav-commits] h264dec: add a CUVID hwaccel

2017-07-26 Thread Anton Khirnov
Module: libav Branch: master Commit: b9129ec4668c511e0a79e25c6f25d748cee172c9 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Feb 11 16:49:34 2017 +0100 h264dec: add a CUVID hwaccel Some parts of the code are based on a patch by Timo

[libav-commits] lavc, lavu: move frame cropping to a convenience function

2017-07-26 Thread wm4
Module: libav Branch: master Commit: 47399ccdfd93d337c96c76fbf591f0e3637131ef Author:wm4 Committer: Anton Khirnov Date: Sat Jul 22 23:05:13 2017 +0200 lavc, lavu: move frame cropping to a convenience function Signed-off-by: Anton Khirnov

[libav-commits] decode: avoid leaks on failure in ff_get_buffer()

2017-07-26 Thread Anton Khirnov
Module: libav Branch: master Commit: de77671438c24ffea93398c8dc885d4dd04477de Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Jul 1 11:32:56 2017 +0200 decode: avoid leaks on failure in ff_get_buffer() If the get_buffer() call fails, the

[libav-commits] decode: add a method for attaching lavc-internal data to frames

2017-07-26 Thread Anton Khirnov
Module: libav Branch: master Commit: 359a8a3e2d1194b52b6c386f94fd0929567dfb67 Author:Anton Khirnov Committer: Anton Khirnov Date: Sat Jul 1 11:12:44 2017 +0200 decode: add a method for attaching lavc-internal data to frames Use the