summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_deshake: check rxMichael Niedermayer2013-05-181-0/+5
* deshake: fix off by 2 errorMichael Niedermayer2013-04-151-2/+2
* vf_deshake: Fix crash with r*=64Michael Niedermayer2013-04-151-3/+5
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-141-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-111-7/+0
* vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos2013-04-031-3/+3
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-021-57/+60
* lavfi/deshake: use standard options parsing.Clément Bœsch2013-03-241-15/+7
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-101-1/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+8
* lavfi/deshake: support named options.Clément Bœsch2013-03-051-33/+51
* vf_deshake: fix strict aliassing errorsMichael Niedermayer2012-12-291-4/+4
* lavfi/deshake: remove usage of link->cur_buf.Clément Bœsch2012-12-261-1/+0
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* lavfi/deshake: small align prettifying.Clément Bœsch2012-12-061-7/+5
* lavfi/deshake: switch inverted comments.Clément Bœsch2012-12-061-3/+3
* lavfi/deshake: remove unecessary check before unref.Clément Bœsch2012-12-061-2/+1
* lavfi/deshake: switch to filter_frame.Clément Bœsch2012-12-061-13/+13
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-12/+22
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-2/+2
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-4/+4
* vf_deshake: fix permissions.Nicolas George2012-08-171-1/+1
* vf_deshake: set cur_buf to NULL.Nicolas George2012-07-231-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-3/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-1/+0
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi/deshake: fix crash in uninit()Stefano Sabatini2012-06-211-1/+2
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-3/+5
* 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