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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-01-22avfilter/vf_palettegen: Fix leak and simplify codeMichael Niedermayer
2016-09-07avfilter/vf_palettegen: add mode for generating palette for each input framePaul B Mahol
2015-11-04all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-09avfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent optionClément Bœsch
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-03-15avfilter/palettegen: make sure at least one frame was sent to the filterClément Bœsch
2015-02-27avfilter/palettegen: fix frame mem leakClément Bœsch
2015-02-26avfilter/palettegen: use AV_QSORT()Clément Bœsch
2015-02-26avfilter/palettegen: consistently use the same frame for dimensionsClément Bœsch
2015-02-26avfilter/palettegen: use a logging context for the dupped color warningClément Bœsch
2015-02-26avfilter/palettegen: export color quantization ratioClément Bœsch
2015-02-25avfilter/palettegen: move longest variable to a local scopeClément Bœsch
2015-02-23avfilter/palette{gen,use}: add CopyrightClément Bœsch
2015-02-19avfilter/palettegen: raise cache size from 64k to 512kClément Bœsch
2015-02-18avfilter/palettegen: fix leak in case of errorClément Bœsch
2015-02-14avfilter: add palettegen filterClément Bœsch