| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_vpp_qsv: only add the given output sw format to output pad | Haihao Xiang | 2023-03-31 | 1 | -7/+16 |
* | lavfi: add a flag for filters able to work with hw_device_ctx | Anton Khirnov | 2023-03-24 | 1 | -0/+1 |
* | lavfi/vf_vpp_qsv: set the right timestamp for AVERROR_EOF | Haihao Xiang | 2023-03-20 | 1 | -0/+1 |
* | lavfi/vf_vpp_qsv: add support for new scaling modes | Haihao Xiang | 2023-02-07 | 1 | -3/+28 |
* | lavfi/vf_vpp_qsv: support UYVY in system memory | Haihao Xiang | 2023-02-07 | 1 | -0/+3 |
* | lavfi/deinterlace_qsv: re-use VPPContext for deinterlace_qsv filter | Haihao Xiang | 2023-02-03 | 1 | -0/+25 |
* | lavfi/vpp_qsv: add rate option | Haihao Xiang | 2023-02-03 | 1 | -2/+15 |
* | lavfi/vpp_qsv: factor out the code for filter definition | Haihao Xiang | 2023-01-30 | 1 | -75/+51 |
* | lavfi/scale_qsv: re-use VPPContext for scale_qsv filter | Haihao Xiang | 2023-01-30 | 1 | -63/+123 |
* | lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsv | Haihao Xiang | 2023-01-17 | 1 | -21/+14 |
* | lavfi/vf_vpp_qsv: check output format string against NULL pointer | Haihao Xiang | 2023-01-17 | 1 | -1/+1 |
* | lavfi/vf_vpp_qsv: add has_passthrough flag in VPPContext | Haihao Xiang | 2023-01-17 | 1 | -1/+5 |
* | lavfi/vf_vpp_qsv: add vpp_preinit callback | Haihao Xiang | 2023-01-17 | 1 | -0/+14 |
* | lavfi/vf_vpp_qsv: allow special values for the output video dimensions | Haihao Xiang | 2023-01-17 | 1 | -7/+40 |
* | lavfi/vf_vpp_qsv: handle NULL pointer when evaluating an expression | Haihao Xiang | 2023-01-17 | 1 | -16/+20 |
* | lavfi/vf_vpp_qsv: add "a", "dar" and "sar" variables | Haihao Xiang | 2023-01-17 | 1 | -20/+29 |
* | lavfi/vf_vpp_qsv: accept P010 input in system memory | Haihao Xiang | 2022-12-08 | 1 | -0/+1 |
* | lavfi/vf_vpp_qsv: allow user to set scale_mode with constants | Haihao Xiang | 2022-12-08 | 1 | -0/+4 |
* | lavfi/vf_vpp_qsv: use macros for extra mfx parameter | Haihao Xiang | 2022-12-08 | 1 | -52/+34 |
* | libavfilter/qsvvpp: Change the alignment to meet the requirement of YUV420P f... | Wenbin Chen | 2022-12-08 | 1 | -0/+1 |
* | lavfi/vf_vpp_qsv: scale_mode can be applied to color conversion | Haihao Xiang | 2022-12-01 | 1 | -4/+4 |
* | avfilter/vf_vpp_qsv: set outlink to EOF correctly | Fei Wang | 2022-05-26 | 1 | -12/+23 |
* | qsv: add requirement for the mininal version of libmfx | Haihao Xiang | 2022-05-25 | 1 | -76/+67 |
* | avfilter/vf_vpp_qsv: Remove unnecessary lavc and lavf headers | Andreas Rheinhardt | 2022-03-23 | 1 | -2/+0 |
* | avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) | softworkz | 2022-01-10 | 1 | -12/+47 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | libavfilter/vf_vpp_qsv: fix uninitialized variable problem | Wenbin Chen | 2021-09-15 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Don't include libavcodec/(avcodec|internal).h | Andreas Rheinhardt | 2021-08-05 | 1 | -0/+1 |
* | avfilter/vf_vpp_qsv: Don't overrun stack array | Andreas Rheinhardt | 2021-08-04 | 1 | -1/+1 |
* | avfilter/vf_vpp_qsv: add scale mode option | Fei Wang | 2021-08-03 | 1 | -2/+23 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | lavfi/vf_vpp_qsv: fix the time_base for outlink | Haihao Xiang | 2021-06-20 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi/qsvvpp: support async depth | Fei Wang | 2021-04-11 | 1 | -14/+61 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on error | Andreas Rheinhardt | 2020-08-23 | 1 | -9/+4 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -4/+4 |
* | lavfi/qsvvpp: disable pass through mode if format changed | Zhong Li | 2019-08-20 | 1 | -2/+4 |
* | lavf/vf_vpp_qsv: add support for QSV transpose filter | Linjie Fu | 2019-08-07 | 1 | -2/+99 |
* | lavf/qsv_vpp: add frame format option | Zhong Li | 2019-06-14 | 1 | -1/+36 |
* | lavf/qsvvpp: add P010 output format support | Zhong Li | 2019-06-10 | 1 | -0/+1 |
* | lavf/qsv: clone the frame which may be managed by framework | Ruiling Song | 2018-04-21 | 1 | -2/+3 |
* | Merge commit '29a8ed766354c45c9be4b8512c5b2eb25a450cdc' | James Almer | 2018-04-13 | 1 | -3/+25 |
|\ |
|
| * | lavf/qsvvpp: bypass vpp if not needed. | Zhong Li | 2018-04-08 | 1 | -3/+25 |
* | | lavf/qsv_vpp: check the return value of ff_formats_ref() | Zhong Li | 2017-11-20 | 1 | -2/+7 |
* | | avfilter/vf_*_qsv: Fix flags | Michael Niedermayer | 2017-11-13 | 1 | -1/+1 |
* | | Merge commit 'a5a6ac1a123a927e5bed984ed757a29b7ff87dab' | James Almer | 2017-11-11 | 1 | -4/+4 |
|/ |
|
* | libavfilter/vf_vpp: Add common filters of the qsv vpp | Huang, Zhengxu | 2017-09-17 | 1 | -0/+401 |