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-07-13lavfi/showwaves: fix floating exception with >8 channelsPaul B Mahol1-1/+1
2013-04-29lavfi/showwaves: fix crash in case of negative linesizePaul B Mahol1-1/+2
2013-04-11lavfi/showwaves: switch to an AVOptions-based system.Clément Bœsch3-26/+11
2013-03-20lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol1-18/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-01-25lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini1-6/+9
2013-01-25lavfi/showwaves: add display mode option and mode=lineStefano Sabatini3-4/+42
2013-01-22lavfi/showwaves: fix check on showwaves->outpicrefStefano Sabatini1-1/+1
2013-01-21avf_showwaves: fix null pointer dereferenceMichael Niedermayer1-0/+1
2012-11-29lavfi/show{spectrum,waves}: use ff_filter_frame().Clément Bœsch2-6/+2
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer41-134/+134
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-11-06lavfi/showwaves: return error in case of allocation failure in filter_samples()Stefano Sabatini1-0/+2
2012-11-06lavfi/showwaves: simplify check in filter_samples()Stefano Sabatini1-1/+1
2012-11-05lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONEPaul B Mahol4-8/+8
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini30-224/+291
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch23-87/+29
2012-07-23lavfi/showwaves: do not set on outlink->out_buf the sent video frameStefano Sabatini1-1/+0
2012-07-23lavfi: change "transmedia" into "multimedia".Nicolas George4-7/+7
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini23-24/+24
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-339/+648
2012-07-07lavfi: do not pass opaque field to init functionsStefano Sabatini8-8/+8
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-06-23showwaves: fix PTS computation.Nicolas George1-1/+4
2012-06-23showwaves: fix first sample of frame test.Nicolas George1-1/+1
2012-06-22lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini27-204/+58
2012-06-20lavfi: add showwaves filterStefano Sabatini6-1/+311