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-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol3-3/+3
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-07-04lavfi/crop: support more pixel formatsPaul B Mahol2-27/+79
2013-05-17Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer3-17/+28
2013-05-17vf_crop: make config_props work properly when called multiple times.Anton Khirnov1-0/+3
2013-05-16Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer3-61/+65
2013-05-16Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer3-135/+141
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-16vf_crop: cosmetics, break linesAnton Khirnov1-3/+7
2013-05-16vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov1-73/+79
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-168/+204
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov23-178/+214
2013-04-22lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch15-33/+27
2013-04-12lavfi/crop: log pos in debug messageStefano Sabatini1-3/+3
2013-04-12lavfi/crop: restore pos constant, and fix "t" variable misplacement in variab...Stefano Sabatini2-0/+7
2013-04-11lavfi: remove double .priv_class initializersPaul B Mahol3-4/+0
2013-04-10Merge commit 'fba0156af77b11ec99edf4ee8f511b7aaa6b1891'Michael Niedermayer3-32/+32
2013-04-09vf_crop: switch to an AVOptions-based system.Anton Khirnov2-26/+50
2013-03-20lavfi/vf_crop: use standard options parsing.Nicolas George1-13/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-02-02lavfi/crop: fix help message for the keep_aspect optionStefano Sabatini1-1/+1
2012-12-16lavfi/crop: free x and y parsed expression objectsStefano Sabatini1-0/+3
2012-12-15lavfi/crop: add support to option parsingStefano Sabatini3-44/+75
2012-11-28vf_crop: switch to filter_frameAnton Khirnov1-48/+17
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer25-61/+76
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov29-61/+76
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 remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer55-710/+732
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov26-76/+126
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov30-72/+128
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-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-65/+33
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov17-20/+5
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-135/+169
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-26lavfi: make filters less verbose.Anton Khirnov26-38/+37
[next]