summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
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-09-21avfilter: remove duplicate includesMichael Niedermayer9-9/+0
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-07avfilter/vf_format: add .get_video_buffer backPaul B Mahol1-0/+2
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-05-27lavfi/format: make use of AVFILTER_DEFINE_CLASSPaul B Mahol1-12/+4
2013-05-18Merge commit '1dd35611433c224e2231ed7ae26b5b560863a3cb'Michael Niedermayer1-6/+8
2013-05-18Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer6-29/+29
2013-05-17vf_format: do not use the AVFilterFormats internals.Anton Khirnov1-6/+8
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov5-21/+21
2013-05-16Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8'Michael Niedermayer3-78/+76
2013-05-16vf_format: use the name 's' for the pointer to the private contextAnton Khirnov1-5/+5
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit 'e67a87eac814c7805d18c983c43033a8a1bd62af'Michael Niedermayer4-33/+95
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_(no)format: switch to an AVOptions-based system.Anton Khirnov3-10/+75
2012-11-29vf_format: switch to filter_frameAnton Khirnov1-6/+0
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-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
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 commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer55-710/+732
2012-07-21lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje47-517/+523
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov44-60/+57
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
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov35-210/+307
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-84/+361
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov21-44/+90
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-11-05Mark AVFilterPad[] compound literals as const.Reimar Döffinger54-123/+123
2011-08-23lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini4-15/+33
2011-06-19lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki29-67/+129
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini23-33/+34
2010-09-24Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini7-8/+8
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-18Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham5-84/+18
2010-03-17Allow format and noformat filters to be more completely disabled when theBobby Bingham1-0/+5
2010-03-17Cosmetics: rearrange functions to simplify ifdefferyBobby Bingham1-12/+12
2010-01-30Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt()Stefano Sabatini3-3/+6
[next]