summaryrefslogtreecommitdiff
path: root/libavfilter/vf_paletteuse.c
Commit message (Expand)AuthorAge
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-23
* vf_paletteuse: fix color cache lookup for Bayer dithering mode.Rudolf Polzer2022-01-17
* avfilter/vf_paletteuse: Add missing parenthesesAndreas Rheinhardt2021-11-27
* avfilter/vf_palette(gen|use): support palettes with alphaSoft Works2021-10-13
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/vf_paletteuse: do not use in dithering transparent palettePaul B Mahol2021-08-19
* avfilter/vf_paletteuse: fix some integer overflowsPaul B Mahol2021-08-19
* avfilter/vf_paletteuse: do not sort transparency colorPaul B Mahol2021-08-19
* avfilter/vf_paletteuse: Remove redundant freeing codeAndreas Rheinhardt2021-08-15
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt2021-03-28
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_paletteuse: Forward error codesAndreas Rheinhardt2020-03-24
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avfilter/vf_paletteuse: Fix potential double-free of AVFrameAndreas Rheinhardt2020-02-08
* avfilter/vf_paletteuse: don't constantly free and realloc internal framesJames Almer2019-01-17
* avfilter/vf_paletteuse: fix flags for alpha_threshold optionPaul B Mahol2018-12-11
* vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis2018-01-03
* vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis2018-01-03
* lavfi/paletteuse: check get_color return valueTimo Rothenpieler2017-11-13
* lavfi/paletteuse: fix debug_kdtree after aba926e7dClément Bœsch2017-10-28
* lavfi/paletteuse: fix debug_mean_error after aba926e7dClément Bœsch2017-10-28
* 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