| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ... | Marton Balint | 2018-11-11 | 1 | -55/+6 |
* | avfilter/vf_framerate: switch to activate | Marton Balint | 2018-09-09 | 1 | -56/+63 |
* | avfilter/vf_framerate: add SIMD functions for frame blending | Marton Balint | 2018-01-28 | 1 | -54/+16 |
* | avfilter/vf_framerate: change blend factor precision | Marton Balint | 2018-01-28 | 1 | -28/+26 |
* | avfilter/vf_framerate: factorize blend functions and unify filter_slice | Marton Balint | 2018-01-28 | 1 | -51/+57 |
* | avfilter/vf_framerate: unify luma and chroma blending | Marton Balint | 2018-01-28 | 1 | -45/+15 |
* | avfilter/vf_framerate: simplify filter | Marton Balint | 2018-01-12 | 1 | -267/+94 |
* | avfilter/vf_framerate: calculate interpolation as integer | Marton Balint | 2018-01-04 | 1 | -9/+13 |
* | avfilter/vf_framerate: fix scene score with negative linesize | Marton Balint | 2017-12-21 | 1 | -9/+9 |
* | avfilter/vf_framerate: do not calculate scene change score multiple times for... | Marton Balint | 2017-12-21 | 1 | -18/+27 |
* | avfilter/vf_framerate: fix scene change detection score | Marton Balint | 2017-12-21 | 1 | -2/+2 |
* | avfilter/vf_framerate: factorize get_scene_score | Marton Balint | 2017-12-21 | 1 | -47/+31 |
* | avfilter/vf_framerate: factorize blend_frames | Marton Balint | 2017-12-21 | 1 | -47/+7 |
* | avfilter/vf_framerate: add threaded blending operations | Marton Balint | 2017-12-21 | 1 | -77/+125 |
* | avfilter/vf_framerate: always request input if no output is provided in reque... | Marton Balint | 2017-04-12 | 1 | -16/+26 |
* | lavf/vf_framerate: Fix frame leak when increasing framerate. | Alexis Ballier | 2017-03-16 | 1 | -1/+1 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -2/+2 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/vf_framerate: fix frame leak at uninit | Paul B Mahol | 2015-09-12 | 1 | -1/+1 |
* | avfilter/vf_framerate: unbreak flushing | Paul B Mahol | 2015-09-12 | 1 | -1/+4 |
* | avfilter/vf_framerate: calculate delta from scaled pts instead of unscaled | Paul B Mahol | 2015-09-12 | 1 | -12/+7 |
* | avfilter/vf_framerate: highbit depth support | Paul B Mahol | 2015-09-12 | 1 | -69/+211 |
* | avfilter: add framerate video filter | Paul B Mahol | 2015-08-27 | 1 | -0/+592 |