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