49 Commits (b34c16a38d3e6fa02b5d39ae6ed73acf12dff92c)

Author SHA1 Message Date
  Paul B Mahol db5604ac26 avfilter/af_join: check ff_insert_inpad() for failure 7 years ago
  Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
  Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
  Nicolas George d0b82d798d lavfi/af_join: partially fix scheduling. 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Paul B Mahol f191c98e4d avfilter/af_join: swap av_mallocz_array() args for consistency with the prototype 10 years ago
  Paul B Mahol 357c6a92bc avfilter/af_join: Use av_mallocz_array() 10 years ago
  Paul B Mahol 145a84717b lavfi: check av_strdup() return value 10 years ago
  Reynaldo H. Verdejo Pinochet e3e051c42c libavfilter/af_join: avoid derreferencing possible null 10 years ago
  Luca Barbato 87efaa97ce af_join: Set the output frame format 10 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
  Paul B Mahol 162e22e144 avfilter/af_join: remove now unnecessary goto 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
  Paul B Mahol 5fe5bde60a lavfi/join: make use of AVFILTER_DEFINE_CLASS 12 years ago
  Diego Biurrun 093804a93c avfilter: Add av_cold attributes to init/uninit functions 12 years ago
  Clément Bœsch dfac37afd2 lavfi: add missing periods in filter descriptions. 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 dd7fc37c71 af_join: switch to an AVOptions-based system. 12 years ago
  Michael Niedermayer e0dd8cadcc af_join: fix channel count and format 12 years ago
  Anton Khirnov 4750b05d67 af_join: do not leak input frames. 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
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
  Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT 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 02ac7311c8 lavfi: use avfilter_unref_bufferp() where appropriate. 13 years ago
  Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
  Anton Khirnov fd2784c3b5 af_join: initialize a variable to shut up gcc warning. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov dc07fb6f7b lavfi: add join audio filter. 13 years ago