index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_paletteuse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
avfilter/vf_paletteuse: silence warning about misaligned indentation
Paul B Mahol
2017-04-10
1
-1
/
+1
*
Fix all -Wformat warnings raised by DJGPP
Clément Bœsch
2017-03-29
1
-2
/
+2
*
lavfi: split frame_count between input and output.
Nicolas George
2016-11-13
1
-1
/
+1
*
avfilter/vf_paletteuse: add option to use new palette for each output frame
Paul B Mahol
2016-09-07
1
-1
/
+12
*
avfilter/vf_paletteuse: enable skip_initial_unpaired
Michael Niedermayer
2016-06-26
1
-0
/
+1
*
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-3
/
+5
*
avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy option
Clément Bœsch
2015-09-09
1
-2
/
+2
*
Replace av_dlog with ff_dlog.
Ronald S. Bultje
2015-08-18
1
-1
/
+2
*
avfilter/vf_paletteuse: indent fix after 7ccc5848
Clément Bœsch
2015-03-05
1
-8
/
+8
*
avfilter/vf_paletteuse: Use int where AVERROR can be returned
Michael Niedermayer
2015-03-05
1
-3
/
+3
*
avfilter/paletteuse: use AV_QSORT()
Clément Bœsch
2015-02-26
1
-1
/
+4
*
avfilter/palette{gen,use}: add Copyright
Clément Bœsch
2015-02-23
1
-0
/
+2
*
avfilter/paletteuse: add diff_mode
Clément Bœsch
2015-02-23
1
-13
/
+138
*
avfilter/paletteuse: fix error dithering accuracy
Clément Bœsch
2015-02-23
1
-3
/
+3
*
avfilter/paletteuse: fix leak in case of error
Clément Bœsch
2015-02-18
1
-1
/
+5
*
avfilter/paletteuse: raise cache size from 64k to 512k
Clément Bœsch
2015-02-17
1
-1
/
+1
*
avfilter: add paletteuse filter
Clément Bœsch
2015-02-14
1
-0
/
+937