summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_qsv.c
Commit message (Expand)AuthorAge
* 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: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-12
* qsv: add requirement for the mininal version of libmfxHaihao Xiang2022-05-25
* avfilter/vf_scale_qsv: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_typeArtem Galin2021-09-08
* libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* qsv: dump more info in error, debug and verbose modeHaihao Xiang2021-01-23
* lavfi/scale_qsv: Fix a format specifier for a variable of type int.Carl Eugen Hoyos2020-04-04
* lavfi/vf_scale_qsv: fix the class_name in help for scale_qsvLinjie Fu2020-02-18
* avfilter/vf_scale_qsv: add logging context to logSteven Liu2019-10-08
* lavfi/scale_qsv: change alignment to be 16 bytesZhong Li2019-08-20
* lavf/qsv_scale: add scaling modes supportZhong Li2019-06-25
* lavf/qsv: use av_cold for init/uninitZhong Li2019-06-03
* Merge commit 'e05e5920a4e1f1f15cc8a7c843159d519f6ec18e'James Almer2018-09-11
|\
| * qsv: Error out if getting session handle failed in avfilterZhong Li2018-08-23
* | Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer2018-04-13
|\|
| * qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-08
* | Merge commit 'e4cdef00263dc8b3c8de9d34ceacd00dc68979c0'Mark Thompson2018-02-12
|\|
| * vf_scale_qsv: Support increasing hardware frame pool sizeMark Thompson2018-02-11
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missingMichael Niedermayer2017-03-30
* | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron2017-03-30
|\|
| * lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
* | Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron2017-03-29
|\|
| * lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson2016-11-02
| * lavfi: add a QSV scaling filterAnton Khirnov2016-06-21
* lavfi: add a QSV scaling filterAnton Khirnov2017-03-12