21 Commits (fd10a6e2f21f9cadc44a0415e204ea82940cd089)

Author SHA1 Message Date
  Paul B Mahol ed93ed5ee3 avfilter: don't anonymously typedef structs 8 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Nicolas George 63f7bee752 lavfi/vf_mpdecimate: remove request_frame(). 9 years ago
  Michael Niedermayer 997de2e810 avfilter/vf_mpdecimate: Add missing emms_c() 9 years ago
  Paul B Mahol 96953e2ef6 avfilter/vf_mpdecimate: remove packed formats 10 years ago
  Peter Cordes 3ad3529b56 avfilter/vf_mpdecimate: add comment about 8x8 SAD 10 years ago
  Peter Cordes 6590acf0fd avfilter/vf_mpdecimate: support more pixel formats, including GBRP 10 years ago
  Peter Cordes 50f112c915 avfilter/vf_mpdecimate: debug logging of threshold stats 10 years ago
  Peter Cordes fb1be6303d avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_pixelutils_get_sad_fn() 10 years ago
  Michael Niedermayer ba54512a10 avfilter/vf_mpdecimate: Fix missing () 10 years ago
  Clément Bœsch fd682b1892 avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
  Clément Bœsch 164b7ccf21 avfilter/mp_decimate: remove avcodec dependency 10 years ago
  Michael Niedermayer c0a586d9d5 reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump 10 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol b077d8d908 avfilter: remove redundant .get_(audio/video)_buffer initializations 11 years ago
  Clément Bœsch 50e66726a2 lavfi: use ceil right shift for chroma width/height. 12 years ago
  Clément Bœsch 1e3104cd3c Add avpriv_dsputil_init() and use it in lavfi where relevant. 12 years ago
  Clément Bœsch ab0ad6eccf lavfi: rename decimate to mpdecimate. 12 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
  Stefano Sabatini cff8f91ddf lavfi/decimate: switch to an AVOption-based system 12 years ago
  Clément Bœsch 29667a2c20 decimate: check for avctx ptr before closing. 12 years ago
  Nicolas George 40ecd44f00 lavfi/vf_decimate: use standard options parsing. 12 years ago
  Stefano Sabatini a2a1e20fa2 lavfi/decimate: use named options 12 years ago
  Clément Bœsch 5673a0102a lavfi/decimate: remove usage of link->cur_buf. 12 years ago
  Stefano Sabatini 3d72820722 lavfi/decimate: switch to ff_filter_frame() API 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
  Stefano Sabatini 9dd3d6c72a lavfi: port decimate libmpcodecs filter 13 years ago