56 Commits (f3158c3f29cd24cf50a02b58201ec2cf149b51e5)

Author SHA1 Message Date
  Michael Niedermayer f240740712 avfilter/af_amix: Use av_mallocz_array() 11 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 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
  Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 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 12 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
  Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Clément Bœsch cc650cf029 Remove "Error parsing options string [...]" messages. 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
  Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 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
  Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 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
  Stefano Sabatini 0f0f3bd1e0 lavfi: use av_default_item_name() as filter private context logger 13 years ago
  Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 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