aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_paletteuse.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-231-1/+1
* vf_paletteuse: fix color cache lookup for Bayer dithering mode.Rudolf Polzer2022-01-171-1/+2
* avfilter/vf_paletteuse: Add missing parenthesesAndreas Rheinhardt2021-11-271-1/+1
* avfilter/vf_palette(gen|use): support palettes with alphaSoft Works2021-10-131-95/+130
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/vf_paletteuse: do not use in dithering transparent palettePaul B Mahol2021-08-191-3/+7
* avfilter/vf_paletteuse: fix some integer overflowsPaul B Mahol2021-08-191-6/+6
* avfilter/vf_paletteuse: do not sort transparency colorPaul B Mahol2021-08-191-9/+4
* avfilter/vf_paletteuse: Remove redundant freeing codeAndreas Rheinhardt2021-08-151-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt2021-03-281-2/+3
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-3/+3
* avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt2020-08-231-12/+6
* avfilter/vf_paletteuse: Forward error codesAndreas Rheinhardt2020-03-241-4/+4
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-1/+1
* avfilter/vf_paletteuse: Fix potential double-free of AVFrameAndreas Rheinhardt2020-02-081-10/+4
* 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