Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-17vf_deshake: fix permissions.Nicolas George
2012-07-24vf_deshake: set cur_buf to NULL.Nicolas George
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-21lavfi/deshake: fix crash in uninit()Stefano Sabatini
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-02-29vf_deshake: try to fix memleakMichael Niedermayer
2012-01-21deshake: variable used uninitializedRay Simard
2012-01-13vf_deshake: remove unused variable totalanglesRay Simard
2012-01-13vf_deshake: zero-init Transform structs in end_frame()Ray Simard
2012-01-12Use an int MotionVector for find_block_motion.Reimar Döffinger
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-20deshake: limit deshake to specific area to search for motion vectors.Paul Flinders
2011-10-19vf_deshake: Fix cast discards qualifiers from pointer target type warning.Michael Niedermayer
2011-10-04deshake: simplify filename check.Clément Bœsch
2011-10-04deshake: misc style fixes.Clément Bœsch
2011-10-04deshake: move angles from stack to heap.Michael Niedermayer
2011-10-04deshake: Allow specifying the filename for statistics and disable them by def...Michael Niedermayer
2011-10-04deshake: remove non const staticMichael Niedermayer
2011-10-04doxygen: remove a few @file parameters.Clément Bœsch
2011-10-04deshake: fix doxygen comments.Clément Bœsch
2011-10-04deshake: nicer looking defaultsMichael Niedermayer
2011-10-04libavfilter: add deshake filterdanielgtaylor