Commit History

Author SHA1 Message Date
  Neil Birkbeck dd5d617956 avfilter/vf_idet: Fixing idet for single-frame inputs. 9 years ago
  Kevin Mitchell fdf22f973d avfilter/vf_idet: add a repeated field detection 9 years ago
  Michael Niedermayer 898635ad9e avfilter/vf_idet: use exp2() 9 years ago
  Michael Niedermayer 4bbd8f05f7 avfilter/vf_idet: use av_rescale() 9 years ago
  Michael Niedermayer 5d590d87b3 avfilter/vf_idet: fix rounding of av_dict_set_fxp() 9 years ago
  Kevin Mitchell fe6f5f2908 avfilter/vf_idet: add a "half_life" option for statistics 9 years ago
  Kevin Mitchell ae6118de19 avfilter/idet: add current frame classification to metadata 9 years ago
  Kevin Mitchell 2847843868 avfilter/idet: add metadata to "current" frame instead of "next" frame 9 years ago
  Neil Birkbeck ad5c43bb36 avfilter/vf_idet: Fixes issue with idet not flushing last frame. 9 years ago
  Kevin Mitchell ff68ceb1b5 avfilter/vf_idet: add both multiple and single frame detection metadata 9 years ago
  Kevin Mitchell 9d51bad625 avfilter/vf_idet: add counts to frame metadata 9 years ago
  Pascal Massimino 7ac6b8cfa7 avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE 9 years ago
  Pascal Massimino e3fd6a3a4e av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() 9 years ago
  skal 406a9ccffe avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line() 10 years ago
  Michael Niedermayer 325f6e0a97 Merge remote-tracking branch 'qatar/master' 10 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol a8e00cf926 avfilter: remove redundant use of AV_NE() macro 11 years ago
  Paul B Mahol c63e4e6569 lavfi/idet: remove request_frame hack 11 years ago
  Clément Bœsch 61b268eeda lavfi/idet: fix chroma subsampling with odd sizes. 11 years ago
  Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 11 years ago
  Clément Bœsch 7668b6832d lavfi/idet: switch to an AVOptions-based system. 11 years ago
  Clément Bœsch ab228f9163 lavfi/idet: use standard options parsing. 11 years ago
  Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 11 years ago
  Michael Niedermayer a05a44e205 Merge commit '7e350379f87e7f74420b4813170fe808e2313911' 11 years ago
  Michael Niedermayer cdb7a1ac63 vf_idet: adapt default scores due to bugfix 11 years ago
  Michael Niedermayer dc9edb06b0 vf_idet: Fix macro arguments sideeffect 11 years ago
  Michael Niedermayer a2349dc3f0 vf_idet: fix type of stats 11 years ago
  Clément Bœsch d155abd1fc lavfi/idet: remove unused assert include. 11 years ago
  Clément Bœsch a7f0af1b9a lavfi/idet: remove unecessary context assignment. 11 years ago
  Clément Bœsch 43cbd4406e lavfi/idet: support named parameters. 11 years ago
  Clément Bœsch 915d7487d7 lavfi/idet: remove unecessary poll_frame callback. 11 years ago
  Matthieu Bouron 4cd40ef343 lavfi/idet: switch to filter_frame API 11 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 11 years ago
  Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 11 years ago
  Michael Niedermayer 31fdf3065d vf_idet: reorder operations to avoid division by 0 11 years ago
  Michael Niedermayer 4d4f431ab7 vf_idet: zero pointers after freeing references 11 years ago
  Michael Niedermayer cac749a551 vf_idet: fix free after use 11 years ago
  Matthieu Bouron f94edfe484 vf_idet: remove some unnecessary statement and unused variable 11 years ago
  Michael Niedermayer ac627b3d38 Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 11 years ago
  Derek Buitenhuis 3fe303a27d vf_idet: Remove emms 12 years ago
  Nicolas George 5ec6ae91ba vf_idet: fix permissions. 12 years ago
  Michael Niedermayer 88beb2df98 Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer 052f4f859c Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' 12 years ago
  Michael Niedermayer 1c60088885 Merge remote-tracking branch 'qatar/master' 12 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 12 years ago
  Michael Niedermayer 98e409ecaa vf_idet: remove unused variables 12 years ago
  Michael Niedermayer 648dbae519 vf_idet: fix pointer type (const) warning 12 years ago
  Michael Niedermayer fa1f92a4f1 vf_idet: clean detected frame types based on a 4 frame history. 12 years ago
  Michael Niedermayer c59e73d2c8 vf_idet: change individual per frame statistics to debug log level. 12 years ago
  Michael Niedermayer 4d4df310f2 vf_idet: print accumulated statistics for single and multi frame detection 12 years ago