summaryrefslogtreecommitdiff
path: root/libavfilter/vf_paletteuse.c
Commit message (Expand)AuthorAge
...
* lavfi/paletteuse: fix debug_accuracy after aba926e7dClément Bœsch2017-10-28
* lavfi/paletteuse: simplify color get function prototypesClément Bœsch2017-10-28
* lavfi/paletteuse: move "new" option before debugging optionsClément Bœsch2017-10-28
* lavfi/paletteuse: fix to support transparencyBjorn Roche2017-10-28
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-07
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
* lavfi/vf_paletteuse: convert to framesync2.Nicolas George2017-08-29
* avfilter/vf_paletteuse: silence warning about misaligned indentationPaul B Mahol2017-04-10
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_paletteuse: add option to use new palette for each output framePaul B Mahol2016-09-07
* avfilter/vf_paletteuse: enable skip_initial_unpairedMichael Niedermayer2016-06-26
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy optionClément Bœsch2015-09-09
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* avfilter/vf_paletteuse: indent fix after 7ccc5848Clément Bœsch2015-03-05
* avfilter/vf_paletteuse: Use int where AVERROR can be returnedMichael Niedermayer2015-03-05
* avfilter/paletteuse: use AV_QSORT()Clément Bœsch2015-02-26
* avfilter/palette{gen,use}: add CopyrightClément Bœsch2015-02-23
* avfilter/paletteuse: add diff_modeClément Bœsch2015-02-23
* avfilter/paletteuse: fix error dithering accuracyClément Bœsch2015-02-23
* avfilter/paletteuse: fix leak in case of errorClément Bœsch2015-02-18
* avfilter/paletteuse: raise cache size from 64k to 512kClément Bœsch2015-02-17
* avfilter: add paletteuse filterClément Bœsch2015-02-14