index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
vf_idet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vf_idet: remove unused variables
Michael Niedermayer
2012-05-10
1
-2
/
+0
*
vf_idet: fix pointer type (const) warning
Michael Niedermayer
2012-05-10
1
-1
/
+1
*
vf_idet: clean detected frame types based on a 4 frame history.
Michael Niedermayer
2012-04-05
1
-3
/
+28
*
vf_idet: change individual per frame statistics to debug log level.
Michael Niedermayer
2012-04-05
1
-1
/
+1
*
vf_idet: print accumulated statistics for single and multi frame detection
Michael Niedermayer
2012-04-05
1
-3
/
+10
*
vf_idet: Print both the single frame based detection and the multi frame one.
Michael Niedermayer
2012-04-05
1
-4
/
+12
*
vf_idet: Add last_type variable to make code more readable.
Michael Niedermayer
2012-04-05
1
-11
/
+13
*
vf_idet: use enum to represent the type.
Michael Niedermayer
2012-04-05
1
-14
/
+28
*
vf_idet: print accumulated statistics at end
Michael Niedermayer
2012-04-04
1
-1
/
+7
*
vf_idet: set interlaced flags
Michael Niedermayer
2012-04-04
1
-0
/
+7
*
vf_idet: fix indention
Michael Niedermayer
2012-04-04
1
-10
/
+10
*
vf_idet: move statistic variables into the context
Michael Niedermayer
2012-04-04
1
-5
/
+9
*
vf_idet: remove unused function
Michael Niedermayer
2012-04-04
1
-4
/
+0
*
vf_idet: pass context to av_log()
Michael Niedermayer
2012-04-04
1
-5
/
+5
*
libavfilter: Add interlace detect filter.
Michael Niedermayer
2012-04-04
1
-0
/
+270