316 Commits (c6ae7f64a09e3bb7f73dbb8971c59fbd9f56fce3)

Author SHA1 Message Date
  Nicolas George 69d67fb622 lavfi: reindent after last commit. 12 years ago
  Nicolas George 79d8cfacf0 lavfi: loop on request_frame if necessary. 12 years ago
  Nicolas George befbcc374d lavfi: add common code to handle options parsing. 12 years ago
  Anton Khirnov 556aab8f11 lavfi: use designated initializers in avfilter_class 12 years ago
  Clément Bœsch df5be5e275 lavfi/avfilter: raise filter_frame() error. 12 years ago
  Michael Niedermayer 212b89f8b4 avfilter: remove unused variable 12 years ago
  Michael Niedermayer f963c77856 avfilter: avoid direct access to "frame"->channels 12 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
  Michael Niedermayer 3c14c82b7e avfilter: Silence warning: passing argument 3 of av_image_copy from incompatible pointer type 12 years ago
  Stefano Sabatini e47114d545 lavfi: increment max number of registered filters from 128 to 256 12 years ago
  Xi Wang eb553096e5 lavfi: fix null checking in avfilter_config_links() 12 years ago
  Nicolas George ff6b34009d lavfi: fix use-after-free in ff_filter_frame. 12 years ago
  Nicolas George 82541d8330 lavfi: merge all filtering code into ff_filter_frame. 12 years ago
  Michael Niedermayer c0c0b19644 lavfi: remove some draw_slice related code that has become unneeded 12 years ago
  Nicolas George 0146c1f0f1 lavfi: remove init and check of rate and layout. 12 years ago
  Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
  Michael Niedermayer 3ed483cdfa libavfilter: Support using filter_frame for video 12 years ago
  Michael Niedermayer f6dd145533 avfilter: check that filter_frame and slice variants are not both used 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
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
  Stefano Sabatini 34bf06a35c lavfi: when configuring a link, set channel layout from previous link if unspecified 12 years ago
  Nicolas George c2271fa7f9 lavfi: free partial audio buffers when destroying links. 12 years ago
  Nicolas George beeba9161a lavfi: add a closed field to AVFilerLink. 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Stefano Sabatini 5c0d8bc4ce lavfi: add avfilter_get_class() and iteration callbacks 12 years ago
  Diego Biurrun 49c45a2624 avfilter: Fix printf format string conversion specifier 13 years ago
  Nicolas George d06bfda07e lavfi: rescale link->current_pts. 13 years ago
  Stefano Sabatini 21d5609826 lavfi: add init_opaque callback 13 years ago
  Nicolas George 0689d5e17a lavfi: implement samples framing on links. 13 years ago
  Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
  Anton Khirnov 1961e46c15 lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft 13 years ago
  Anton Khirnov 5e88b96f37 lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft 13 years ago
  Anton Khirnov 205e90249a lavfi: use proper FF_API guards for different deprecated functions 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Nicolas George bd9939f495 lavfi: display pad type with mismatch error message. 13 years ago
  Michael Niedermayer 0412e5187e lavfi/avfilter: use av_assert 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 84b9fbe055 lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). 13 years ago
  Stefano Sabatini 134815a030 lavfi: change name of tracing functions and of the macro which enables them 13 years ago
  Alex Converse 65a80ee1ec avfilter: Log an error if avfilter fails to configure a link. 13 years ago
  Stefano Sabatini ee1748ab53 lavfi: fix signature for default_filter_name() 13 years ago
  Nicolas George 7b42036b3b lavfi: add a frame_rate field to AVFilterLink. 13 years ago
  Stefano Sabatini ad347bf459 lavfi: remove avfilter_default_item_name() from public API 13 years ago
  Stefano Sabatini 1488c4dc0b lavfi: move tracing utilities definition from video.c to avfilter.c 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago