Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-03vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis
2018-01-03vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis
2017-11-13lavfi/paletteuse: check get_color return valueTimo Rothenpieler
2017-10-28lavfi/paletteuse: fix debug_kdtree after aba926e7dClément Bœsch
2017-10-28lavfi/paletteuse: fix debug_mean_error after aba926e7dClément Bœsch
2017-10-28lavfi/paletteuse: fix debug_accuracy after aba926e7dClément Bœsch
2017-10-28lavfi/paletteuse: simplify color get function prototypesClément Bœsch
2017-10-28lavfi/paletteuse: move "new" option before debugging optionsClément Bœsch
2017-10-28lavfi/paletteuse: fix to support transparencyBjorn Roche
2017-10-07lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-08-29lavfi/vf_paletteuse: convert to framesync2.Nicolas George
2017-04-10avfilter/vf_paletteuse: silence warning about misaligned indentationPaul B Mahol
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-09-07avfilter/vf_paletteuse: add option to use new palette for each output framePaul B Mahol
2016-06-26avfilter/vf_paletteuse: enable skip_initial_unpairedMichael Niedermayer
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-09avfilter/paletteuse: use AV_OPT_TYPE_BOOL for mean_err and debug_accuracy optionClément Bœsch
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-03-05avfilter/vf_paletteuse: indent fix after 7ccc5848Clément Bœsch
2015-03-05avfilter/vf_paletteuse: Use int where AVERROR can be returnedMichael Niedermayer
2015-02-26avfilter/paletteuse: use AV_QSORT()Clément Bœsch
2015-02-23avfilter/palette{gen,use}: add CopyrightClément Bœsch
2015-02-23avfilter/paletteuse: add diff_modeClément Bœsch
2015-02-23avfilter/paletteuse: fix error dithering accuracyClément Bœsch
2015-02-18avfilter/paletteuse: fix leak in case of errorClément Bœsch
2015-02-17avfilter/paletteuse: raise cache size from 64k to 512kClément Bœsch
2015-02-14avfilter: add paletteuse filterClément Bœsch