summaryrefslogtreecommitdiff
path: root/libavfilter/vf_zscale.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typoMattias Wadman2022-07-281-1/+2
* avfilter/vf_zscale: enable AVX512 zimg functionsMarton Balint2022-07-101-2/+2
* avfilter/vf_zscale: simplify and fix slice_params calculationsMarton Balint2022-07-101-14/+4
* avfilter/vf_zscale: remove some unneeded initializationsMarton Balint2022-07-101-6/+0
* avfilter/vf_zscale: dissallow too small slicesPaul B Mahol2022-06-161-2/+3
* avfilter/vf_zscale: active region use doubles so use that type here tooPaul B Mahol2022-05-131-6/+6
* avfilter/vf_zscale: improve slice processingPaul B Mahol2022-05-131-5/+36
* avfilter/vf_zscale: fix regression with src/dst_format initializationPaul B Mahol2022-04-051-6/+4
* avfilter/vf_zscale: realign output buffer if neededMarton Balint2022-03-161-4/+7
* avfilter/vf_zscale: properly check return value of slice threadsMarton Balint2022-03-161-4/+7
* avfilter/vf_zscale: fix number of threadsMarton Balint2022-03-161-1/+1
* avfilter/vf_zscale: do not attempt to continue filtering if there is no graphPaul B Mahol2022-03-111-5/+22
* avfilter/vf_zscale: also check formatsPaul B Mahol2022-03-111-1/+2
* avfilter/vf_zscale: fix leaks in fast/bypass pathPaul B Mahol2022-03-041-11/+9
* avfilter/vf_zscale: fix several issues in previous commitPaul B Mahol2022-03-031-35/+25
* avfilter/vf_zscale: add slice threading supportVictoria Zhislina2022-03-031-126/+282
* avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocationJan Ekström2021-10-281-1/+1
* avfilter/vf_zscale: deduplicate output color information settingJan Ekström2021-10-281-25/+20
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_zscale: Use init instead of init_dictAndreas Rheinhardt2021-09-191-2/+2
* avfilter/vf_zscale: Don't make assumptions about zimg's range enumsAndreas Rheinhardt2021-09-181-2/+13
* avfilter/vf_zscale: fix output color_range discrepancyPavel Koshevoy2021-09-171-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_zscale: add support for setting scaling filter parametersJan Ekström2021-02-111-0/+7
* avfilter/vf_zscale: switch verbose log to tracePaul B Mahol2021-02-091-1/+1
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-2/+2
* avfilter/vf_zscale: fix crash on unaligned inputJacob Ruiz2020-02-251-10/+49
* lavfi/zscale: enable runtime change flagJun Zhao2020-01-131-4/+5
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-031-1/+1
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaël Zumer2019-09-011-0/+1
* lavfi/zscale: make use of AVFILTER_DEFINE_CLASSJun Zhao2019-03-081-7/+1
* vf_zscale: Fix alpha destination graph for floating point pixel formatsVittorio Giovara2017-12-081-1/+1
* vf_zscale: Add more supported input propertiesVittorio Giovara2017-11-281-0/+51
* vf_zscale: Relax color properties maximum boundsVittorio Giovara2017-11-281-12/+12
* avfilter/zscale: fix memory leakdxfhgwet2017-10-281-0/+1
* avfilter/zscale: fix segfault on library errordxfhgwet2017-10-281-3/+3
* zscale: Enable single precision input/ouput filteringVittorio Giovara2017-08-151-7/+18
* zscale: Factor out graph buildingVittorio Giovara2017-07-211-21/+31
* zscale: Factor out format initializationVittorio Giovara2017-07-211-25/+21
* zscale: Add range options aliases to match scale onesVittorio Giovara2017-05-261-0/+2
* zscale: Add pixdesc-API compatible color names to filter optionsVittorio Giovara2017-05-261-1/+21
* avfilter/vf_zscale: export approximate gamma option and enable it by defaultPaul B Mahol2016-11-271-0/+3
* avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol2016-11-231-8/+24
* avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol2016-09-021-1/+42
* avfilter/vf_zscale: unbreak RGB supportPaul B Mahol2016-03-031-4/+4
* avfilter/vf_zscale: make it possible to override input frame parametersPaul B Mahol2016-01-261-4/+16
* avfilter/vf_zscale: fix typoLou Logan2015-10-221-1/+1
* avfilter: add zscale filterPaul B Mahol2015-10-181-0/+736