60 Commits (f3158c3f29cd24cf50a02b58201ec2cf149b51e5)

Author SHA1 Message Date
  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 12 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
  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