summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_palettegen.c
Commit message (Expand)AuthorAgeFilesLines
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+4
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent optionClément Bœsch2015-09-091-1/+1
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-2/+3
* avfilter/palettegen: make sure at least one frame was sent to the filterClément Bœsch2015-03-151-1/+1
* avfilter/palettegen: fix frame mem leakClément Bœsch2015-02-271-1/+1
* avfilter/palettegen: use AV_QSORT()Clément Bœsch2015-02-261-1/+3
* avfilter/palettegen: consistently use the same frame for dimensionsClément Bœsch2015-02-261-1/+1
* avfilter/palettegen: use a logging context for the dupped color warningClément Bœsch2015-02-261-3/+4
* avfilter/palettegen: export color quantization ratioClément Bœsch2015-02-261-2/+13
* avfilter/palettegen: move longest variable to a local scopeClément Bœsch2015-02-251-2/+1
* avfilter/palette{gen,use}: add CopyrightClément Bœsch2015-02-231-0/+2
* avfilter/palettegen: raise cache size from 64k to 512kClément Bœsch2015-02-191-1/+1
* avfilter/palettegen: fix leak in case of errorClément Bœsch2015-02-181-1/+4
* avfilter: add palettegen filterClément Bœsch2015-02-141-0/+547
OpenPOWER on IntegriCloud