aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_vpp_qsv.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* libavfilter/vf_vpp_qsv: fix uninitialized variable problemWenbin Chen2021-09-151-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt2021-08-051-0/+1
* avfilter/vf_vpp_qsv: Don't overrun stack arrayAndreas Rheinhardt2021-08-041-1/+1
* avfilter/vf_vpp_qsv: add scale mode optionFei Wang2021-08-031-2/+23
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavfi/vf_vpp_qsv: fix the time_base for outlinkHaihao Xiang2021-06-201-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/qsvvpp: support async depthFei Wang2021-04-111-14/+61
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt2020-08-231-9/+4
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-4/+4
* lavfi/qsvvpp: disable pass through mode if format changedZhong Li2019-08-201-2/+4
* lavf/vf_vpp_qsv: add support for QSV transpose filterLinjie Fu2019-08-071-2/+99
* lavf/qsv_vpp: add frame format optionZhong Li2019-06-141-1/+36
* lavf/qsvvpp: add P010 output format supportZhong Li2019-06-101-0/+1
* lavf/qsv: clone the frame which may be managed by frameworkRuiling Song2018-04-211-2/+3
* Merge commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc'James Almer2018-04-131-3/+25
|\
| * lavf/qsvvpp: bypass vpp if not needed.Zhong Li2018-04-081-3/+25
* | lavf/qsv_vpp: check the return value of ff_formats_ref()Zhong Li2017-11-201-2/+7
* | avfilter/vf_*_qsv: Fix flagsMichael Niedermayer2017-11-131-1/+1
* | Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab'James Almer2017-11-111-4/+4
|/
* libavfilter/vf_vpp: Add common filters of the qsv vppHuang, Zhengxu2017-09-171-0/+401