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-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer11-17/+27
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun11-17/+27
2013-05-01Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'Michael Niedermayer2-25/+12
2013-04-30vf_split: fix descriptionAnton Khirnov1-1/+1
2013-04-16lavfi/split: use AVFILTER_DEFINE_CLASS to define classStefano Sabatini1-12/+4
2013-04-15lavfi/split: fix minor documentation issuesStefano Sabatini2-3/+3
2013-04-12Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer6-0/+29
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov6-0/+29
2013-04-11Merge commit '73d5d405d424c06f3f354337cfdb24794932094d'Michael Niedermayer2-11/+39
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09split: switch to an AVOptions-based system.Anton Khirnov1-11/+37
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch14-21/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2012-11-29libavfilter/split: switch to filter_frameAnton Khirnov1-59/+9
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer41-134/+134
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-22lavfi/split: handle closed outputs.Nicolas George1-4/+12
2012-08-17split: set rej_perms = AV_PERM_WRITE on outputs.Nicolas George1-0/+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: check all avfilter_ref_buffer() calls for errors.Anton Khirnov15-20/+100
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-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-339/+648
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov15-69/+136
2012-07-09asplit: don't leak the input buffer.Anton Khirnov1-0/+1
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov44-60/+57
2012-06-20lavfi/asplit: fix memleakStefano Sabatini1-0/+1
2012-06-15lavfi/split: give a more accurate description to splitStefano Sabatini1-1/+1
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov13-64/+94
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
[next]