110 Commits (f02a4408149cc911958d92b13829f37a33301a20)

Author SHA1 Message Date
Anton Khirnov b03b2d86aa buffersrc: avoid using AV_PIX_FMT_NB 11 years ago
Michael Niedermayer e951e04a4a avcodec/buffersrc: use av_mallocz_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 104a97beaf buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly 11 years ago
Stefano Sabatini cd355d4d59 lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt option 11 years ago
Stefano Sabatini 023693d786 lavfi/buffersrc: set min and max values for pix_fmt option 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 af2a196e66 lavfi: add attribute_align_arg to all public entry points 11 years ago
Paul B Mahol 2a1a599bcb lavfi/buffersrc: remove unused item from BufferSourceContext 11 years ago
Hendrik Leppkes 20c86571cc lavfi: let gcc realign the stack on public graph driving functions 12 years ago
Nicolas George e3e6aa7afb lavfi/buffersrc: fix failed requests count. 12 years ago
Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Michael Niedermayer c378ba19b5 abuffer: switch to an AVOptions-based shorthand system. 12 years ago
Michael Niedermayer 16e5e13c7e buffersrc: switch to an AVOptions-based shorthand system. 12 years ago
Nicolas George 0d58bbb28d lavfi/buffersrc: update for compatibility with the fork. 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
Michael Niedermayer 8152451b56 buffersrc: fix w/h error 12 years ago
Nicolas George a5149607df lavfi/buffersrc: disable deprecated warnings. 12 years ago
Nicolas George f29c28a884 lavfi/buffersrc: check channel count changes. 12 years ago
Nicolas George 3cd342636f lavfi/buffersrc: set channel layout if it is known. 12 years ago
Anton Khirnov 6552808014 lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers 12 years ago
Hendrik Leppkes d8dccf69ff lavfi: let gcc realign the stack on public graph driving functions 12 years ago
Clément Bœsch bdbdadbaff lavfi/buffersrc: raise filter_frame() error. 12 years ago
Nicolas George b71db3f38e lavfi/buffersrc: do not dereference NULL frame. 12 years ago
Nicolas George b0012de420 lavfi/buffersrc: implement flags. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Nicolas George 01649c79c8 lavfi/buffersrc: set channel layout if it is known. 12 years ago
Nicolas George d2ccab5f8a lavfi/buffersrc: forward filter_frame errors. 12 years ago
Nicolas George ea645e90a1 lavfi/buffersrc: accept unknown channel layouts. 12 years ago
Nicolas George 5033a1af17 lavfi/buffersrc: remove init of rate and layout. 12 years ago
Anton Khirnov 60e50dd960 buffersrc: switch to filter_frame 12 years ago
Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 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
Michael Niedermayer 6cbb8a450f libavfilter/buffersrc: Do not fail hard on changes of input parameters. 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
Nicolas George 5bbe4142d1 lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH. 12 years ago
Stefano Sabatini 42d621d131 lavfi: add priv class to filter definitions and flags to filter internal options 12 years ago