| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/vf_elbg: call av_frame_copy_props() | Paul B Mahol | 2023-01-17 | 1 | -1/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/elbg: Extend filter to include alpha values in the quantization proc... | Soft Works | 2021-09-26 | 1 | -9/+16 |
* | avcodec/elbg: Add flags to avpriv_elbg_do() | Andreas Rheinhardt | 2021-09-24 | 1 | -1/+1 |
* | avfilter/vf_elbg: Check call to avpriv_elbg_do() | Andreas Rheinhardt | 2021-09-24 | 1 | -4/+9 |
* | avcodec/elbg: Add persistent ELBGContext | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+4 |
* | avfilter/vf_elbg: Rename ELBGContext->ELBGFilterContext | Andreas Rheinhardt | 2021-09-20 | 1 | -9/+9 |
* | avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg() | Andreas Rheinhardt | 2021-09-20 | 1 | -3/+0 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Replace AVFilterPad.needs_writable by flags | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | avfilter/vf_elbg: Fix for the seed type | Limin Wang | 2019-12-04 | 1 | -3/+3 |
* | avfilter/vf_elbg: stop leaking frame on error | Paul B Mahol | 2019-10-02 | 1 | -1/+3 |
* | lavfi/elbg: Make the pal8 output opaque. | Carl Eugen Hoyos | 2016-02-16 | 1 | -1/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+4 |
* | avfilter/elbg: use AV_OPT_TYPE_BOOL for pal8 option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | avfilter/vf_elbg: make it possible to output to pal8 pixel format | Paul B Mahol | 2015-09-03 | 1 | -5/+54 |
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -4/+4 |
* | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
* | avfilter/vf_elbg: Fixed seed range of elbg filter | João Bernardo | 2014-01-17 | 1 | -2/+2 |
* | lavfi: add elbg filter | Stefano Sabatini | 2013-11-13 | 1 | -0/+212 |