summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_vaapi.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/vf_*_vaapi: Fix error caseMark Thompson2020-02-09
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-08
* vf_scale_vaapi: Add options to configure output colour propertiesMark Thompson2019-06-02
* lavfi/vaapi: Improve support for colour propertiesMark Thompson2019-06-02
* lavfi/vaapi: Factorise out common code for parameter buffer setupMark Thompson2019-06-02
* lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACKZachary Zhou2018-12-30
* lavfi/vf_scale_vaapi: add scaling mode setting support.Jun Zhao2018-12-10
* vf_scale_vaapi: Apply cropping rectangle to inputMark Thompson2018-03-22
* lavfi/vf_xxx_vaapi: fix typo.Jun Zhao2018-01-24
* lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.Jun Zhao2018-01-21
* lavfi/vf_scale_vaapi: set output SARRodger Combs2018-01-18
* vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-09
* Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-30
|\
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
* | Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron2017-03-29
|\|
| * lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson2016-11-02
* | Merge commit 'bdf7610eb266fd3de650040c97328791868abd82'Clément Bœsch2017-03-20
|\|
| * vf_scale_vaapi: Crop input surface to active regionMark Thompson2016-09-14
| * vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson2016-07-02
* | vf_scale_vaapi: Add missing return value checksMark Thompson2017-02-05
* | avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta2017-02-02
* | vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson2016-11-13
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer2016-04-21
* | Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'Derek Buitenhuis2016-04-18
|/
* lavf: VAAPI scale filterMark Thompson2016-03-23