48 Commits (6bb99757b780144d9fa27cdce09d3621e1a0ed43)

Author SHA1 Message Date
Anton Khirnov b3dd30db0b lavfi: pass the hw frames context through the filter chain 9 years ago
Anton Khirnov c084d6d2cf buffersrc: default SAR to 0 (unknown) rather than 1 9 years ago
Anton Khirnov fb25d99b0a buffersrc: do not discard the error from ff_filter_frame() 9 years ago
Nicolas George 61fb67dcb2 buffersrc: accept the frame rate as argument. 9 years ago
Vittorio Giovara dc54c78c4d buffersrc: Improve initialization log message 9 years ago
Vittorio Giovara f6974fe651 lavfi: Drop deprecated AVFilterBuffer* code 9 years ago
Federico Tomassetti 8eb57dc9d5 buffersrc: Use the correct deallocation function 10 years ago
Federico Tomassetti 617814b4a7 buffersrc: Fix resource leak on error 10 years ago
Anton Khirnov b03b2d86aa buffersrc: avoid using AV_PIX_FMT_NB 11 years ago
Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
Anton Khirnov 104a97beaf buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly 11 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Hendrik Leppkes 779e6c2b98 lavfi: add attribute_align_arg to all public entry points 11 years ago
Hendrik Leppkes 20c86571cc lavfi: let gcc realign the stack on public graph driving functions 12 years ago
Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov d28cb84989 buffersrc: switch to an AVOptions-based system. 12 years ago
Anton Khirnov 6599b087de buffersrc: fix a typo. 12 years ago
Anton Khirnov c977039e58 lavc, lavfi: fix counting number of planes in AVBufferRef wrappers 12 years ago
Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 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
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 4e48aa8656 buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() 12 years ago
Mans Rullgard 1fce361d70 lavfi: replace empty input/output lists with null pointers 12 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational 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ö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov a8a2271fe0 buffersrc: check ff_get_audio_buffer() for errors. 12 years ago
Anton Khirnov 8f3a3ce730 lavfi: check all ff_get_video_buffer() calls for errors. 12 years ago
Anton Khirnov 785fa50f0b buffersrc: avoid creating unnecessary buffer reference 12 years ago
Anton Khirnov 3825b52688 lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors 12 years ago
Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
Anton Khirnov 0b3b958135 lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft 13 years ago
Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
Anton Khirnov 4c66c40718 lavfi: add an audio buffer source. 13 years ago
Anton Khirnov 720c6b78d1 buffersrc: add av_buffersrc_write_frame(). 13 years ago
Anton Khirnov 8b05e13df3 buffersrc: fix invalid read in uninit if the fifo hasn't been allocated 13 years ago
Anton Khirnov fad729fa50 lavfi: rename vsrc_buffer.c to buffersrc.c 13 years ago
Nicolas George 5cb4f1a127 vsrc_buffer: return EAGAIN if no frame is available. 13 years ago
Anton Khirnov 7bf9e3391f vsrc_buffer: fix check from 7ae7c41. 13 years ago