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-05-16vf_libopencv: 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_libopencv: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
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-08-16Add missing includes for code relying on external librariesMartin Storsjö
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
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-10vf_libopencv: add missing headers.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-18vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini
2011-06-20ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-12-26Add erode libopencv filter.Stefano Sabatini
2010-12-26Add dilate libopencv filter.Stefano Sabatini
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-09-25Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini
2010-09-16Cosmetics: fix weird align.Stefano Sabatini
2010-09-16Use <> for system headers inclusion.Stefano Sabatini
2010-09-16Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini
2010-09-14Implement libopencv smooth filter.Stefano Sabatini