Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-08-05lavfi/fifo: fix flushing when using request_samplesAnton Khirnov
2013-04-22afifo: fix request_samples on the last frame in certain casesAnton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-22lavfi: allow audio filters to request a given number of samples.Anton Khirnov
2012-06-21lavfi/fifo: add audio version of the fifo filter.Anton Khirnov
2012-06-21fifo: fix parenthesis placement.Anton Khirnov
2012-06-21lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov