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-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-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-10vf_libopencv: add missing headers.Anton Khirnov
2012-06-07lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini
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
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
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-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-05-20vf_libopencv: prefer opencv/cxcore.h over cxtypes.hStefano Sabatini
2011-04-21ocv: 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