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
2013-03-20lavfi/buffersink: check av_frame_ref() failure.Nicolas George
2013-03-17lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes
2013-03-13lavfi/buffersink: schedule removing the "ff" variants.Nicolas George
2013-03-13lavfi/buffersink: rename filter structures.Nicolas George
2013-03-11lavfi/buffersink: move the filter structures at the end.Nicolas George
2013-03-10lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George
2013-03-10lavfi: rename sink_buffer.c into buffersink.c.Nicolas George
2013-03-10lavfi: remove buffersink.c.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29buffersink: switch to filter_frameAnton Khirnov
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-27buffersink: remove stray semicolon after function definitionMans Rullgard
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-09-27lavfi/sink_buffer: implement libav compatibility API.Nicolas George
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-01libavfilter: Support the forks ABI for buffer sinksMichael Niedermayer
2012-08-31buffersink: remove stray ;Michael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14lavfi: add an audio buffer sink.Anton Khirnov
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov