| Commit message (Expand) | Author | Age | Files | Lines |
* | hwcontext_vaapi: Improve format mapping | Mark Thompson | 2018-09-23 | 1 | -57/+76 |
* | hwcontext_vaapi: Improve logging around quirk detection | Mark Thompson | 2018-09-23 | 1 | -8/+19 |
* | hwcontext_vaapi: Fix mapping from DRM | Mark Thompson | 2018-05-24 | 1 | -1/+3 |
* | hwcontext_vaapi: Add an assert in vaapi_map_from_drm() | Haihao Xiang | 2018-05-10 | 1 | -0/+2 |
* | hwcontext_vaapi: Fix compilation with libva versions < 1.4.0 | Mark Thompson | 2018-04-27 | 1 | -0/+5 |
* | hwcontext_vaapi: Pass correct read/write flags when exporting surfaces | Mark Thompson | 2018-03-22 | 1 | -3/+8 |
* | hwcontext_vaapi: Add support for legacy DRM mapping | Mark Thompson | 2018-03-22 | 1 | -12/+182 |
* | hwcontext_vaapi: Always include DRM hwcontext header | Mark Thompson | 2018-03-18 | 1 | -3/+1 |
* | hwcontext_vaapi: Fix condition for DRM device derivation | Mark Thompson | 2018-03-18 | 1 | -1/+1 |
* | hwcontext_vaapi: Fix frames context creation with external attributes | Mark Thompson | 2018-02-21 | 1 | -2/+2 |
* | hwcontext_vaapi: Add more surface formats | Mark Thompson | 2018-02-21 | 1 | -0/+3 |
* | hwcontext_vaapi: Do not assume that sw_format is transferable | Mark Thompson | 2017-11-26 | 1 | -7/+14 |
* | hwcontext_vaapi: add the fourcc of I420 format map. | Jun Zhao | 2017-11-20 | 1 | -1/+3 |
* | hwcontext_vaapi: Fix build with libva 2.0 | Mark Thompson | 2017-11-12 | 1 | -1/+1 |
* | hwcontext_vaapi: Add support for mapping to DRM objects | Mark Thompson | 2017-10-09 | 1 | -2/+106 |
* | hwcontext_vaapi: Set message callbacks on internally-created devices | Mark Thompson | 2017-10-09 | 1 | -0/+21 |
* | hwcontext_vaapi: Factorise out common connection code | Mark Thompson | 2017-10-09 | 1 | -29/+24 |
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -1/+1 |
|\ |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -1/+1 |
| * | hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size pool | Mark Thompson | 2016-11-26 | 1 | -0/+4 |
* | | hwcontext_vaapi: Fix DRM format mapping | Mark Thompson | 2017-09-19 | 1 | -8/+8 |
* | | hwcontext_vaapi: Fix build failure with old libdrm | Jun Zhao | 2017-09-14 | 1 | -1/+3 |
* | | hwcontext_vaapi: Add DRM to VAAPI mapping | Mark Thompson | 2017-09-13 | 1 | -1/+228 |
* | | hwcontext_vaapi: Try to support the VDPAU wrapper | Mark Thompson | 2017-06-14 | 1 | -34/+45 |
* | | Merge commit '8ad9f9d675eab139aa2208722009eeed981460dd' | Clément Bœsch | 2017-03-30 | 1 | -41/+52 |
|\| |
|
| * | hwcontext_vaapi: Frame mapping support | Mark Thompson | 2016-11-03 | 1 | -41/+52 |
| * | hwcontext_vaapi: Enable P010 support | Mark Thompson | 2016-10-02 | 1 | -1/+1 |
| * | hwcontext_vaapi: add a quirk for the missing MemoryType attribute | Anton Khirnov | 2016-10-02 | 1 | -1/+7 |
| * | hwcontext_vaapi: Try the first render node as the default DRM device | Mark Thompson | 2016-08-13 | 1 | -5/+8 |
| * | hwcontext_vaapi: Add driver quirks to the hwdevice | Mark Thompson | 2016-07-02 | 1 | -0/+39 |
* | | hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size pool | Mark Thompson | 2017-03-02 | 1 | -0/+4 |
* | | Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails" | Mark Thompson | 2017-02-05 | 1 | -1/+2 |
* | | avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails | Aman Gupta | 2017-02-02 | 1 | -2/+1 |
* | | Merge commit 'f62bb216ac4cfbbff16108c6bac35a0282532972' | Hendrik Leppkes | 2016-11-13 | 1 | -0/+12 |
|\| |
|
| * | hwcontext_vaapi: allow transfers to/from any size of sw frame | Mark Thompson | 2016-06-28 | 1 | -0/+12 |
* | | hwcontext_vaapi: add a quirk for the missing MemoryType attribute | Anton Khirnov | 2016-11-13 | 1 | -1/+7 |
* | | hwcontext_vaapi: Try the first render node as the default DRM device | Mark Thompson | 2016-11-13 | 1 | -5/+8 |
* | | hwcontext_vaapi: Add driver quirks to the hwdevice | Mark Thompson | 2016-11-13 | 1 | -0/+39 |
* | | Merge commit 'fe498ef5144d3712b887f44a0c5e654add99ead7' | Hendrik Leppkes | 2016-10-07 | 1 | -111/+79 |
|\| |
|
| * | hwcontext_vaapi: Return all formats for constraints without config | Mark Thompson | 2016-06-21 | 1 | -111/+79 |
* | | lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined. | Carl Eugen Hoyos | 2016-08-02 | 1 | -0/+2 |
* | | Merge commit 'b8bf9194af602cf3a4bcd19a5e278e3d6d69f8fa' | Hendrik Leppkes | 2016-06-26 | 1 | -0/+123 |
|\| |
|
| * | hwcontext_vaapi: implement device creation | Anton Khirnov | 2016-05-26 | 1 | -0/+123 |
* | | vaapi: Enable more libva surface formats | Mark Thompson | 2016-06-02 | 1 | -5/+5 |
* | | Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' | Derek Buitenhuis | 2016-04-14 | 1 | -4/+4 |
|/ |
|
* | lavu: VAAPI hwcontext implementation | Mark Thompson | 2016-03-19 | 1 | -0/+850 |