| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |