49 Commits (b51eae1abeab6875e619a598b6e8d4e14c1b6cfd)

Author SHA1 Message Date
  Limin Wang 548ef7a12b avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h 5 years ago
  Limin Wang ad3ef00ce5 avfilter/f_select: yuv will use Y plane only for scenecut detect 5 years ago
  Limin Wang b696caba1a avformat/f_select: add support for more pixel formats for scene change score calculations 5 years ago
  Limin Wang 53462cea2f avformat/f_select: support scenecut with more pixel formats 5 years ago
  Carl Eugen Hoyos 02b6d1dd63 lavfi/f_select: Cosmetics, move a function. 6 years ago
  Carl Eugen Hoyos e51811d215 lavfi/f_select: Fix aselect filter standalone compilation. 6 years ago
  Marton Balint 7748f395de avfilter/vf_select: use common scene sad functions 7 years ago
  Paul B Mahol 01b986cf18 avfilter/f_select: check ff_insert_outpad() for failure 7 years ago
  Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
  Nicolas George 183ce55b0d lavfi: split frame_count between input and output. 8 years ago
  Marton Balint 839eb1c77d lavfi/select: add support for concatdec_select option 9 years ago
  Nicolas George ca540fbdb4 lavfi/vf_select: remove looping on request_frame(). 9 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 37bfeca78c avfilter/select: larger pixel sad computation 10 years ago
  Clément Bœsch 10d96d8d66 avfilter/select: re-align a few comments 10 years ago
  Clément Bœsch 97478ef5fe avfilter/select: fix "t" eval variable comment 10 years ago
  Clément Bœsch eaeb61c3a6 avfilter/select: remove optional avcodec dependency 10 years ago
  Michael Niedermayer 6f622e5fcb avfilter/f_select: avoid double->int in debug output 10 years ago
  Michael Niedermayer bcbfb95b0e avfilter/f_select: Set var_values[VAR_KEY] correctly 10 years ago
  Michael Niedermayer 887d8d293f avfilter/f_select: avoid using doubles for equals checks and casts to enums 10 years ago
  Michael Niedermayer c0a586d9d5 reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump 10 years ago
  Michael Niedermayer 6bd1741231 avfilter/f_select: fix incompatible pointer type warning 11 years ago
  Michael Niedermayer 5a8ef3c66b avfilter/f_select: fix loss of precission in SAD calculation 11 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
  Paul B Mahol 91cae60ecb lavfi/select: unbreak compatibility with older PICT_TYPE syntax 12 years ago
  Paul B Mahol 4868855b13 lavfi/select: set forgotten VAR_PICT_TYPE_BI 12 years ago
  Clément Bœsch b8a5c76131 lavfi: add frame counter into AVFilterLink and use it in filters. 12 years ago
  Stefano Sabatini 8bfd878151 lavfi/select: factorize options definition between select and aselect 12 years ago
  Stefano Sabatini dcc1b32361 lavfi/select: add support for dynamic number of outputs 12 years ago
  Stefano Sabatini 565c50ac7b lavfi/select: make select_frame() return void 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
  Michael Niedermayer 865e20daf3 avfilter/f_select: use AVFrame metadata accessor function 12 years ago
  Clément Bœsch cb2327e88d lavfi/aselect: switch to an AVOptions-based system. 12 years ago
  Clément Bœsch 8b994c8c1c lavfi/select: use standard options parsing. 12 years ago
  Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 12 years ago
  Stefano Sabatini c0a4871c16 lavfi/select: correctly set prev_t and prev_pts 12 years ago
  Stefano Sabatini 872855e2a5 lavfi/select: avoid double -> int lossy conversion in debug log 12 years ago
  Clément Bœsch 174c483e2e lavfi/select: fix compilation with avcodec disabled. 12 years ago
  Stefano Sabatini 43912625e0 lavfi/select: assign NAN to ignored values 12 years ago
  Stefano Sabatini 6ba1f28008 lavfi/select: add support to options 12 years ago
  Stefano Sabatini c214cd18e2 lavfi/select: in select_frame(), rename picref -> ref 12 years ago
  Stefano Sabatini c51f090ff9 lavfi: mv vf_select.c -> f_select.c 12 years ago
  Stefano Sabatini f5461face5 lavfi: add aselect audio variant of select 12 years ago
  Stefano Sabatini 64c5fbd7de lavfi/select: remove deprecated and unused poll_frame() callback 12 years ago
  Anton Khirnov 2c3b665379 vf_select: switch to filter_frame 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Clément Bœsch de23953de2 lavfi/select: store scene score in buf ref metadata. 12 years ago
  Clément Bœsch 096d96ffda lavfi/select/scene: use pointer increments instead of y*linesize. 12 years ago