index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_palettegen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
avfilter/palettegen: use a logging context for the dupped color warning
Clément Bœsch
2015-02-26
1
-3
/
+4
*
avfilter/palettegen: export color quantization ratio
Clément Bœsch
2015-02-26
1
-2
/
+13
*
avfilter/palettegen: move longest variable to a local scope
Clément Bœsch
2015-02-25
1
-2
/
+1
*
avfilter/palette{gen,use}: add Copyright
Clément Bœsch
2015-02-23
1
-0
/
+2
*
avfilter/palettegen: raise cache size from 64k to 512k
Clément Bœsch
2015-02-19
1
-1
/
+1
*
avfilter/palettegen: fix leak in case of error
Clément Bœsch
2015-02-18
1
-1
/
+4
*
avfilter: add palettegen filter
Clément Bœsch
2015-02-14
1
-0
/
+547