summaryrefslogtreecommitdiff
path: root/libavfilter/qsvvpp.c
Commit message (Expand)AuthorAge
* lavfi/qsvvpp: add set_frame_ext_params callbackHaihao Xiang2023-08-04
* avfilter/qsvvpp: remove usage of deprecated fieldsJames Almer2023-07-29
* lavfi/qsvvpp: use the right picture struct for vpp initilaizationHaihao Xiang2023-06-20
* lavfi/qsvvpp: postpone vpp session initializationHaihao Xiang2023-06-20
* lavfi/qsvvpp: store a copy of the sequence parametersHaihao Xiang2023-06-20
* lavfi/qsvvpp: check the parameters before initializing vpp sessionHaihao Xiang2023-06-20
* lavfi/qsvvpp: copy metadata fields from src to dstHaihao Xiang2023-06-20
* lavfi/qsvvpp: track the runtime version in vpp contextHaihao Xiang2023-06-20
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* libavfilter/qsvvpp: check the return valueWenbin Chen2023-02-16
* lavfi/vf_vpp_qsv: support UYVY in system memoryHaihao Xiang2023-02-07
* lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsvHaihao Xiang2023-01-17
* lavfi/qsvvpp: set output frame durationsHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: accept P010 input in system memoryHaihao Xiang2022-12-08
* libavfilter/qsvvpp: Change the alignment to meet the requirement of YUV420P f...Wenbin Chen2022-12-08
* lavfi/qsvvpp: provide a default framerate if neededHaihao Xiang2022-12-01
* lavfi/qsvvpp: avoid overriding the returned valueHaihao Xiang2022-12-01
* lavfi/qsvvpp: change the output frame's width and heightChen,Wenbin2022-12-01
* lavfi/qsv: create mfx session using oneVPL for qsv filtersHaihao Xiang2022-08-12
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: restrict audio related code to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statusesDmitry Rogozhkin2022-07-29
* lavfi/qsvpp: fix after 85c938fa28Anton Khirnov2022-02-09
* lavfi/qsvvpp: switch to new FIFO APIAnton Khirnov2022-02-07
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output framesArtem Galin2021-09-08
* libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* lavfi/qsvvpp: do not mix up FFmpeg and SDK error codeHaihao Xiang2021-08-09
* lavfi/qsvvpp: support async depthFei Wang2021-04-11
* qsv: dump more info in error, debug and verbose modeHaihao Xiang2021-01-23
* lavf/qsv: Add functions to print mfx iopattern, warning and errorHaihao Xiang2021-01-23
* lavf/qsvvpp: add P010 output format supportZhong Li2019-06-10
* lavf/qsvvpp: add extra_hw_frames supportZhong Li2019-06-10
* lavf/qsvvpp: avoid the double-free when working in sys memory modeLinjie Fu2019-05-30
* lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li2018-10-11
* Merge commit 'e05e5920a4e1f1f15cc8a7c843159d519f6ec18e'James Almer2018-09-11
|\
| * qsv: Error out if getting session handle failed in avfilterZhong Li2018-08-23
* | lavf/qsv: clone the frame which may be managed by frameworkRuiling Song2018-04-21
* | Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer2018-04-13
|\|
| * qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-08
* | Merge commit 'ea25ccd1b2a980df8d43cc1f86a23e3c094090a6'James Almer2017-11-11
|\|
| * qsv: Join the derived session to the parentLuca Barbato2017-09-27
* | Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab'James Almer2017-11-11
|/
* libavfilter/overlay_qsv: Add QSV overlay vpp filterHuang, Zhengxu2017-09-17