| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/paletteuse: use explicit key indexes in set_frame_lut | Clément Bœsch | 2023-01-03 | 1 | -9/+9 |
* | avfilter/paletteuse: add atkinson dithering | Clément Bœsch | 2023-01-03 | 1 | -0/+23 |
* | avfilter/paletteuse: add burkes dithering | Clément Bœsch | 2023-01-03 | 1 | -0/+24 |
* | avfilter/paletteuse: add sierra3 dithering | Clément Bœsch | 2023-01-03 | 1 | -0/+30 |
* | avfilter/palette{gen,use}: misc for-loop cosmetics | Clément Bœsch | 2023-01-03 | 1 | -13/+9 |
* | avfilter/paletteuse: move r,g,b computation in a more local scope | Clément Bœsch | 2023-01-03 | 1 | -3/+3 |
* | avfilter/paletteuse: remove mean error tool | Clément Bœsch | 2023-01-03 | 1 | -31/+0 |
* | avfilter/paletteuse: remove alternative search methods | Clément Bœsch | 2023-01-03 | 1 | -190/+31 |
* | avfilter/paletteuse: switch to recursive method | Clément Bœsch | 2023-01-03 | 1 | -1/+1 |
* | avfilter/paletteuse: use lowbias32 for color hashing | Clément Bœsch | 2023-01-03 | 1 | -6/+2 |
* | avfilter/palette{gen,use}: update Copyright after recent changes | Clément Bœsch | 2023-01-03 | 1 | -0/+1 |
* | avfilter/paletteuse: switch to a perceptual model | Clément Bœsch | 2023-01-03 | 1 | -91/+97 |
* | avfilter/paletteuse: remove redundant alpha condition | Clément Bœsch | 2023-01-03 | 1 | -6/+1 |
* | avfilter/paletteuse: remove unused alpha split dimension | Clément Bœsch | 2023-01-03 | 1 | -17/+16 |
* | avfilter/paletteuse: name target color arg consistently in colormap functions | Clément Bœsch | 2023-01-03 | 1 | -4/+4 |
* | avfilter/paletteuse: switch from u8[4] to u32 for color code | Clément Bœsch | 2023-01-03 | 1 | -57/+41 |
* | avfilter/palette{gen,use}: simplify a few alpha masks | Clément Bœsch | 2023-01-03 | 1 | -7/+7 |
* | avfilter/palette{gen,use}: revert support palettes with alpha | Clément Bœsch | 2023-01-03 | 1 | -130/+95 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -0/+1 |
* | Switch uses of av_fopen_utf8 to avpriv_fopen_utf8 | Martin Storsjö | 2022-05-23 | 1 | -1/+1 |
* | vf_paletteuse: fix color cache lookup for Bayer dithering mode. | Rudolf Polzer | 2022-01-17 | 1 | -1/+2 |
* | avfilter/vf_paletteuse: Add missing parentheses | Andreas Rheinhardt | 2021-11-27 | 1 | -1/+1 |
* | avfilter/vf_palette(gen|use): support palettes with alpha | Soft Works | 2021-10-13 | 1 | -95/+130 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/vf_paletteuse: do not use in dithering transparent palette | Paul B Mahol | 2021-08-19 | 1 | -3/+7 |
* | avfilter/vf_paletteuse: fix some integer overflows | Paul B Mahol | 2021-08-19 | 1 | -6/+6 |
* | avfilter/vf_paletteuse: do not sort transparency color | Paul B Mahol | 2021-08-19 | 1 | -9/+4 |
* | avfilter/vf_paletteuse: Remove redundant freeing code | Andreas Rheinhardt | 2021-08-15 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_paletteuse: Fix left shift outside of range of int | Andreas Rheinhardt | 2021-03-28 | 1 | -2/+3 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -3/+3 |
* | avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on error | Andreas Rheinhardt | 2020-08-23 | 1 | -12/+6 |
* | avfilter/vf_paletteuse: Forward error codes | Andreas Rheinhardt | 2020-03-24 | 1 | -4/+4 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -1/+1 |
* | avfilter/vf_paletteuse: Fix potential double-free of AVFrame | Andreas Rheinhardt | 2020-02-08 | 1 | -10/+4 |
* | avfilter/vf_paletteuse: don't constantly free and realloc internal frames | James Almer | 2019-01-17 | 1 | -6/+13 |
* | avfilter/vf_paletteuse: fix flags for alpha_threshold option | Paul B Mahol | 2018-12-11 | 1 | -1/+1 |
* | vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr... | Derek Buitenhuis | 2018-01-03 | 1 | -1/+0 |
* | vf_paletteuse: Add error checking to apply_palette | Derek Buitenhuis | 2018-01-03 | 1 | -9/+16 |
* | lavfi/paletteuse: check get_color return value | Timo Rothenpieler | 2017-11-13 | 1 | -1/+4 |
* | lavfi/paletteuse: fix debug_kdtree after aba926e7d | Clément Bœsch | 2017-10-28 | 1 | -4/+5 |
* | lavfi/paletteuse: fix debug_mean_error after aba926e7d | Clément Bœsch | 2017-10-28 | 1 | -3/+3 |
* | lavfi/paletteuse: fix debug_accuracy after aba926e7d | Clément Bœsch | 2017-10-28 | 1 | -7/+7 |
* | lavfi/paletteuse: simplify color get function prototypes | Clément Bœsch | 2017-10-28 | 1 | -28/+15 |
* | lavfi/paletteuse: move "new" option before debugging options | Clément Bœsch | 2017-10-28 | 1 | -1/+1 |
* | lavfi/paletteuse: fix to support transparency | Bjorn Roche | 2017-10-28 | 1 | -71/+124 |
* | lavfi: Rename local variables "main" as "master". | Carl Eugen Hoyos | 2017-10-07 | 1 | -5/+5 |
* | lavfi: rename framesync2 to framesync. | Nicolas George | 2017-09-12 | 1 | -6/+6 |
* | lavfi/vf_paletteuse: convert to framesync2. | Nicolas George | 2017-08-29 | 1 | -22/+38 |