| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | avfilter/vf_palettegen: Fix leak and simplify code | Michael Niedermayer | 2017-01-21 | 1 | -9/+4 |
* | avfilter/vf_palettegen: add mode for generating palette for each input frame | Paul B Mahol | 2016-09-07 | 1 | -4/+21 |
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparators | Ganesh Ajjanagadde | 2015-11-03 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+4 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent option | Clément Bœsch | 2015-09-09 | 1 | -1/+1 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -2/+3 |
* | avfilter/palettegen: make sure at least one frame was sent to the filter | Clément Bœsch | 2015-03-15 | 1 | -1/+1 |
* | avfilter/palettegen: fix frame mem leak | Clément Bœsch | 2015-02-27 | 1 | -1/+1 |
* | avfilter/palettegen: use AV_QSORT() | Clément Bœsch | 2015-02-26 | 1 | -1/+3 |
* | avfilter/palettegen: consistently use the same frame for dimensions | Clément Bœsch | 2015-02-26 | 1 | -1/+1 |
* | avfilter/palettegen: use a logging context for the dupped color warning | Clément Bœsch | 2015-02-26 | 1 | -3/+4 |
* | avfilter/palettegen: export color quantization ratio | Clément Bœsch | 2015-02-26 | 1 | -2/+13 |
* | avfilter/palettegen: move longest variable to a local scope | Clément Bœsch | 2015-02-25 | 1 | -2/+1 |
* | avfilter/palette{gen,use}: add Copyright | Clément Bœsch | 2015-02-23 | 1 | -0/+2 |
* | avfilter/palettegen: raise cache size from 64k to 512k | Clément Bœsch | 2015-02-19 | 1 | -1/+1 |
* | avfilter/palettegen: fix leak in case of error | Clément Bœsch | 2015-02-18 | 1 | -1/+4 |
* | avfilter: add palettegen filter | Clément Bœsch | 2015-02-14 | 1 | -0/+547 |