summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay_qsv.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+1
* lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsvHaihao Xiang2023-01-171-6/+5
* libavfilter/qsvvpp: Change the alignment to meet the requirement of YUV420P f...Wenbin Chen2022-12-081-0/+2
* libavfilter/vf_overlay_qsv: Use format of first input to set output format fo...Wenbin Chen2022-07-201-0/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* lavfi/vf_overlay_qsv: remove needs_fifo.Nicolas George2020-08-201-2/+0
* lavf/qsv: use av_cold for init/uninitZhong Li2019-06-031-1/+1
* lavc/qsv_overlay: suppress code scan complainZhong Li2018-11-061-1/+1
* lavf: make overlay_qsv work based on framesyncRuiling Song2018-04-211-136/+77
* lavf/qsv_overlay: check the return value of ff_formats_ref()Zhong Li2017-11-201-3/+9
* avfilter/vf_*_qsv: Fix flagsMichael Niedermayer2017-11-131-1/+1
* Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab'James Almer2017-11-111-4/+4
* libavfilter/overlay_qsv: Add QSV overlay vpp filterHuang, Zhengxu2017-09-171-0/+487