summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAgeFilesLines
* vf_deshake: try to fix memleakMichael Niedermayer2012-02-291-0/+2
* deshake: variable used uninitializedRay Simard2012-01-211-8/+9
* vf_deshake: remove unused variable totalanglesRay Simard2012-01-131-9/+0
* vf_deshake: zero-init Transform structs in end_frame()Ray Simard2012-01-131-2/+1
* Use an int MotionVector for find_block_motion.Reimar Döffinger2012-01-121-4/+9
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* deshake: limit deshake to specific area to search for motion vectors.Paul Flinders2011-10-201-4/+44
* vf_deshake: Fix cast discards qualifiers from pointer target type warning.Michael Niedermayer2011-10-191-4/+2
* deshake: simplify filename check.Clément Bœsch2011-10-041-1/+1
* deshake: misc style fixes.Clément Bœsch2011-10-041-7/+7
* deshake: move angles from stack to heap.Michael Niedermayer2011-10-041-1/+2
* deshake: Allow specifying the filename for statistics and disable them by def...Michael Niedermayer2011-10-041-7/+14
* deshake: remove non const staticMichael Niedermayer2011-10-041-18/+11
* doxygen: remove a few @file parameters.Clément Bœsch2011-10-041-1/+1
* deshake: fix doxygen comments.Clément Bœsch2011-10-041-17/+17
* deshake: nicer looking defaultsMichael Niedermayer2011-10-041-1/+1
* libavfilter: add deshake filterdanielgtaylor2011-10-041-0/+521
OpenPOWER on IntegriCloud