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
2012-07-20vf_gradfun: don't store two pointers to one AVFilterBufferRef.Anton Khirnov
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-02vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.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-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-05-17Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-12-19Fix crash in gradfun:end_frame() when inpic == outpic, so it has to beStefano Sabatini
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L