[FFmpeg-cvslog] avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccel

2018-01-21 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jan 21 22:57:41 2018 -0300| [388a0f7869a852dec51482dc1802239f792775db] | committer: James Almer avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccel Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] lavfi: add ProcAmp (color balance) VAAPI video filter.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:12:41 2018 +0800| [fcf5eae4bf24dac897da34b95cfe23634b9ac5fa] | committer: Mark Thompson lavfi: add ProcAmp (color balance) VAAPI video filter. Add ProcAmp(color balance) vaapi video filter, use the option like -vf "procamp_vaapi=b=10:h=120:c=2

[FFmpeg-cvslog] v4l2_m2m: Fix free of the wrong pointer in an error path

2018-01-21 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Jan 21 22:59:29 2018 +| [bda5ad305e907d6e5eaa6abbb1b3bc1590ec20d8] | committer: Mark Thompson v4l2_m2m: Fix free of the wrong pointer in an error path Fixes CIDs #1427821 and #1427822. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] lavfi: VAAPI VPP common infrastructure.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 15:56:43 2018 +0800| [dfdeed5a2c8f432d6c5eda1a3a6a1f333f3d4604] | committer: Mark Thompson lavfi: VAAPI VPP common infrastructure. Re-work the VAAPI common infrastructure to avoid code duplication between filters. Signed-off-by: Jun Zhao Signed

[FFmpeg-cvslog] lavfi: add denoise and sharpness VAAPI video filters.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:19:17 2018 +0800| [9bba10c174c893b08b036898a522ed6dad1d3660] | committer: Mark Thompson lavfi: add denoise and sharpness VAAPI video filters. Most code between them is common, so put them in a new file for miscellaneous VAAPI filters. Signed-

[FFmpeg-cvslog] lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:07:38 2018 +0800| [92704c480e811e0bd2a605173559d2baa974119f] | committer: Mark Thompson lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.

2018-01-21 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Jan 8 16:02:35 2018 +0800| [19214f005140b0ee7f706509bd3fab47f4af9b90] | committer: Mark Thompson lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()

2018-01-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 20 04:10:50 2018 +0100| [56a53340ed4cc55898e49c07081311ebb2816630] | committer: Michael Niedermayer avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK() Fixes: signed integer overflow: 1477974040 - -1877995504 cannot be represe

[FFmpeg-cvslog] MAINTAINERS: add myself for avcodec/v4l2_

2018-01-21 Thread Jorge Ramirez-Ortiz
ffmpeg | branch: master | Jorge Ramirez-Ortiz | Fri Jan 19 17:52:32 2018 +0100| [15a05d2b73c6e5ae530b7e2cafeabe2a383ef72b] | committer: Michael Niedermayer MAINTAINERS: add myself for avcodec/v4l2_ Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] lavc/svq3: Do not write into memory defined as const.

2018-01-21 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Jan 18 23:31:48 2018 +0100| [55bdee7b07262a07d7c63475b1952b4ec17503d0] | committer: Carl Eugen Hoyos lavc/svq3: Do not write into memory defined as const. Fixes a warning on ppc: libavcodec/svq3.c:1055:21: warning: passing argument 1 of ‘av_writ