summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAge
* deshake: variable used uninitializedRay Simard2012-01-21
* vf_deshake: remove unused variable totalanglesRay Simard2012-01-13
* vf_deshake: zero-init Transform structs in end_frame()Ray Simard2012-01-13
* Use an int MotionVector for find_block_motion.Reimar Döffinger2012-01-12
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* deshake: limit deshake to specific area to search for motion vectors.Paul Flinders2011-10-20
* vf_deshake: Fix cast discards qualifiers from pointer target type warning.Michael Niedermayer2011-10-19
* deshake: simplify filename check.Clément Bœsch2011-10-04
* deshake: misc style fixes.Clément Bœsch2011-10-04
* deshake: move angles from stack to heap.Michael Niedermayer2011-10-04
* deshake: Allow specifying the filename for statistics and disable them by def...Michael Niedermayer2011-10-04
* deshake: remove non const staticMichael Niedermayer2011-10-04
* doxygen: remove a few @file parameters.Clément Bœsch2011-10-04
* deshake: fix doxygen comments.Clément Bœsch2011-10-04
* deshake: nicer looking defaultsMichael Niedermayer2011-10-04
* libavfilter: add deshake filterdanielgtaylor2011-10-04