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-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
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-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
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-11-30Extend the frei0r filter syntax.Stefano Sabatini
2010-11-30Implement frei0r source.Stefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-26Fix crash in uninit.Stefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-13Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini
2010-11-02Fix timestamp handling in more filters after the change which set theStefano Sabatini
2010-10-03Use SLIBSUF instead of .so, as a more generic dynamic library suffix.VĂ­ctor Paesa
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-24Remove unnecessary av_strdup() and av_free().Stefano Sabatini
2010-09-24Add frei0r filter.Stefano Sabatini