summaryrefslogtreecommitdiff
path: root/libavfilter/buffersrc.c
Commit message (Expand)AuthorAge
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-14
* buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-14
* buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-12
* buffersrc: accept the frame rate as argument.Nicolas George2015-11-09
* buffersrc: Improve initialization log messageVittorio Giovara2015-09-13
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
* buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-22
* buffersrc: Fix resource leak on errorFederico Tomassetti2015-04-19
* buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov2014-05-26
* lavfi: name anonymous structsVittorio Giovara2014-04-19
* buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov2014-01-17
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-26
* lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-04
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* buffersrc: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* buffersrc: fix a typo.Anton Khirnov2013-03-19
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2012-09-17
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov2012-07-22
* lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-22
* buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov2012-07-22
* lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* lavfi: add an audio buffer source.Anton Khirnov2012-05-14
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-14
* buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov2012-05-14
* lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov2012-05-14