47 Commits (495db0e3b097924d38e297132cb15c9efe1b3e43)

Author SHA1 Message Date
  Michael Niedermayer 9f88db5df1 avfilter/vf_deshake: check rx 12 years ago
  Michael Niedermayer aba678ab9d deshake: fix off by 2 error 12 years ago
  Michael Niedermayer 3d8afb23bc vf_deshake: Fix crash with r*=64 12 years ago
  Clément Bœsch 1e3104cd3c Add avpriv_dsputil_init() and use it in lavfi where relevant. 12 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
  Clément Bœsch 9ceb7bdf6f lavfi/deshake: switch to an AVOptions-based system. 12 years ago
  Carl Eugen Hoyos 6e90d9e206 vf_deshake: Reorder constant arguments in an if() statement. 12 years ago
  highgod0401 9079359141 deshake opencl based on comments on 20130402 3rd 12 years ago
  Clément Bœsch 7edda1a935 lavfi/deshake: use standard options parsing. 12 years ago
  Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 12 years ago
  Clément Bœsch 34d0ea5247 lavfi/deshake: support named options. 12 years ago
  Michael Niedermayer 3cd137bfea vf_deshake: fix strict aliassing errors 12 years ago
  Clément Bœsch a612e86ea6 lavfi/deshake: remove usage of link->cur_buf. 12 years ago
  Paul B Mahol 185d1f3bfc lavfi: declare arrays that never change as static const 12 years ago
  Clément Bœsch eaa47e7454 lavfi/deshake: small align prettifying. 12 years ago
  Clément Bœsch 03778575b9 lavfi/deshake: switch inverted comments. 12 years ago
  Clément Bœsch 0678641b7c lavfi/deshake: remove unecessary check before unref. 12 years ago
  Clément Bœsch e7b0e83e96 lavfi/deshake: switch to filter_frame. 12 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
  Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
  Nicolas George 84923555bb vf_deshake: fix permissions. 12 years ago
  Nicolas George ddcb99bb51 vf_deshake: set cur_buf to NULL. 13 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 13 years ago
  Stefano Sabatini 1bb30d0295 lavfi/deshake: fix crash in uninit() 13 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
  Michael Niedermayer f54e06feb3 vf_deshake: try to fix memleak 13 years ago
  Ray Simard 9ec39937f9 deshake: variable used uninitialized 13 years ago
  Ray Simard 369befb41e vf_deshake: remove unused variable totalangles 13 years ago
  Ray Simard 7f6004fc74 vf_deshake: zero-init Transform structs in end_frame() 13 years ago
  Reimar Döffinger 7cbb32e461 Use an int MotionVector for find_block_motion. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Paul Flinders 9ef714328c deshake: limit deshake to specific area to search for motion vectors. 13 years ago
  Michael Niedermayer 5ed20cfeaf vf_deshake: Fix cast discards qualifiers from pointer target type warning. 13 years ago
  Clément Bœsch 073effb6e4 deshake: simplify filename check. 13 years ago
  Clément Bœsch d4005e22c3 deshake: misc style fixes. 13 years ago
  Michael Niedermayer b0f270fdef deshake: move angles from stack to heap. 13 years ago
  Michael Niedermayer 1e4da6031c deshake: Allow specifying the filename for statistics and disable them by default. 13 years ago
  Michael Niedermayer 171a5b5d36 deshake: remove non const static 13 years ago
  Clément Bœsch 1912c215e0 doxygen: remove a few @file parameters. 13 years ago
  Clément Bœsch 136093236f deshake: fix doxygen comments. 13 years ago
  Michael Niedermayer 2cdb5e1986 deshake: nicer looking defaults 13 years ago
  danielgtaylor 0cc2ed4a20 libavfilter: add deshake filter 13 years ago