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-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2-5/+5
2013-07-26lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2-13/+13
2013-07-26lavfi/buffersrc: remove unused item from BufferSourceContextPaul B Mahol1-1/+0
2013-05-04lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2-4/+8
2013-04-17lavfi/buffersrc: fix failed requests count.Nicolas George1-0/+2
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-12abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer2-6/+1
2013-04-12buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer2-6/+1
2013-04-11lavfi/buffersrc: update for compatibility with the fork.Nicolas George2-86/+69
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09buffersrc: switch to an AVOptions-based system.Anton Khirnov2-53/+55
2013-03-20Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer2-4/+4
2013-03-19buffersrc: fix a typo.Anton Khirnov1-1/+1
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2-4/+4
2013-03-18buffersrc: fix w/h errorMichael Niedermayer1-1/+1
2013-03-17Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2-75/+86
2013-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-4/+4
2013-03-17lavfi/buffersrc: disable deprecated warnings.Nicolas George1-0/+6
2013-03-17lavfi/buffersrc: check channel count changes.Nicolas George1-3/+3
2013-03-17lavfi/buffersrc: set channel layout if it is known.Nicolas George1-0/+3
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2-4/+4
2013-03-16lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2-6/+6
2013-03-13lavfi/buffersrc: raise filter_frame() error.Clément Bœsch1-5/+1
2013-03-10lavfi/buffersrc: do not dereference NULL frame.Nicolas George1-2/+2
2013-03-10lavfi/buffersrc: implement flags.Nicolas George2-15/+50
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-02-21lavfi/buffersrc: set channel layout if it is known.Nicolas George1-0/+4
2013-01-31lavfi/buffersrc: forward filter_frame errors.Nicolas George1-4/+1
2013-01-26lavfi/buffersrc: accept unknown channel layouts.Nicolas George2-1/+31
2012-12-20lavfi/buffersrc: remove init of rate and layout.Nicolas George1-2/+0
2012-11-29buffersrc: switch to filter_frameAnton Khirnov1-14/+1
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-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer84-319/+323
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles78-103/+99
2012-10-16libavfilter/buffersrc: Do not fail hard on changes of input parameters.Michael Niedermayer1-2/+1
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-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer26-53/+54
2012-09-17buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2-2/+2
[next]