70 Commits (def56677e58de9aaa516a738b6469747662ac372)

Author SHA1 Message Date
Nicolas George 1655788712 lavfi: make request_frame() non-recursive. 9 years ago
Nicolas George 108b4de552 lavfi: replace link.closed by link.status. 9 years ago
Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
Nicolas George 807d4b6355 lavfi/buffersink: loop over ff_request_frame(). 9 years ago
Clément Bœsch e73f46b105 avfilter/abuffersink: use AV_OPT_TYPE_BOOL for all_channel_counts option 9 years ago
Andreas Cadhalpun e6c20e214e avfilter: add missing FF_API_AVFILTERBUFFER guards 9 years ago
Vittorio Giovara f6974fe651 lavfi: Drop deprecated AVFilterBuffer* code 9 years ago
Andreas Cadhalpun d90fbde06a buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZE 9 years ago
Michael Niedermayer 8e3b1f259e avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_flags() 10 years ago
Lukasz Marek d15db8e413 lavfi/buffersink: use av_fifo_alloc_array 11 years ago
Lukasz Marek 70b63419ee lavfi: use av_fifo_freep 11 years ago
Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Michael Niedermayer 0f322feffd avfilter/buffersink: try to fix AV_NOPTS_VALUE 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun 966689442e buffersink: K&R formatting cosmetics 11 years ago
Hendrik Leppkes 779e6c2b98 lavfi: add attribute_align_arg to all public entry points 11 years ago
Hendrik Leppkes af2a196e66 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
Nicolas George fd7a7e11b9 lavfi/buffersink: fix possible leaks after allocation failures. 12 years ago
Nicolas George 6fbb21d685 lavfi/buffersink: factor checks for lists sizes. 12 years ago
Michael Niedermayer 4a88989254 buffersink: remove shorthand 12 years ago
Nicolas George e48ded8551 lavfi/buffersink: accept parameters as options. 12 years ago
Michael Niedermayer fd6228e657 lavfi: remove now unused args parameter from AVFilter.init and init_opaque 12 years ago
Michael Niedermayer 62f56fd7ea buffersink/uninit: use av_frame_free() not unref 12 years ago
Nicolas George 5eb273b2e7 lavfi/buffersink: check av_frame_ref() failure. 12 years ago
Hendrik Leppkes d8dccf69ff lavfi: let gcc realign the stack on public graph driving functions 12 years ago
Nicolas George c14a8c834c lavfi/buffersink: schedule removing the "ff" variants. 12 years ago
Nicolas George 9a2688826d lavfi/buffersink: rename filter structures. 12 years ago
Nicolas George 73b40e2eb6 lavfi/buffersink: move the filter structures at the end. 12 years ago
Nicolas George de54a96aa8 lavfi/buffersink: implement av_buffersink_get_samples(). 12 years ago
Nicolas George 03b87fe5e3 lavfi: rename sink_buffer.c into buffersink.c. 12 years ago
Nicolas George fa41f7ecd6 lavfi/sink_buffer: move stuff to reduce the diff. 12 years ago
Michael Niedermayer 108434a30c sink_buffer: remove unused variables 12 years ago
Clément Bœsch 96e4b00d62 lavfi: remove remaining forgotten min/rej perms. 12 years ago
Stefano Sabatini 566560b85c lavfi/abuffersink: fix weird indent and spacing 12 years ago
Stefano Sabatini b59cd089ff lavfi/abuffersink: add sample_rates field to AVABufferSinkParams 12 years ago
Nicolas George 19506af788 lavfi/sink_buffer: accept unknown channel layouts. 12 years ago
Nicolas George c36302a7a4 lavfi/sink_buffer: switch to filter_frame. 12 years ago
Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 12 years ago
Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
Paul B Mahol e870a7dd4a lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE 12 years ago
Nicolas George 9de731e9d0 lavfi/sink_buffer: implement libav compatibility API. 12 years ago
Nicolas George 8e1f063efc lavfi: enable buffersinks unconditionally. 12 years ago
Andrew Wason 225efccefc lavfi/buffersink: fix check on pixel_fmts in the opaque parameter 12 years ago
Michael Niedermayer 172161c8db sink_buffer: fix #ifs for FF-sinks 12 years ago
Michael Niedermayer e4e02a7d47 libavfilter: Support the forks ABI for buffer sinks 12 years ago
Nicolas George a0d274d228 sink_buffer: require AV_PERM_PRESERVE. 12 years ago
Michael Niedermayer dc49105c7f sink_buffer: prevent prematurely freeing of cur_buf 12 years ago