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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-02-09lavfi/vf_*_vaapi: Fix error caseMark Thompson
2019-12-10avfilter: rename scale.c,h to scale_evalGyan Doshi
2019-12-08avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi
2019-06-02vf_scale_vaapi: Add options to configure output colour propertiesMark Thompson
2019-06-02lavfi/vaapi: Improve support for colour propertiesMark Thompson
2019-06-02lavfi/vaapi: Factorise out common code for parameter buffer setupMark Thompson
2018-12-30lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACKZachary Zhou
2018-12-10lavfi/vf_scale_vaapi: add scaling mode setting support.Jun Zhao
2018-03-23vf_scale_vaapi: Apply cropping rectangle to inputMark Thompson
2018-01-24lavfi/vf_xxx_vaapi: fix typo.Jun Zhao
2018-01-22lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.Jun Zhao
2018-01-19lavfi/vf_scale_vaapi: set output SARRodger Combs
2017-10-09vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-03-30Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron
2017-03-20Merge commit 'bdf7610eb266fd3de650040c97328791868abd82'Clément Bœsch
2017-02-05vf_scale_vaapi: Add missing return value checksMark Thompson
2017-02-03avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta
2016-11-13vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-11-02lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson
2016-09-14vf_scale_vaapi: Crop input surface to active regionMark Thompson
2016-07-02vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson
2016-04-21avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer
2016-04-18Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'Derek Buitenhuis
2016-03-23lavf: VAAPI scale filterMark Thompson