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