| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/vf_paletteuse: add option to use new palette for each output frame | Paul B Mahol | 2016-09-07 | 1 | -1/+12 |
* | avfilter/vf_paletteuse: enable skip_initial_unpaired | Michael Niedermayer | 2016-06-26 | 1 | -0/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+5 |
* | avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy option | Clément Bœsch | 2015-09-09 | 1 | -2/+2 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+2 |
* | avfilter/vf_paletteuse: indent fix after 7ccc5848 | Clément Bœsch | 2015-03-05 | 1 | -8/+8 |
* | avfilter/vf_paletteuse: Use int where AVERROR can be returned | Michael Niedermayer | 2015-03-05 | 1 | -3/+3 |
* | avfilter/paletteuse: use AV_QSORT() | Clément Bœsch | 2015-02-26 | 1 | -1/+4 |
* | avfilter/palette{gen,use}: add Copyright | Clément Bœsch | 2015-02-23 | 1 | -0/+2 |
* | avfilter/paletteuse: add diff_mode | Clément Bœsch | 2015-02-23 | 1 | -13/+138 |
* | avfilter/paletteuse: fix error dithering accuracy | Clément Bœsch | 2015-02-23 | 1 | -3/+3 |
* | avfilter/paletteuse: fix leak in case of error | Clément Bœsch | 2015-02-18 | 1 | -1/+5 |
* | avfilter/paletteuse: raise cache size from 64k to 512k | Clément Bœsch | 2015-02-17 | 1 | -1/+1 |
* | avfilter: add paletteuse filter | Clément Bœsch | 2015-02-14 | 1 | -0/+937 |