29 Commits (593886b5dd2b583657aa3fd80bb173f702c9710d)

Author SHA1 Message Date
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 12 years ago
  Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
  Anton Khirnov ac20e3ab8e af_amix: switch to an AVOptions-based system. 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
  Janne Grunau 8501c09868 af_amix: prevent memory leak on error path 12 years ago
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
  Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
  Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
  Anton Khirnov b7558ac293 af_amix: avoid spurious EAGAIN. 13 years ago
  Anton Khirnov 54bf88e65f af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output. 13 years ago
  Anton Khirnov 428b369804 af_amix: only consider negative return codes as errors. 13 years ago
  Anton Khirnov 422008ac63 amix: fix format specifier for AVFilterLink.sample_rate. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Justin Ruggles ae46fbee1d af_amix: allow float planar sample format as input 13 years ago
  Justin Ruggles f0ece49e74 af_amix: use AVFloatDSPContext.vector_fmac_scalar() 13 years ago
  Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov fa417fcd27 lavfi: make avfilter_insert_pad and pals private on next bump. 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Justin Ruggles c7bd556d48 lavfi: amix: check active input count before calling request_samples 13 years ago
  Justin Ruggles c7448c182a lavfi: add audio mix filter 13 years ago