14 Commits (c4ef6a3e4ba50b7e3746a46b51c2f8d16e8cba7b)

Author SHA1 Message Date
  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