index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_nnedi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/internal: Move avpriv-file API to a header of its own
Andreas Rheinhardt
2022-09-03
1
-1
/
+1
*
Switch uses of av_fopen_utf8 to avpriv_fopen_utf8
Martin Storsjö
2022-05-23
1
-1
/
+1
*
avfilter/vf_nnedi: set frame_rate only when needed
Paul B Mahol
2022-04-30
1
-2
/
+4
*
avfilter: Reindentation after query_formats changes
Andreas Rheinhardt
2021-10-05
1
-25
/
+25
*
avfilter/vf_nnedi: 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
*
Remove unnecessary avassert.h inclusions
Andreas Rheinhardt
2021-07-22
1
-1
/
+0
*
avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frame
Kacper Michajłow
2021-07-16
1
-1
/
+1
*
avfilter/vf_nnedi: fix time base for large denominators
Paul B Mahol
2021-07-16
1
-2
/
+1
*
avfilter: Constify all AVFilters
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avfilter/vf_nnedi: Fix use of uninitialized value
Andreas Rheinhardt
2021-03-10
1
-1
/
+1
*
avfilter/vf_nnedi: Fix segfault when prescreening is disabled
Andreas Rheinhardt
2021-01-24
1
-2
/
+2
*
avfilter/vf_nnedi: fix memleak at eof and simplify frame handling
Paul B Mahol
2021-01-20
1
-89
/
+37
*
avfilter/vf_nnedi: small improvements
Paul B Mahol
2021-01-20
1
-8
/
+13
*
avfilter/vf_nnedi: unbreak nsize=0:nns=0 output
Paul B Mahol
2021-01-19
1
-5
/
+5
*
avfilter/vf_nnedi: simplify code even more
Paul B Mahol
2021-01-19
1
-69
/
+82
*
avfilter/vf_nnedi: small cleanups
Paul B Mahol
2021-01-19
1
-44
/
+39
*
avfilter/vf_nnedi: fix some compilation errors and warnings
Paul B Mahol
2021-01-19
1
-27
/
+27
*
avfilter/vf_nnedi: rewrite and cleanup code
Paul B Mahol
2021-01-18
1
-767
/
+768
*
avfilter/vf_nnedi: use av_fopen_utf8()
Paul B Mahol
2020-09-07
1
-1
/
+1
*
avfilter/vf_nnedi: fix possible double free
Paul B Mahol
2019-10-07
1
-1
/
+1
*
lavfi/nnedi: Fix a compilation warning.
Carl Eugen Hoyos
2016-02-23
1
-1
/
+1
*
lavfi/nnedi: Fix a memleak.
Carl Eugen Hoyos
2016-02-23
1
-0
/
+1
*
avfilter/vf_nnedi: Simplify away some trivial mem*()
Michael Niedermayer
2016-02-11
1
-7
/
+2
*
avfilter/vf_nnedi: Fix memleak
Michael Niedermayer
2016-02-10
1
-1
/
+1
*
avfilter/vf_nnedi: fix ISO C90 warnings
Paul B Mahol
2016-02-03
1
-12
/
+16
*
avfilter: add nnedi filter
Paul B Mahol
2016-02-01
1
-0
/
+1211