summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vpp_qsv.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_vpp_qsv: only add the given output sw format to output padHaihao Xiang2023-03-311-7/+16
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+1
* lavfi/vf_vpp_qsv: set the right timestamp for AVERROR_EOFHaihao Xiang2023-03-201-0/+1
* lavfi/vf_vpp_qsv: add support for new scaling modesHaihao Xiang2023-02-071-3/+28
* lavfi/vf_vpp_qsv: support UYVY in system memoryHaihao Xiang2023-02-071-0/+3
* lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filterHaihao Xiang2023-02-031-0/+25
* lavfi/vpp_qsv: add rate optionHaihao Xiang2023-02-031-2/+15
* lavfi/vpp_qsv: factor out the code for filter definitionHaihao Xiang2023-01-301-75/+51
* lavfi/scale_qsv: re-use VPPContext for scale_qsv filterHaihao Xiang2023-01-301-63/+123
* lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsvHaihao Xiang2023-01-171-21/+14
* lavfi/vf_vpp_qsv: check output format string against NULL pointerHaihao Xiang2023-01-171-1/+1
* lavfi/vf_vpp_qsv: add has_passthrough flag in VPPContextHaihao Xiang2023-01-171-1/+5
* lavfi/vf_vpp_qsv: add vpp_preinit callbackHaihao Xiang2023-01-171-0/+14
* lavfi/vf_vpp_qsv: allow special values for the output video dimensionsHaihao Xiang2023-01-171-7/+40
* lavfi/vf_vpp_qsv: handle NULL pointer when evaluating an expressionHaihao Xiang2023-01-171-16/+20
* lavfi/vf_vpp_qsv: add "a", "dar" and "sar" variablesHaihao Xiang2023-01-171-20/+29
* lavfi/vf_vpp_qsv: accept P010 input in system memoryHaihao Xiang2022-12-081-0/+1
* lavfi/vf_vpp_qsv: allow user to set scale_mode with constantsHaihao Xiang2022-12-081-0/+4
* lavfi/vf_vpp_qsv: use macros for extra mfx parameterHaihao Xiang2022-12-081-52/+34
* libavfilter/qsvvpp: Change the alignment to meet the requirement of YUV420P f...Wenbin Chen2022-12-081-0/+1
* lavfi/vf_vpp_qsv: scale_mode can be applied to color conversionHaihao Xiang2022-12-011-4/+4
* avfilter/vf_vpp_qsv: set outlink to EOF correctlyFei Wang2022-05-261-12/+23
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-251-76/+67
* avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headersAndreas Rheinhardt2022-03-231-2/+0
* avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)softworkz2022-01-101-12/+47
* 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