5 Commits (ae2b51acd2ac8c3714092b33c00c519d76a4cb4d)

Author SHA1 Message Date
  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
  Clément Bœsch 0852648301 lavfi/select/scene: fix potential overread. 12 years ago
  Clément Bœsch dff826b4a8 lavfi/select/scene: move out convoluted sad variable init from loop. 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
  Clément Bœsch 2f39d7ff3f lavfi/select: make lavc dependency optional. 13 years ago
  Clément Bœsch b89c16e73e lavfi/select: make sure avctx is set before closing it. 12 years ago
  Nicolas George 469d07a0e4 vf_select: require AV_PERM_PRESERVE. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
  Anton Khirnov 80e4ed279b vf_select: avoid an unnecessary avfilter_ref_buffer(). 13 years ago
  Anton Khirnov 3825b52688 lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors 13 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 13 years ago
  Anton Khirnov 07bad27810 lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Clément Bœsch 44be67595d lavfi/select: use exported dsputil_init function. 13 years ago
  Clément Bœsch 13a7bd70c8 lavfi/select: 10l: llabs -> fabs after switching types. 13 years ago
  Clément Bœsch 72868144e5 lavfi/select: add scene detection. 13 years ago
  Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
  Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
  Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
  Nicolas George 1a3fa3ab2c vf_select: remove mathematical constants now redundant. 13 years ago
  Stefano Sabatini d763fb7d47 lavfi: add select filter 14 years ago
  Stefano Sabatini fe3cad0e9e vf_select: reindent after the previous commit 13 years ago
  William Yu 30ea0e47b5 vf_select: add NULL-checks in uninit 13 years ago
  Stefano Sabatini 43fab7aafc vf_select: check for isnan when setting t from pts 13 years ago
  William Yu 298fccad21 vf_select: set start_t if undefined 13 years ago
  Stefano Sabatini 07586b68a8 lavfi: add select filter 14 years ago