summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov56-69/+69
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2012-11-28vsink_nullsink: switch to filter_frameAnton Khirnov1-8/+3
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer60-564/+1158
2012-10-10lavfi: convert input/ouput list compound literals to named objectsMans Rullgard51-556/+1146
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer26-53/+54
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard15-18/+21
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov26-76/+126
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov26-99/+209
2012-07-21lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje47-517/+523
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov39-6/+179
2011-11-05Mark AVFilterPad[] compound literals as const.Reimar Döffinger54-123/+123
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-09-24Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini7-8/+8
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram16-65/+65
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-01-16Implement null video sink.Stefano Sabatini5-1/+60