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-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-05-12lavfi/select: unbreak compatibility with older PICT_TYPE syntaxPaul B Mahol1-0/+20
2013-05-10lavfi/select: set forgotten VAR_PICT_TYPE_BIPaul B Mahol1-0/+1
2013-04-22lavfi: add frame counter into AVFilterLink and use it in filters.Clément Bœsch15-33/+27
2013-04-17lavfi/select: factorize options definition between select and aselectStefano Sabatini1-19/+12
2013-04-17lavfi/select: add support for dynamic number of outputsStefano Sabatini3-30/+61
2013-04-17lavfi/select: make select_frame() return voidStefano Sabatini1-5/+3
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch5-3/+9
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11avfilter/f_select: use AVFrame metadata accessor functionMichael Niedermayer1-1/+1
2013-04-11lavfi/aselect: switch to an AVOptions-based system.Clément Bœsch3-4/+2
2013-04-10Merge commit '95f1f56a21bc2f824af6fb97ca7ab35cdd0c401e'Michael Niedermayer3-21/+30
2013-03-24lavfi/select: use standard options parsing.Clément Bœsch1-8/+4
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-02-07lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini1-1/+3
2013-02-07lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini1-4/+4
2012-12-20lavfi/select: fix compilation with avcodec disabled.Clément Bœsch1-2/+8
2012-12-12lavfi/select: assign NAN to ignored valuesStefano Sabatini1-2/+9
2012-12-12lavfi/select: add support to optionsStefano Sabatini3-14/+76
2012-12-12lavfi/select: in select_frame(), rename picref -> refStefano Sabatini1-14/+14
2012-12-12lavfi: mv vf_select.c -> f_select.cStefano Sabatini3-136/+136