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-10-09avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer1-2/+4
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-28Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer1-20/+18
2013-07-27buffersink: K&R formatting cosmeticsDiego Biurrun1-21/+19
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-05-05Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6'Michael Niedermayer1-2/+4
2013-05-04lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2-4/+8
2013-04-21lavfi/buffersink: fix possible leaks after allocation failures.Nicolas George1-5/+15
2013-04-13lavfi/buffersink: factor checks for lists sizes.Nicolas George1-22/+12
2013-04-12buffersink: remove shorthandMichael Niedermayer1-5/+0
2013-04-12lavfi/buffersink: accept parameters as options.Nicolas George2-82/+127
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-03-23buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer1-1/+1
2013-03-20lavfi/buffersink: check av_frame_ref() failure.Nicolas George1-1/+2
2013-03-16lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2-6/+6
2013-03-12lavfi/buffersink: schedule removing the "ff" variants.Nicolas George2-0/+4
2013-03-12lavfi/buffersink: rename filter structures.Nicolas George2-12/+8
2013-03-11lavfi/buffersink: move the filter structures at the end.Nicolas George1-46/+47
2013-03-10lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George1-2/+70
2013-03-10lavfi: rename sink_buffer.c into buffersink.c.Nicolas George2-1/+1
2013-03-10lavfi: remove buffersink.c.Nicolas George1-270/+0
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2012-11-29buffersink: switch to filter_frameAnton Khirnov1-4/+3
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-27buffersink: remove stray semicolon after function definitionMans Rullgard1-1/+1
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-27lavfi/sink_buffer: implement libav compatibility API.Nicolas George3-9/+115
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer26-53/+54
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard15-18/+21
2012-09-01libavfilter: Support the forks ABI for buffer sinksMichael Niedermayer3-3/+57
2012-08-31buffersink: remove stray ;Michael Niedermayer1-1/+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: 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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-339/+648
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov15-69/+136
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
[next]