summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vpp_qsv.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* lavfi/vf_vpp_qsv: set the default value of async_depth to 4Haihao Xiang2023-12-05
* libavfilter/vf_vpp_qsv: Fix a timestamp bug when framerate is not setWenbin Chen2023-08-17
* lavfi/vf_vpp_qsv: perform conversion from HDR to SDRHaihao Xiang2023-08-04
* lavfi/vf_vpp_qsv: set color properties for outputHaihao Xiang2023-08-04
* lavfi/vf_vpp_qsv: take input color properties into accountHaihao Xiang2023-08-04
* lavfi/vf_vpp_qsv: fix duration in pass-through modeHaihao Xiang2023-07-31
* lavfi/vf_vpp_qsv: only add the given output sw format to output padHaihao Xiang2023-03-31
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-24
* lavfi/vf_vpp_qsv: set the right timestamp for AVERROR_EOFHaihao Xiang2023-03-20
* lavfi/vf_vpp_qsv: add support for new scaling modesHaihao Xiang2023-02-07
* lavfi/vf_vpp_qsv: support UYVY in system memoryHaihao Xiang2023-02-07
* lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filterHaihao Xiang2023-02-03
* lavfi/vpp_qsv: add rate optionHaihao Xiang2023-02-03
* lavfi/vpp_qsv: factor out the code for filter definitionHaihao Xiang2023-01-30
* lavfi/scale_qsv: re-use VPPContext for scale_qsv filterHaihao Xiang2023-01-30
* lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsvHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: check output format string against NULL pointerHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: add has_passthrough flag in VPPContextHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: add vpp_preinit callbackHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: allow special values for the output video dimensionsHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: handle NULL pointer when evaluating an expressionHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: add "a", "dar" and "sar" variablesHaihao Xiang2023-01-17
* lavfi/vf_vpp_qsv: accept P010 input in system memoryHaihao Xiang2022-12-08
* lavfi/vf_vpp_qsv: allow user to set scale_mode with constantsHaihao Xiang2022-12-08
* lavfi/vf_vpp_qsv: use macros for extra mfx parameterHaihao Xiang2022-12-08
* libavfilter/qsvvpp: Change the alignment to meet the requirement of YUV420P f...Wenbin Chen2022-12-08
* lavfi/vf_vpp_qsv: scale_mode can be applied to color conversionHaihao Xiang2022-12-01
* 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