summaryrefslogtreecommitdiff
path: root/libavfilter/vf_elbg.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/elbg: Extend filter to include alpha values in the quantization proc...Soft Works2021-09-26
* avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avfilter/vf_elbg: Check call to avpriv_elbg_do()Andreas Rheinhardt2021-09-24
* avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt2021-09-20
* avfilter/vf_elbg: Rename ELBGContext->ELBGFilterContextAndreas Rheinhardt2021-09-20
* avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_elbg: Fix for the seed typeLimin Wang2019-12-04
* avfilter/vf_elbg: stop leaking frame on errorPaul B Mahol2019-10-02
* lavfi/elbg: Make the pal8 output opaque.Carl Eugen Hoyos2016-02-16
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/elbg: use AV_OPT_TYPE_BOOL for pal8 optionClément Bœsch2015-09-08
* avfilter/vf_elbg: make it possible to output to pal8 pixel formatPaul B Mahol2015-09-03
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-18
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
* avfilter/vf_elbg: Fixed seed range of elbg filterJoão Bernardo2014-01-17
* lavfi: add elbg filterStefano Sabatini2013-11-13