45 Commits (fdccb84e3b94d3710c6aa253ccc68ad01c17cb45)

Author SHA1 Message Date
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
Stefano Sabatini a5382b50f2 lavfi/buffersink: restore possibility to pass opaque data 13 years ago
Stefano Sabatini 3e3e414fe4 lavfi/buffersink: fix doxy, remove "video" reference 13 years ago
Nicolas George 1f5c1333a7 sink_buffer: implement fixed frame size. 13 years ago
Nicolas George fcf8706ed9 sink_buffer: warn when there are too many buffers. 13 years ago
Nicolas George 784675ca91 sink_buffer: make opaque argument optional. 13 years ago
Stefano Sabatini 8dd0e87d7b lavfi: remove old video sink API 13 years ago
Michael Niedermayer 3013722c13 sink_buffer: assert that functions and sinks arent mixed 13 years ago
Paul B Mahol c9e183b490 lavfi: update some deprecated functions 13 years ago
Michael Niedermayer d35c27db63 sink_buffer: dont return void from void functions. 13 years ago
Nicolas George 283cc05938 buffersink: add av_buffersink_get_frame_rate(). 13 years ago
Nicolas George 72f3786d0f sink_buffer: guard against NULL frames. 13 years ago
Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
Nicolas George e11110dee4 buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST. 13 years ago
Stefano Sabatini 386aee6864 sink_buffer: copy list of provided formats in the context 13 years ago
Michael Niedermayer a502939d64 buffersink: Implement a poll function. 13 years ago
Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
Michael Niedermayer 514c44c4fa sink_buffer: fix typo 13 years ago
Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 13 years ago
Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 13 years ago