summaryrefslogtreecommitdiff
path: root/libavfilter/vf_framerate.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_framerate: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_framerate: fix infinite loop with 1-frame inputMarton Balint2020-12-27
* Revert "avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use i...Marton Balint2020-05-15
* avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use it firstLimin Wang2020-05-14
* avfilter/vf_framerate: remove duplicate code with macro-based functionLimin Wang2019-09-28
* avfilter/vf_framerate: refine the filter_slice code for better readiablityLimin Wang2019-09-28
* avfilter/vf_framerate: limit the scene level max rangeLimin Wang2019-09-28
* avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ...Marton Balint2018-11-11
* avfilter/vf_framerate: switch to activateMarton Balint2018-09-09
* avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint2018-01-28
* avfilter/vf_framerate: change blend factor precisionMarton Balint2018-01-28
* avfilter/vf_framerate: factorize blend functions and unify filter_sliceMarton Balint2018-01-28
* avfilter/vf_framerate: unify luma and chroma blendingMarton Balint2018-01-28
* avfilter/vf_framerate: simplify filterMarton Balint2018-01-12
* avfilter/vf_framerate: calculate interpolation as integerMarton Balint2018-01-04
* avfilter/vf_framerate: fix scene score with negative linesizeMarton Balint2017-12-21
* avfilter/vf_framerate: do not calculate scene change score multiple times for...Marton Balint2017-12-21
* avfilter/vf_framerate: fix scene change detection scoreMarton Balint2017-12-21
* avfilter/vf_framerate: factorize get_scene_scoreMarton Balint2017-12-21
* avfilter/vf_framerate: factorize blend_framesMarton Balint2017-12-21
* avfilter/vf_framerate: add threaded blending operationsMarton Balint2017-12-21
* avfilter/vf_framerate: always request input if no output is provided in reque...Marton Balint2017-04-12
* lavf/vf_framerate: Fix frame leak when increasing framerate.Alexis Ballier2017-03-16
* avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde2015-10-22
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/vf_framerate: fix frame leak at uninitPaul B Mahol2015-09-12
* avfilter/vf_framerate: unbreak flushingPaul B Mahol2015-09-12
* avfilter/vf_framerate: calculate delta from scaled pts instead of unscaledPaul B Mahol2015-09-12
* avfilter/vf_framerate: highbit depth supportPaul B Mahol2015-09-12
* avfilter: add framerate video filterPaul B Mahol2015-08-27