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-17Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer3-17/+28
2013-05-17vf_setdar: make config_props work properly when called multiple times.Anton Khirnov1-13/+15
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-16vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov1-12/+12
2013-04-18lavfi/vf_aspect: improve compatibility of parsing.Nicolas George1-12/+17
2013-04-17lavfi/aspect: apply hot fix for NUM:DEN syntaxStefano Sabatini1-1/+1
2013-04-17lavfi/setdar: fix num/den swapping in log messageStefano Sabatini1-1/+1
2013-04-17lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init fieldStefano Sabatini1-4/+0
2013-04-17lavfi/aspect: extend verbose feedback, show old SAR and DAR valuesStefano Sabatini1-5/+23
2013-04-17lavfi/aspect: restore ratio parsingStefano Sabatini1-14/+19
2013-04-16lavfi/aspect: fix weird copyright noticeStefano Sabatini1-1/+1
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-11lavfi/aspect: fix d2q convert in init.Clément Bœsch1-1/+1
2013-04-11lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch4-52/+42
2013-04-10Merge commit '62dcdb028cc84845fd263bb09304c4c6500bda7a'Michael Niedermayer4-96/+90
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_aspect: switch to an AVOptions-based system.Anton Khirnov2-46/+87
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-02-20avfilter: fix segfault with setsar/darMichael Niedermayer1-1/+1
2012-11-28vf_aspect: switch to filter_frameAnton Khirnov1-8/+5
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-22vf_aspect: unbreak avoption systemMichael Niedermayer1-1/+1
2012-10-22lavfi/aspect: add max optionStefano Sabatini3-3/+18
2012-10-22lavfi/aspect: extend syntax for the setdar and setsar filtersStefano Sabatini3-17/+85
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-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 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-20vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov1-0/+1
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
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: remove request/poll and drawing functions from public API on next bumpAnton Khirnov45-176/+235
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
[next]