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_deshake.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vf_deshake: try to fix memleak
Michael Niedermayer
2012-02-29
1
-0
/
+2
*
deshake: variable used uninitialized
Ray Simard
2012-01-21
1
-8
/
+9
*
vf_deshake: remove unused variable totalangles
Ray Simard
2012-01-13
1
-9
/
+0
*
vf_deshake: zero-init Transform structs in end_frame()
Ray Simard
2012-01-13
1
-2
/
+1
*
Use an int MotionVector for find_block_motion.
Reimar Döffinger
2012-01-12
1
-4
/
+9
*
Mark AVFilterPad[] compound literals as const.
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
deshake: limit deshake to specific area to search for motion vectors.
Paul Flinders
2011-10-20
1
-4
/
+44
*
vf_deshake: Fix cast discards qualifiers from pointer target type warning.
Michael Niedermayer
2011-10-19
1
-4
/
+2
*
deshake: simplify filename check.
Clément Bœsch
2011-10-04
1
-1
/
+1
*
deshake: misc style fixes.
Clément Bœsch
2011-10-04
1
-7
/
+7
*
deshake: move angles from stack to heap.
Michael Niedermayer
2011-10-04
1
-1
/
+2
*
deshake: Allow specifying the filename for statistics and disable them by def...
Michael Niedermayer
2011-10-04
1
-7
/
+14
*
deshake: remove non const static
Michael Niedermayer
2011-10-04
1
-18
/
+11
*
doxygen: remove a few @file parameters.
Clément Bœsch
2011-10-04
1
-1
/
+1
*
deshake: fix doxygen comments.
Clément Bœsch
2011-10-04
1
-17
/
+17
*
deshake: nicer looking defaults
Michael Niedermayer
2011-10-04
1
-1
/
+1
*
libavfilter: add deshake filter
danielgtaylor
2011-10-04
1
-0
/
+521