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-07-28avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typoMattias Wadman
2022-07-10avfilter/vf_zscale: enable AVX512 zimg functionsMarton Balint
2022-07-10avfilter/vf_zscale: simplify and fix slice_params calculationsMarton Balint
2022-07-10avfilter/vf_zscale: remove some unneeded initializationsMarton Balint
2022-06-16avfilter/vf_zscale: dissallow too small slicesPaul B Mahol
2022-05-13avfilter/vf_zscale: active region use doubles so use that type here tooPaul B Mahol
2022-05-13avfilter/vf_zscale: improve slice processingPaul B Mahol
2022-04-05avfilter/vf_zscale: fix regression with src/dst_format initializationPaul B Mahol
2022-03-16avfilter/vf_zscale: realign output buffer if neededMarton Balint
2022-03-16avfilter/vf_zscale: properly check return value of slice threadsMarton Balint
2022-03-16avfilter/vf_zscale: fix number of threadsMarton Balint
2022-03-11avfilter/vf_zscale: do not attempt to continue filtering if there is no graphPaul B Mahol
2022-03-11avfilter/vf_zscale: also check formatsPaul B Mahol
2022-03-04avfilter/vf_zscale: fix leaks in fast/bypass pathPaul B Mahol
2022-03-03avfilter/vf_zscale: fix several issues in previous commitPaul B Mahol
2022-03-03avfilter/vf_zscale: add slice threading supportVictoria Zhislina
2021-10-28avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocationJan Ekström
2021-10-28avfilter/vf_zscale: deduplicate output color information settingJan Ekström
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-19avfilter/vf_zscale: Use init instead of init_dictAndreas Rheinhardt
2021-09-19avfilter/vf_zscale: Don't make assumptions about zimg's range enumsAndreas Rheinhardt
2021-09-17avfilter/vf_zscale: fix output color_range discrepancyPavel Koshevoy
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-11avfilter/vf_zscale: add support for setting scaling filter parametersJan Ekström
2021-02-09avfilter/vf_zscale: switch verbose log to tracePaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-02-25avfilter/vf_zscale: fix crash on unaligned inputJacob Ruiz
2020-01-13lavfi/zscale: enable runtime change flagJun Zhao
2019-10-03avfilter: add av_cold where it is missingPaul B Mahol
2019-09-02avfilter: Support EBU Tech. 3213-E primaries valuesRaphaël Zumer
2019-03-08lavfi/zscale: make use of AVFILTER_DEFINE_CLASSJun Zhao
2017-12-08vf_zscale: Fix alpha destination graph for floating point pixel formatsVittorio Giovara
2017-11-28vf_zscale: Add more supported input propertiesVittorio Giovara
2017-11-28vf_zscale: Relax color properties maximum boundsVittorio Giovara
2017-10-28avfilter/zscale: fix memory leakdxfhgwet
2017-10-28avfilter/zscale: fix segfault on library errordxfhgwet
2017-08-15zscale: Enable single precision input/ouput filteringVittorio Giovara
2017-07-21zscale: Factor out graph buildingVittorio Giovara
2017-07-21zscale: Factor out format initializationVittorio Giovara
2017-05-26zscale: Add range options aliases to match scale onesVittorio Giovara
2017-05-26zscale: Add pixdesc-API compatible color names to filter optionsVittorio Giovara
2016-11-27avfilter/vf_zscale: export approximate gamma option and enable it by defaultPaul B Mahol
2016-11-23avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol
2016-09-02avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol
2016-03-03avfilter/vf_zscale: unbreak RGB supportPaul B Mahol
2016-01-27avfilter/vf_zscale: make it possible to override input frame parametersPaul B Mahol
2015-10-22avfilter/vf_zscale: fix typoLou Logan
2015-10-18avfilter: add zscale filterPaul B Mahol