summaryrefslogtreecommitdiff
path: root/libavfilter/vf_paletteuse.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+1
* avfilter/paletteuse: use explicit key indexes in set_frame_lutClément Bœsch2023-01-031-9/+9
* avfilter/paletteuse: add atkinson ditheringClément Bœsch2023-01-031-0/+23
* avfilter/paletteuse: add burkes ditheringClément Bœsch2023-01-031-0/+24
* avfilter/paletteuse: add sierra3 ditheringClément Bœsch2023-01-031-0/+30
* avfilter/palette{gen,use}: misc for-loop cosmeticsClément Bœsch2023-01-031-13/+9
* avfilter/paletteuse: move r,g,b computation in a more local scopeClément Bœsch2023-01-031-3/+3
* avfilter/paletteuse: remove mean error toolClément Bœsch2023-01-031-31/+0
* avfilter/paletteuse: remove alternative search methodsClément Bœsch2023-01-031-190/+31
* avfilter/paletteuse: switch to recursive methodClément Bœsch2023-01-031-1/+1
* avfilter/paletteuse: use lowbias32 for color hashingClément Bœsch2023-01-031-6/+2
* avfilter/palette{gen,use}: update Copyright after recent changesClément Bœsch2023-01-031-0/+1
* avfilter/paletteuse: switch to a perceptual modelClément Bœsch2023-01-031-91/+97
* avfilter/paletteuse: remove redundant alpha conditionClément Bœsch2023-01-031-6/+1
* avfilter/paletteuse: remove unused alpha split dimensionClément Bœsch2023-01-031-17/+16
* avfilter/paletteuse: name target color arg consistently in colormap functionsClément Bœsch2023-01-031-4/+4
* avfilter/paletteuse: switch from u8[4] to u32 for color codeClément Bœsch2023-01-031-57/+41
* avfilter/palette{gen,use}: simplify a few alpha masksClément Bœsch2023-01-031-7/+7
* avfilter/palette{gen,use}: revert support palettes with alphaClément Bœsch2023-01-031-130/+95
* 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