Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-26avfilter/elbg: Extend filter to include alpha values in the quantization proc...Soft Works
2021-09-24avcodec/elbg: Add flags to avpriv_elbg_do()Andreas Rheinhardt
2021-09-24avfilter/vf_elbg: Check call to avpriv_elbg_do()Andreas Rheinhardt
2021-09-20avcodec/elbg: Add persistent ELBGContextAndreas Rheinhardt
2021-09-20avfilter/vf_elbg: Rename ELBGContext->ELBGFilterContextAndreas Rheinhardt
2021-09-20avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()Andreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-12-04avfilter/vf_elbg: Fix for the seed typeLimin Wang
2019-10-02avfilter/vf_elbg: stop leaking frame on errorPaul B Mahol
2016-02-16lavfi/elbg: Make the pal8 output opaque.Carl Eugen Hoyos
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-09avfilter/elbg: use AV_OPT_TYPE_BOOL for pal8 optionClément Bœsch
2015-09-03avfilter/vf_elbg: make it possible to output to pal8 pixel formatPaul B Mahol
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2015-03-17avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-01-18avfilter/vf_elbg: Fixed seed range of elbg filterJoão Bernardo
2013-11-13lavfi: add elbg filterStefano Sabatini