[FFmpeg-cvslog] lavf/adp: Fix the probe function on systems with signed char.

2017-10-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 8 23:41:14 2017 +0200| [14b15539398f5b7f72686e60c664fed1518bc20d] | committer: Carl Eugen Hoyos lavf/adp: Fix the probe function on systems with signed char. >

[FFmpeg-cvslog] configure: Disable -Wbool-operation using check_disable_warning().

2017-10-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Oct 9 02:21:08 2017 +0200| [c585b4e9f0b30b2ce60a48246f6fe656b4fb3957] | committer: Carl Eugen Hoyos configure: Disable -Wbool-operation using check_disable_warning(). Suggested-by: James Almer >

Re: [FFmpeg-cvslog] Revert "configure: Disable -Wbool-operation."

2017-10-08 Thread Carl Eugen Hoyos
2017-10-09 1:59 GMT+02:00 Mark Thompson : > ffmpeg | branch: master | Mark Thompson | Mon Oct 9 > 00:53:51 2017 +0100| [c154c34c1b37f570ee879560903af1a1a26153e1] | committer: > Mark Thompson > > Revert "configure: Disable -Wbool-operation." > > This reverts

[FFmpeg-cvslog] Revert "configure: Disable -Wbool-operation."

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Mon Oct 9 00:53:51 2017 +0100| [c154c34c1b37f570ee879560903af1a1a26153e1] | committer: Mark Thompson Revert "configure: Disable -Wbool-operation." This reverts commit c2d155e11ee5ec732d471982f2dee43703bcd5a7. GCC 6 incorrectly passes

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

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 8 16:00:47 2017 +0100| [b2f256a9f5db148ab96974400ca7e170494407d0] | committer: Mark Thompson hwcontext_vaapi: Add support for mapping to DRM objects Uses vaExportSurfaceHandle() from libva2. >

[FFmpeg-cvslog] hwcontext: Perform usual initialisation on derived device contexts

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 8 15:19:17 2017 +0100| [309d660775e2b47af6723a0477c4d753bc0c54f4] | committer: Mark Thompson hwcontext: Perform usual initialisation on derived device contexts The initialisation should be common. For libmfx, it was

[FFmpeg-cvslog] hwcontext_vaapi: Factorise out common connection code

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:31 2017 +0100| [5f3978866879ebaa1f1a1f678777df489d3d34f3] | committer: Mark Thompson hwcontext_vaapi: Factorise out common connection code This was duplicated between normal device creation and creation by derivation

[FFmpeg-cvslog] hwcontext_vaapi: Set message callbacks on internally-created devices

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 8 16:54:37 2017 +0100| [f3602875b3255c533900df1c7bb4e78ef5e1ce08] | committer: Mark Thompson hwcontext_vaapi: Set message callbacks on internally-created devices The message callbacks are library-safe in libva2, so we can now

[FFmpeg-cvslog] configure: Add config option for libva2 (VAAPI 1)

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:07 2017 +0100| [9c7a71145b88e56cb5f67c66f6d27c20c8d06165] | committer: Mark Thompson configure: Add config option for libva2 (VAAPI 1) >

[FFmpeg-cvslog] vaapi: Remove H.264 baseline profile

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 8 14:48:24 2017 +0100| [bd211bb866f8bf5c372589fc44dc06d1a9509c0a] | committer: Mark Thompson vaapi: Remove H.264 baseline profile This has been deprecated in libva2 because hardware does not and will not support it. Therefore

[FFmpeg-cvslog] vaapi: Always free parameter buffers after vaEndPicture() with libva2

2017-10-08 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Oct 1 22:51:20 2017 +0100| [e339411691e3671b595e556ba3411c1acb8c4692] | committer: Mark Thompson vaapi: Always free parameter buffers after vaEndPicture() with libva2 This is an ABI change in libva2: previously the Intel driver

[FFmpeg-cvslog] configure: disable libxcb dependent features if libxcb is not enabled

2017-10-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 8 18:46:21 2017 -0300| [65c3a32836f477f23763003112fa77ce321fabe5] | committer: James Almer configure: disable libxcb dependent features if libxcb is not enabled Signed-off-by: James Almer >

[FFmpeg-cvslog] lavu/opt: Use "&&" instead of "*" in boolean expression.

2017-10-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri May 5 01:30:19 2017 +0200| [cd01b3cbcf3bc738dd9714fa760f6a8fec0b39d2] | committer: Carl Eugen Hoyos lavu/opt: Use "&&" instead of "*" in boolean expression. Fixes the following warning: libavutil/opt.c:101:47: warning: '*' in

[FFmpeg-cvslog] configure: Disable -Wbool-operation.

2017-10-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 8 23:08:09 2017 +0200| [c2d155e11ee5ec732d471982f2dee43703bcd5a7] | committer: Carl Eugen Hoyos configure: Disable -Wbool-operation. Requested-by: Ronald and Derek >

[FFmpeg-cvslog] lavd/decklink_dec: Do not claim to output transparency information.

2017-10-08 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 8 22:58:33 2017 +0200| [f49c129dd494378b16f3f782f59f07bbabfab258] | committer: Carl Eugen Hoyos lavd/decklink_dec: Do not claim to output transparency information. >

[FFmpeg-cvslog] ffmpeg: always use single threaded decoding for attached pictures

2017-10-08 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Oct 6 21:49:09 2017 +0200| [41569bbc66d8971a1c5d369e5b335b3542f9cd26] | committer: Marton Balint ffmpeg: always use single threaded decoding for attached pictures Since af1761f7b5b1b72197dc40934953b775c2d951cc ffmpeg waits for a

[FFmpeg-cvslog] lavc: add support for OpenJPEG 2.3.0

2017-10-08 Thread Michael Bradshaw
ffmpeg | branch: master | Michael Bradshaw | Wed Oct 4 15:37:11 2017 -0700| [41d6d627024393c142cf7cd93eff1d5a049105f5] | committer: Michael Bradshaw lavc: add support for OpenJPEG 2.3.0 Signed-off-by: Michael Bradshaw >