215 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  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
  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
  Alex Converse 65a80ee1ec avfilter: Log an error if avfilter fails to configure a link. 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
  Mina Nagy Zaki 88c3b87bd8 lavfi: deprecate default config_props() callback and refactor avfilter_config_links() 13 years ago
  Diego Biurrun 91791ac2ed avfilter: Move ff_get_ref_perms_string() to where it is used. 13 years ago
  Anton Khirnov 4a1ac8c43f lavfi: move buffer management function to a separate file. 13 years ago
  Anton Khirnov c5432d3ca4 lavfi: move video-related functions to a separate file. 13 years ago
  Anton Khirnov ff1f51a8aa lavfi: add channel layout/sample rate negotiation. 13 years ago
  Anton Khirnov 0b45334a58 lavfi: move audio-related functions to a separate file. 13 years ago
  Anton Khirnov 472fb3bbfa lavfi: remove some audio-related function from public API. 13 years ago
  Stefano Sabatini 7ef0adcc2e lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
  Stefano Sabatini e727bca392 lavfi: cleanup avfilter_get_audio_buffer() and pals. 14 years ago
  Stefano Sabatini 1b8c9271bd lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). 14 years ago
  Anton Khirnov 9453c9e1de lavfi: add extended_data to AVFilterBuffer. 13 years ago
  Anton Khirnov ab165047a6 lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame 13 years ago
  Anton Khirnov 8134fafe9b lavfi: uninline avfilter_copy_buffer_ref_props(). 13 years ago
  Anton Khirnov 0bbd874743 lavfi: support audio in avfilter_copy_frame_props(). 13 years ago
  Stefano Sabatini 1c9e340d35 lavfi: add avfilter_copy_frame_props() 14 years ago
  Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
  Alex Converse 0d7a16a946 avfilter: Don't copy garbage from the stack when setting up video pictures. 13 years ago
  Diego Biurrun d6e0729b24 avfilter: Surround function only used in debug mode by appropriate #ifdef. 14 years ago
  Stefano Sabatini 5dc65a3d03 lavfi: print key-frame and picture type information in ff_dlog_ref() 14 years ago
  Ronald S. Bultje 0699dbb847 avfilter: check malloc return values. 14 years ago
  Ronald S. Bultje f8af93ab99 avfilter: don't av_malloc(0). 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
  Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Stefano Sabatini 70c275f8c3 Make avfilter_config_links() propagate audio information of the source link if it is not explicitely set by the filter. 14 years ago
  Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 14 years ago
  Stefano Sabatini 5fce60c3a9 Log debug information in filter_samples(). 14 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
  Diego Elio Pettenò eb7ccf8f33 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
  Stefano Sabatini b1779800c4 Include libavcore/audioconvert.h, required for 14 years ago
  Stefano Sabatini 1d5b188518 Reindent. 14 years ago
  Stefano Sabatini 7986e34db0 Make ff_dprintf_link() print meaningful information for audio links. 14 years ago
  Stefano Sabatini a242ac3620 Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. 14 years ago
  Stefano Sabatini 6baf4afa99 Make avfilter_unref_buffer() accept a NULL parameter. 14 years ago
  Stefano Sabatini 891aeeee72 Check linked pads media type mismatch in avfilter_link(). 14 years ago
  Michael Niedermayer 36dc00de52 Add w,h,format back into AVFilterBuffer, these are required for direct rendering. 14 years ago
  Michael Niedermayer 0ccabeeaef Support filters and decoders that dont support negative linesizes. 14 years ago
  Stefano Sabatini fee0deb61f Fix avfilter_draw_slice() copy code with alpha planes. 14 years ago