summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAge
* lavfi/deshake: support named options.Clément Bœsch2013-03-05
* vf_deshake: fix strict aliassing errorsMichael Niedermayer2012-12-29
* lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-26
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* lavfi/deshake: small align prettifying.Clément Bœsch2012-12-06
* lavfi/deshake: switch inverted comments.Clément Bœsch2012-12-06
* lavfi/deshake: remove unecessary check before unref.Clément Bœsch2012-12-06
* lavfi/deshake: switch to filter_frame.Clément Bœsch2012-12-06
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-20
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* vf_deshake: fix permissions.Nicolas George2012-08-17
* vf_deshake: set cur_buf to NULL.Nicolas George2012-07-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* lavfi/deshake: fix crash in uninit()Stefano Sabatini2012-06-21
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* vf_deshake: try to fix memleakMichael Niedermayer2012-02-29
* 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