| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+12 |
* | avfilter/vf_framerate: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_framerate: fix infinite loop with 1-frame input | Marton Balint | 2020-12-27 | 1 | -1/+3 |
* | Revert "avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use i... | Marton Balint | 2020-05-15 | 1 | -11/+4 |
* | avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use it first | Limin Wang | 2020-05-14 | 1 | -4/+11 |
* | avfilter/vf_framerate: remove duplicate code with macro-based function | Limin Wang | 2019-09-28 | 1 | -32/+26 |
* | avfilter/vf_framerate: refine the filter_slice code for better readiablity | Limin Wang | 2019-09-28 | 1 | -22/+15 |
* | avfilter/vf_framerate: limit the scene level max range | Limin Wang | 2019-09-28 | 1 | -1/+1 |
* | 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 |