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
2019-10-11avfilter/vf_signalstats: fix stack buffer overflowPaul B Mahol
2018-12-13lavfi/signalstats: Cast the return value of AV_RN16() to int.Carl Eugen Hoyos
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-08-14avfilter/vf_signalstats: fix saturation calculation for >8 bitPaul B Mahol
2016-08-13avfilter/vf_signalstats: measure video bitdepthPaul B Mahol
2016-08-13avfilter/vf_signalstats: add >8 bit depth supportPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-22avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption a...Michael Niedermayer
2014-12-06avfilter/vf_signalstats: fix avframe leak on errorMichael Niedermayer
2014-11-26avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diffClément Bœsch
2014-11-26avfilter/signalstats: localize a few variablesClément Bœsch
2014-11-26avfilter/signalstats: add threading in compute_sat_hue_metricsClément Bœsch
2014-11-26avfilter/signalstats: isolate sat hue computation metrics in a functionClément Bœsch
2014-11-26avfilter/signalstats: add slice threading for subfiltersClément Bœsch
2014-11-26avfilter/signalstats: fix repitition/repetition typoClément Bœsch
2014-11-26avfilter/signalstats: reindent after previous commitClément Bœsch
2014-11-26avfilter/signalstats: integrate height loop into subfiltersClément Bœsch
2014-11-26avfilter/signalstats: remove pointless sub filter init systemClément Bœsch
2014-11-26avfilter/signalstats: fix different buffers for out frame if burn is enabledClément Bœsch
2014-09-27avfilter/signalstats: add more pixel formatsPaul B Mahol
2014-08-31lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger
2014-06-11avfilter: add signalstats filterClément Bœsch