summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake.c
Commit message (Expand)AuthorAge
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-16
* vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun2014-09-18
* vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger2014-09-02
* vf_deshake: reduce stack usage.Reimar Döffinger2014-09-02
* avfilter/deshake: remove avcodec dependencyClément Bœsch2014-08-05
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-26
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
* avfilter/vf_deshake: Use av_malloc_array()Michael Niedermayer2014-07-11
* avfilter/vf_deshake: fix macro ()Michael Niedermayer2014-06-24
* avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer2014-05-03
* avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer2014-04-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer2013-10-07
* avfilter/deshakeLenny Wang2013-10-07
* avfilter/vf_deshake: check rxMichael Niedermayer2013-05-18
* deshake: fix off by 2 errorMichael Niedermayer2013-04-15
* vf_deshake: Fix crash with r*=64Michael Niedermayer2013-04-15
* Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-14
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/deshake: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* vf_deshake: Reorder constant arguments in an if() statement.Carl Eugen Hoyos2013-04-03
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-02
* lavfi/deshake: use standard options parsing.Clément Bœsch2013-03-24
* lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* 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