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