summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vpp_qsv.c
Commit message (Expand)AuthorAge
* avfilter/vf_vpp_qsv: set outlink to EOF correctlyFei Wang2022-05-26
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-25
* avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headersAndreas Rheinhardt2022-03-23
* avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)softworkz2022-01-10
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* libavfilter/vf_vpp_qsv: fix uninitialized variable problemWenbin Chen2021-09-15
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt2021-08-05
* avfilter/vf_vpp_qsv: Don't overrun stack arrayAndreas Rheinhardt2021-08-04
* avfilter/vf_vpp_qsv: add scale mode optionFei Wang2021-08-03
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* lavfi/vf_vpp_qsv: fix the time_base for outlinkHaihao Xiang2021-06-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi/qsvvpp: support async depthFei Wang2021-04-11
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* lavfi/qsvvpp: disable pass through mode if format changedZhong Li2019-08-20
* lavf/vf_vpp_qsv: add support for QSV transpose filterLinjie Fu2019-08-07
* lavf/qsv_vpp: add frame format optionZhong Li2019-06-14
* lavf/qsvvpp: add P010 output format supportZhong Li2019-06-10
* lavf/qsv: clone the frame which may be managed by frameworkRuiling Song2018-04-21
* Merge commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc'James Almer2018-04-13
|\
| * lavf/qsvvpp: bypass vpp if not needed.Zhong Li2018-04-08
* | lavf/qsv_vpp: check the return value of ff_formats_ref()Zhong Li2017-11-20
* | avfilter/vf_*_qsv: Fix flagsMichael Niedermayer2017-11-13
* | Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab'James Almer2017-11-11
|/
* libavfilter/vf_vpp: Add common filters of the qsv vppHuang, Zhengxu2017-09-17