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-03-04vf_frei0r: fix missing end of line characterVittorio Giovara
2014-03-04vf_frei0r: refactor library loading from env variableVittorio Giovara
2014-03-04vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara
2014-03-04vf_frei0r: adjust error messagesVittorio Giovara
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-17vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_frei0r: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.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: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
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