Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13lavfi/vf_deinterlace_qsv: set output frame durationsAnton Khirnov
2022-08-12lavfi/qsv: create mfx session using oneVPL for qsv filtersHaihao Xiang
2022-08-12qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang
2022-08-12qsv: remove mfx/ prefix from mfx headersHaihao Xiang
2021-10-05avfilter/vf_deinterlace_qsv: Store format in filter, remove query funcAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-08libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-11lavfi/qsvvpp: support async depthFei Wang
2021-01-23qsv: dump more info in error, debug and verbose modeHaihao Xiang
2019-06-03lavf/qsv: use av_cold for init/uninitZhong Li
2019-03-08lavf/deinterlace_qsv: set specific field for repeatLinjie Fu
2018-09-11Merge commit 'e05e5920a4e1f1f15cc8a7c843159d519f6ec18e'James Almer
2018-08-23qsv: Error out if getting session handle failed in avfilterZhong Li
2018-04-14Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer
2018-04-08qsv: adding Multi Frame Encode supportMaxym Dmytrychenko
2017-11-08Merge commit '550cb6a85d0f7211289f7a789527d48cb29460ff'James Almer
2017-07-25lavf/vf_deinterlace_qsv: Enable the qsv deinterlace vppHuang, Zhengxu
2017-03-30avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missingMichael Niedermayer
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-03-30Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron
2017-03-12Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'Mark Thompson
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-11-02lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson
2016-07-22lavfi: add a QSV deinterlacing filterAnton Khirnov