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-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-06-25vf_drawbox: give all v_log() a contextMichael Niedermayer1-1/+1
2013-06-25vf_drawbox: avoid declaration in for() argumentsMichael Niedermayer1-1/+2
2013-06-25enabled expressions on x, y, w, h and t parameters for drawgrid and drawbox, ...Mark Visser2-27/+209
2013-06-14drawbox: Respect thickness parameterJean Delvare2-7/+7
2013-05-19lavfi/drawgrid: fix drawgrid options after 4c205f42c86Stefano Sabatini1-4/+4
2013-05-17Merge commit '4c205f42c86ccefa093c59434669af34ad14a52b'Michael Niedermayer3-10/+10
2013-05-17vf_drawbox: make config_props work properly when called multiple times.Anton Khirnov1-5/+5
2013-05-16lavfi/drawbox: restore verbal form for drawbox options descriptionsStefano Sabatini1-11/+11
2013-05-16lavfi: factorize drawgrid and drawbox codeStefano Sabatini4-214/+119
2013-05-16Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer3-253/+255
2013-05-16vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov1-24/+24
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch25-61/+52
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit '335c31293baec6e6cf5907bd29840af3de8ff735'Michael Niedermayer3-29/+22
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_drawbox: switch to an AVOptions-based system.Anton Khirnov2-13/+25
2013-03-20lavi/vf_drawbox: use standard options parsing.Nicolas George1-15/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2012-12-21lavfi: declare arrays that never change as static constPaul B Mahol15-20/+20
2012-11-28vf_drawbox: switch to filter frameAnton Khirnov1-12/+9
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-11-06vf_drawbox: dont move uninitialized and then unused colors aroundMichael Niedermayer1-4/+6
2012-10-31lavfi/drawbox: add "width" and "height" aliases for "w" and "h" optionsStefano Sabatini3-3/+6
2012-10-31lavfi/drawbox: add thickness optionStefano Sabatini3-8/+19
2012-10-31lavfi/drawbox: remove some unnecessary parenthesesStefano Sabatini1-3/+3
2012-10-31lavfi/drawbox: reindent after previous commitStefano Sabatini1-9/+9
2012-10-31lavfi/drawbox: implement color=invert modeStefano Sabatini3-3/+15
2012-10-30lavfi/drawbox: extend syntax, accept named optionsStefano Sabatini3-14/+46
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-17vf_drawtext: fix permissions.Nicolas George1-2/+1
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 draw_slice().Anton Khirnov30-72/+128
2012-07-21lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje47-517/+523
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-135/+169
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
[next]