Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-23lavu/hwcontext_vaapi: Fix type specifier for uintptr_tCarl Eugen Hoyos
2022-09-04lavc/vaapi: Add support for remaining 10/12bit profilesPhilip Langdale
2022-08-26lavc/vaapi: Switch preferred 8bit 444 format to VUYXPhilip Langdale
2022-08-04lavu/hwcontext_vaapi: Map the AYUV formatPhilip Langdale
2022-04-06libavutil/hwcontext_vaapi: Re-enable support for libva v1Ingo Brückl
2021-12-10libavutil/hwcontext_vaapi: Add a new nv12 format map to support vulkan frameWenbin Chen
2021-12-10hwcontext_vaapi: Use PRIME_2 memory type for modifiers.Bas Nieuwenhuizen
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-11avutil: use the buffer_size_t typedef where requiredJames Almer
2020-08-31hwcontext_vaapi: Don't require a render node when deriving from DRMMark Thompson
2020-07-27hwcontext_vaapi: remove duplicate formats from sw_format listHaihao Xiang
2020-07-27hwcontext_vaapi: avoid fd leak in vaapi_device_deriveHaihao Xiang
2020-06-12lavu/hwcontext_vaapi: add vaapi_format_map support for x2rgb10Fei Wang
2020-05-23hwcontext: add av_hwdevice_ctx_create_derived_optsLynne
2020-02-24hwcontext_vaapi: Only accept a render node when deriving from DRM deviceMark Thompson
2020-02-24lavu/hwcontext_vaapi: add vaapi_format_map support for Y210Linjie Fu
2019-07-11avutil/hwcontext_vaapi: move kernel_driver into CONFIG_LIBDRMSteven Liu
2019-06-03hwcontext_vaapi: Try to create devices via DRM before X11Mark Thompson
2019-06-03hwcontext_vaapi: Add option to set driver nameMark Thompson
2019-06-03hwcontext_vaapi: Make default DRM device selection more helpfulMark Thompson
2019-06-03hwcontext_vaapi: Add option to specify connection typeMark Thompson
2018-09-23hwcontext_vaapi: Improve format mappingMark Thompson
2018-09-23hwcontext_vaapi: Improve logging around quirk detectionMark Thompson
2018-05-24hwcontext_vaapi: Fix mapping from DRMMark Thompson
2018-05-10hwcontext_vaapi: Add an assert in vaapi_map_from_drm()Haihao Xiang
2018-04-28hwcontext_vaapi: Fix compilation with libva versions < 1.4.0Mark Thompson
2018-03-23hwcontext_vaapi: Pass correct read/write flags when exporting surfacesMark Thompson
2018-03-23hwcontext_vaapi: Add support for legacy DRM mappingMark Thompson
2018-03-18hwcontext_vaapi: Always include DRM hwcontext headerMark Thompson
2018-03-18hwcontext_vaapi: Fix condition for DRM device derivationMark Thompson
2018-02-22hwcontext_vaapi: Fix frames context creation with external attributesMark Thompson
2018-02-22hwcontext_vaapi: Add more surface formatsMark Thompson
2017-11-26hwcontext_vaapi: Do not assume that sw_format is transferableMark Thompson
2017-11-20hwcontext_vaapi: add the fourcc of I420 format map.Jun Zhao
2017-11-12hwcontext_vaapi: Fix build with libva 2.0Mark Thompson
2017-10-09hwcontext_vaapi: Add support for mapping to DRM objectsMark Thompson
2017-10-09hwcontext_vaapi: Set message callbacks on internally-created devicesMark Thompson
2017-10-09hwcontext_vaapi: Factorise out common connection codeMark Thompson
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-20hwcontext_vaapi: Fix DRM format mappingMark Thompson
2017-09-15hwcontext_vaapi: Fix build failure with old libdrmJun Zhao
2017-09-14hwcontext_vaapi: Add DRM to VAAPI mappingMark Thompson
2017-06-15hwcontext_vaapi: Try to support the VDPAU wrapperMark Thompson
2017-03-30Merge commit '8ad9f9d675eab139aa2208722009eeed981460dd'Clément Bœsch
2017-03-02hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size poolMark Thompson
2017-02-05Revert "avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails"Mark Thompson
2017-02-03avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize failsAman Gupta
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-26hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size poolMark Thompson
2016-11-14Merge commit 'f62bb216ac4cfbbff16108c6bac35a0282532972'Hendrik Leppkes