| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi/internal: move functions used by filters to filters.h | Anton Khirnov | 2024-08-19 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -4/+4 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/internal: Don't include video.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter/palette{gen,use}: misc for-loop cosmetics | Clément Bœsch | 2023-01-03 | 1 | -10/+9 |
* | avfilter/palettegen: use lowbias32 for color hashing | Clément Bœsch | 2023-01-03 | 1 | -17/+2 |
* | avfilter/palette{gen,use}: update Copyright after recent changes | Clément Bœsch | 2023-01-03 | 1 | -0/+1 |
* | avfilter/palettegen: use libc qsort | Clément Bœsch | 2023-01-03 | 1 | -2/+1 |
* | avfilter/palettegen: make refs order deterministic | Clément Bœsch | 2023-01-03 | 1 | -16/+45 |
* | avfilter/palettegen: add a warning about supporting only sRGB | Clément Bœsch | 2023-01-03 | 1 | -2/+6 |
* | avfilter/palettegen: base box split decision on a perceptual model | Clément Bœsch | 2023-01-03 | 1 | -22/+26 |
* | avfilter/palettegen: switch to signed arithmetic | Clément Bœsch | 2023-01-03 | 1 | -4/+4 |
* | avfilter/palettegen: rename local variable box_weight to weight | Clément Bœsch | 2023-01-03 | 1 | -9/+7 |
* | avfilter/palettegen: misc cosmetics | Clément Bœsch | 2023-01-03 | 1 | -2/+2 |
* | avfilter/palettegen: compute average color within compute_box_stats() | Clément Bœsch | 2023-01-03 | 1 | -29/+1 |
* | avfilter/palettegen: change cut score from ∑e² to max e² | Clément Bœsch | 2023-01-03 | 1 | -1/+2 |
* | avfilter/palettegen: rename variance to cut_score | Clément Bœsch | 2023-01-03 | 1 | -6/+6 |
* | avfilter/palettegen: always compute the box variance | Clément Bœsch | 2023-01-03 | 1 | -33/+9 |
* | avfilter/palettegen: use box->major_axis without intermediate variable | Clément Bœsch | 2023-01-03 | 1 | -7/+6 |
* | avfilter/palettegen: define the best axis to cut using the squared error | Clément Bœsch | 2023-01-03 | 1 | -17/+25 |
* | avfilter/palettegen: move box stats computation to a dedicated function | Clément Bœsch | 2023-01-03 | 1 | -26/+38 |
* | avfilter/palette{gen,use}: revert support palettes with alpha | Clément Bœsch | 2023-01-03 | 1 | -84/+43 |
* | avfilter/palettegen: allow a minimum of 2 colors | Clément Bœsch | 2023-01-03 | 1 | -1/+6 |
* | avfilter/vf_palettegen: add protection against potential divide by zero | Yiyuan GUO | 2022-03-14 | 1 | -1/+1 |
* | avfilter/vf_palettegen: cosmetic changes | Soft Works | 2021-10-13 | 1 | -2/+2 |
* | avfilter/vf_palette(gen|use): support palettes with alpha | Soft Works | 2021-10-13 | 1 | -43/+93 |
* | 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_palettegen: fix integer overflow | Paul B Mahol | 2021-08-19 | 1 | -2/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -2/+2 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -1/+1 |
* | palettegen: Fill with last color, not black | Tomas Härdin | 2019-02-19 | 1 | -1/+1 |
* | lavfi/palettegen: Fix compilation after 1da8c4e. | Carl Eugen Hoyos | 2017-10-29 | 1 | -1/+1 |
* | lavfi/palettegen: Allow setting the background colour. | Carl Eugen Hoyos | 2017-10-29 | 1 | -1/+4 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | avfilter/vf_palettegen: Fix leak and simplify code | Michael Niedermayer | 2017-01-21 | 1 | -9/+4 |
* | avfilter/vf_palettegen: add mode for generating palette for each input frame | Paul B Mahol | 2016-09-07 | 1 | -4/+21 |
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparators | Ganesh Ajjanagadde | 2015-11-03 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+4 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/palettegen: use AV_OPT_TYPE_BOOL for reserve_transparent option | Clément Bœsch | 2015-09-09 | 1 | -1/+1 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -2/+3 |
* | avfilter/palettegen: make sure at least one frame was sent to the filter | Clément Bœsch | 2015-03-15 | 1 | -1/+1 |
* | avfilter/palettegen: fix frame mem leak | Clément Bœsch | 2015-02-27 | 1 | -1/+1 |
* | avfilter/palettegen: use AV_QSORT() | Clément Bœsch | 2015-02-26 | 1 | -1/+3 |
* | avfilter/palettegen: consistently use the same frame for dimensions | Clément Bœsch | 2015-02-26 | 1 | -1/+1 |