[FFmpeg-cvslog] lavfi/opencl: Derive global work size from plane image sizes

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Mar 19 22:52:30 2018 +| [2a1542d105dc3161516e34eef77bcd64aa72cab4] | committer: Mark Thompson lavfi/opencl: Derive global work size from plane image sizes Add a new function to find the global work size given the output image and the required b

[FFmpeg-cvslog] hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headers

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Mar 19 22:53:11 2018 +| [9313422dfc8d13fdd7d58e9ed04dfff61d26b7f2] | committer: Mark Thompson hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headers Matching the previous commit. This is not applied to the installed head

[FFmpeg-cvslog] hwcontext_vaapi: Pass correct read/write flags when exporting surfaces

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Mar 11 21:25:46 2018 +| [ca9f13bbce4836f44fbc18bb30a350fea4075e08] | committer: Mark Thompson hwcontext_vaapi: Pass correct read/write flags when exporting surfaces > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca9f13bbce4836f44fb

[FFmpeg-cvslog] lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headers

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Mar 19 22:52:51 2018 +| [0568af521ef3eed3e811fb4bebff050b559dbf53] | committer: Mark Thompson lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headers The intended target is OpenCL 1.2, so disable warnings for APIs deprecated a

[FFmpeg-cvslog] vf_scale_vaapi: Apply cropping rectangle to input

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Feb 14 21:48:44 2018 +| [abf35afb6f70f2b1fdf99ce48112ad314bd8ca0f] | committer: Mark Thompson vf_scale_vaapi: Apply cropping rectangle to input > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=abf35afb6f70f2b1fdf99ce48112ad314bd8ca0f

[FFmpeg-cvslog] hwcontext_drm: Clarify value for unknown format modifiers

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Mar 21 21:13:16 2018 +| [f86e8c91d020d05c584d53d7033fe6d05a16aef1] | committer: Mark Thompson hwcontext_drm: Clarify value for unknown format modifiers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f86e8c91d020d05c584d53d7033fe6d0

[FFmpeg-cvslog] hwcontext_opencl: Add support for mapping DRM objects to Beignet

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Mar 11 21:19:20 2018 +| [ac993e73decab3dd5828b37bb1d5d8514c0d247a] | committer: Mark Thompson hwcontext_opencl: Add support for mapping DRM objects to Beignet Also use that to support mapping VAAPI to Beignet. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavfi: Add OpenCL avgblur filter

2018-03-22 Thread drfer3
ffmpeg | branch: master | drfer3 | Mon Mar 19 13:30:23 2018 +1100| [6135c958cd3c8e503ebd59996b7b31b844ac9cb9] | committer: Mark Thompson lavfi: Add OpenCL avgblur filter Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. Signed-

[FFmpeg-cvslog] hwcontext_vaapi: Add support for legacy DRM mapping

2018-03-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Mar 11 21:12:29 2018 +| [c6bbb8cca7fa72bb26d2000453460a6344f425a1] | committer: Mark Thompson hwcontext_vaapi: Add support for legacy DRM mapping The old vaAcquireBufferHandle() API works in fewer cases and provides less information than the cu

[FFmpeg-cvslog] avfilter/avf_showvolume: add background opacity option

2018-03-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Mar 22 23:08:33 2018 +0100| [b78d55b2e63e410abe744932fda9358633743a9e] | committer: Paul B Mahol avfilter/avf_showvolume: add background opacity option This makes output more visible when overlayed. Signed-off-by: Paul B Mahol > http://git.videola

[FFmpeg-cvslog] avcodec/extract_extradata: don't uninitialize the H2645Packet on every processed packet

2018-03-22 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 10 19:57:35 2018 -0300| [016d40011ac2815157fc11f6dda2f9bfb520ecfe] | committer: James Almer avcodec/extract_extradata: don't uninitialize the H2645Packet on every processed packet Based on hevc_parser code. This prevents repeated unnecessary allo

[FFmpeg-cvslog] avcodec/mpeg4_unpack_bframes: make sure the packet is writable when data needs to be changed

2018-03-22 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 21 22:37:46 2018 -0300| [4f2ff3a53e170d77e1dd231d7246a74e186011c9] | committer: James Almer avcodec/mpeg4_unpack_bframes: make sure the packet is writable when data needs to be changed Nothing currently guarantees that the packet passed to the bs

[FFmpeg-cvslog] lavf/movenc: write track title metadata for mov files

2018-03-22 Thread Courtland Idstrom
ffmpeg | branch: master | Courtland Idstrom | Mon Mar 19 14:11:37 2018 -0700| [65616bc191b110af6a81aa38b1d15aa9879d8cbc] | committer: Jan Ekström lavf/movenc: write track title metadata for mov files Track title (atom 'name') is a well defined user data atom for mov files. Existing code (for

[FFmpeg-cvslog] lavc/cfhd: add alpha decompanding in rgba12

2018-03-22 Thread Gagandeep Singh
ffmpeg | branch: master | Gagandeep Singh | Thu Mar 22 15:21:37 2018 +0530| [c64c97b972c7325a71440a352a7d541a8c92b2da] | committer: Paul B Mahol lavc/cfhd: add alpha decompanding in rgba12 Alpha decompanding curve added to post process the decoded alpha channel. Fixes ticket #6265. > http://g

[FFmpeg-cvslog] avcodec/dxva2_vc1: add missing frame_params callback to vc1_d3d11va2 hwaccel

2018-03-22 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Mar 22 01:40:02 2018 -0300| [59347c2474801fda88c9a231b888c354362641b6] | committer: James Almer avcodec/dxva2_vc1: add missing frame_params callback to vc1_d3d11va2 hwaccel Fixes ticket #7096 Reviewed-by: wm4 Signed-off-by: James Almer > http://gi