72 Commits (66d5e43b9909804511a3e1fb65f6f0bbb0264eb3)

Author SHA1 Message Date
  Jarek Samic 5b5746b1e0 lavfi: modify avfilter_get_matrix to support separate scale factors 5 years ago
  Jun Zhao 5a3ce4a92b lavfi/deshake: fix deshake crash issue. 6 years ago
  Carl Eugen Hoyos cbbefc05b1 lavfi/deshake: Check alignment before calling asm init function. 7 years ago
  Mark Thompson 3650cb2dfa lavu,lavfi,ffmpeg: Remove experimental OpenCL API 7 years ago
  Michael Niedermayer 15b2c37d5e avfilter/vf_deshake: Free out AVFrame on error 8 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Clément Bœsch 90cd02059b lavfi/deshake: use FF_CEIL_RSHIFT() 9 years ago
  Ganesh Ajjanagadde 92e483f8ed all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
  Ganesh Ajjanagadde 7910a2c269 avfilter/vf_deshake: replace qsort with AV_QSORT 9 years ago
  Ganesh Ajjanagadde 2ee51ef259 avfilter/vf_deshake: use a void * comparator for consistency 9 years ago
  Clément Bœsch 97692ef1ba avfilter/deshake: use AV_OPT_TYPE_BOOL for opencl option 9 years ago
  Clément Bœsch fd682b1892 avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
  Andreas Cadhalpun 739f179dd6 vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion 10 years ago
  Reimar Döffinger 098af26067 vf_deshake: Avoid doing a malloc+free for every single frame. 10 years ago
  Reimar Döffinger 4ea8406e38 vf_deshake: reduce stack usage. 10 years ago
  Clément Bœsch def03d3439 avfilter/deshake: remove avcodec dependency 10 years ago
  Michael Niedermayer c0a586d9d5 reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump 10 years ago
  Michael Niedermayer be55518fdb avfilter/vf_deshake: Use av_malloc_array() 11 years ago
  Michael Niedermayer f364101144 avfilter/vf_deshake: fix macro () 11 years ago
  Michael Niedermayer 6b79ef00fd avfilter/vf_deshake: dont pass the wrong context into the SAD functions 11 years ago
  Michael Niedermayer 73734282e0 avfilter/vf_deshake: fix loss of precission with odd resolutions 11 years ago
  Michael Niedermayer 728bb910ec avfilter/vf_deshake: fix block_contrast() lower brightness value 11 years ago
  Lenny Wang 2779b7b30a avfilter/deshake 11 years ago
  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