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
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-12-27avfilter/vf_framerate: fix infinite loop with 1-frame inputMarton Balint
2020-05-15Revert "avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use i...Marton Balint
2020-05-14avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use it firstLimin Wang
2019-09-28avfilter/vf_framerate: remove duplicate code with macro-based functionLimin Wang
2019-09-28avfilter/vf_framerate: refine the filter_slice code for better readiablityLimin Wang
2019-09-28avfilter/vf_framerate: limit the scene level max rangeLimin Wang
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