summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_paletteuse.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_paletteuse: don't constantly free and realloc internal framesJames Almer2019-01-171-6/+13
* avfilter/vf_paletteuse: fix flags for alpha_threshold optionPaul B Mahol2018-12-111-1/+1
* vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis2018-01-031-1/+0
* vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis2018-01-031-9/+16
* lavfi/paletteuse: check get_color return valueTimo Rothenpieler2017-11-131-1/+4
* lavfi/paletteuse: fix debug_kdtree after aba926e7dClément Bœsch2017-10-281-4/+5
* lavfi/paletteuse: fix debug_mean_error after aba926e7dClément Bœsch2017-10-281-3/+3
* lavfi/paletteuse: fix debug_accuracy after aba926e7dClément Bœsch2017-10-281-7/+7
* lavfi/paletteuse: simplify color get function prototypesClément Bœsch2017-10-281-28/+15
* lavfi/paletteuse: move "new" option before debugging optionsClément Bœsch2017-10-281-1/+1
* lavfi/paletteuse: fix to support transparencyBjorn Roche2017-10-281-71/+124
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-071-5/+5
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* lavfi/vf_paletteuse: convert to framesync2.Nicolas George2017-08-291-22/+38
* avfilter/vf_paletteuse: silence warning about misaligned indentationPaul B Mahol2017-04-101-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+2
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/vf_paletteuse: add option to use new palette for each output framePaul B Mahol2016-09-071-1/+12
* avfilter/vf_paletteuse: enable skip_initial_unpairedMichael Niedermayer2016-06-261-0/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+5
* avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy optionClément Bœsch2015-09-091-2/+2
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+2
* avfilter/vf_paletteuse: indent fix after 7ccc5848Clément Bœsch2015-03-051-8/+8
* avfilter/vf_paletteuse: Use int where AVERROR can be returnedMichael Niedermayer2015-03-051-3/+3
* avfilter/paletteuse: use AV_QSORT()Clément Bœsch2015-02-261-1/+4
* avfilter/palette{gen,use}: add CopyrightClément Bœsch2015-02-231-0/+2
* avfilter/paletteuse: add diff_modeClément Bœsch2015-02-231-13/+138
* avfilter/paletteuse: fix error dithering accuracyClément Bœsch2015-02-231-3/+3
* avfilter/paletteuse: fix leak in case of errorClément Bœsch2015-02-181-1/+5
* avfilter/paletteuse: raise cache size from 64k to 512kClément Bœsch2015-02-171-1/+1
* avfilter: add paletteuse filterClément Bœsch2015-02-141-0/+937
OpenPOWER on IntegriCloud