| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_zscale: fix adding >8 bit alpha plane | Paul B Mahol | 2023-09-28 | 1 | -2/+10 |
* | avfilter/vf_zscale: add more planar formats with alpha | Paul B Mahol | 2023-09-28 | 1 | -1/+2 |
* | avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typo | Mattias Wadman | 2022-07-28 | 1 | -1/+2 |
* | avfilter/vf_zscale: enable AVX512 zimg functions | Marton Balint | 2022-07-10 | 1 | -2/+2 |
* | avfilter/vf_zscale: simplify and fix slice_params calculations | Marton Balint | 2022-07-10 | 1 | -14/+4 |
* | avfilter/vf_zscale: remove some unneeded initializations | Marton Balint | 2022-07-10 | 1 | -6/+0 |
* | avfilter/vf_zscale: dissallow too small slices | Paul B Mahol | 2022-06-16 | 1 | -2/+3 |
* | avfilter/vf_zscale: active region use doubles so use that type here too | Paul B Mahol | 2022-05-13 | 1 | -6/+6 |
* | avfilter/vf_zscale: improve slice processing | Paul B Mahol | 2022-05-13 | 1 | -5/+36 |
* | avfilter/vf_zscale: fix regression with src/dst_format initialization | Paul B Mahol | 2022-04-05 | 1 | -6/+4 |
* | avfilter/vf_zscale: realign output buffer if needed | Marton Balint | 2022-03-16 | 1 | -4/+7 |
* | avfilter/vf_zscale: properly check return value of slice threads | Marton Balint | 2022-03-16 | 1 | -4/+7 |
* | avfilter/vf_zscale: fix number of threads | Marton Balint | 2022-03-16 | 1 | -1/+1 |
* | avfilter/vf_zscale: do not attempt to continue filtering if there is no graph | Paul B Mahol | 2022-03-11 | 1 | -5/+22 |
* | avfilter/vf_zscale: also check formats | Paul B Mahol | 2022-03-11 | 1 | -1/+2 |
* | avfilter/vf_zscale: fix leaks in fast/bypass path | Paul B Mahol | 2022-03-04 | 1 | -11/+9 |
* | avfilter/vf_zscale: fix several issues in previous commit | Paul B Mahol | 2022-03-03 | 1 | -35/+25 |
* | avfilter/vf_zscale: add slice threading support | Victoria Zhislina | 2022-03-03 | 1 | -126/+282 |
* | avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocation | Jan Ekström | 2021-10-28 | 1 | -1/+1 |
* | avfilter/vf_zscale: deduplicate output color information setting | Jan Ekström | 2021-10-28 | 1 | -25/+20 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_zscale: Use init instead of init_dict | Andreas Rheinhardt | 2021-09-19 | 1 | -2/+2 |
* | avfilter/vf_zscale: Don't make assumptions about zimg's range enums | Andreas Rheinhardt | 2021-09-18 | 1 | -2/+13 |
* | avfilter/vf_zscale: fix output color_range discrepancy | Pavel Koshevoy | 2021-09-17 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_zscale: add support for setting scaling filter parameters | Jan Ekström | 2021-02-11 | 1 | -0/+7 |
* | avfilter/vf_zscale: switch verbose log to trace | Paul B Mahol | 2021-02-09 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/vf_zscale: fix crash on unaligned input | Jacob Ruiz | 2020-02-25 | 1 | -10/+49 |
* | lavfi/zscale: enable runtime change flag | Jun Zhao | 2020-01-13 | 1 | -4/+5 |
* | avfilter: add av_cold where it is missing | Paul B Mahol | 2019-10-03 | 1 | -1/+1 |
* | avfilter: Support EBU Tech. 3213-E primaries values | Raphaël Zumer | 2019-09-01 | 1 | -0/+1 |
* | lavfi/zscale: make use of AVFILTER_DEFINE_CLASS | Jun Zhao | 2019-03-08 | 1 | -7/+1 |
* | vf_zscale: Fix alpha destination graph for floating point pixel formats | Vittorio Giovara | 2017-12-08 | 1 | -1/+1 |
* | vf_zscale: Add more supported input properties | Vittorio Giovara | 2017-11-28 | 1 | -0/+51 |
* | vf_zscale: Relax color properties maximum bounds | Vittorio Giovara | 2017-11-28 | 1 | -12/+12 |
* | avfilter/zscale: fix memory leak | dxfhgwet | 2017-10-28 | 1 | -0/+1 |
* | avfilter/zscale: fix segfault on library error | dxfhgwet | 2017-10-28 | 1 | -3/+3 |
* | zscale: Enable single precision input/ouput filtering | Vittorio Giovara | 2017-08-15 | 1 | -7/+18 |
* | zscale: Factor out graph building | Vittorio Giovara | 2017-07-21 | 1 | -21/+31 |
* | zscale: Factor out format initialization | Vittorio Giovara | 2017-07-21 | 1 | -25/+21 |
* | zscale: Add range options aliases to match scale ones | Vittorio Giovara | 2017-05-26 | 1 | -0/+2 |
* | zscale: Add pixdesc-API compatible color names to filter options | Vittorio Giovara | 2017-05-26 | 1 | -1/+21 |
* | avfilter/vf_zscale: export approximate gamma option and enable it by default | Paul B Mahol | 2016-11-27 | 1 | -0/+3 |
* | avfilter/vf_zscale: add support for some recent new additions | Paul B Mahol | 2016-11-23 | 1 | -8/+24 |
* | avfilter/vf_zscale: make possible to change chroma location | Paul B Mahol | 2016-09-02 | 1 | -1/+42 |
* | avfilter/vf_zscale: unbreak RGB support | Paul B Mahol | 2016-03-03 | 1 | -4/+4 |
* | avfilter/vf_zscale: make it possible to override input frame parameters | Paul B Mahol | 2016-01-26 | 1 | -4/+16 |