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-11-11avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ...Marton Balint
2018-09-09avfilter/vf_framerate: switch to activateMarton Balint
2018-01-28avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint
2018-01-28avfilter/vf_framerate: change blend factor precisionMarton Balint
2018-01-28avfilter/vf_framerate: factorize blend functions and unify filter_sliceMarton Balint
2018-01-28avfilter/vf_framerate: unify luma and chroma blendingMarton Balint
2018-01-13avfilter/vf_framerate: simplify filterMarton Balint
2018-01-05avfilter/vf_framerate: calculate interpolation as integerMarton Balint
2017-12-22avfilter/vf_framerate: fix scene score with negative linesizeMarton Balint
2017-12-22avfilter/vf_framerate: do not calculate scene change score multiple times for...Marton Balint
2017-12-22avfilter/vf_framerate: fix scene change detection scoreMarton Balint
2017-12-22avfilter/vf_framerate: factorize get_scene_scoreMarton Balint
2017-12-22avfilter/vf_framerate: factorize blend_framesMarton Balint
2017-12-22avfilter/vf_framerate: add threaded blending operationsMarton Balint
2017-04-12avfilter/vf_framerate: always request input if no output is provided in reque...Marton Balint
2017-03-16lavf/vf_framerate: Fix frame leak when increasing framerate.Alexis Ballier
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-12avfilter/vf_framerate: fix frame leak at uninitPaul B Mahol
2015-09-12avfilter/vf_framerate: unbreak flushingPaul B Mahol
2015-09-12avfilter/vf_framerate: calculate delta from scaled pts instead of unscaledPaul B Mahol
2015-09-12avfilter/vf_framerate: highbit depth supportPaul B Mahol
2015-08-27avfilter: add framerate video filterPaul B Mahol