summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer18-30/+30
2013-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-15/+69
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov8-15/+69
2013-09-15avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol2-8/+22
2013-08-16avfilter: remove ff_copy_int*_listMichael Niedermayer2-26/+0
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-08-01Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'Michael Niedermayer2-0/+6
2013-07-31avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun2-0/+6
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer11-14/+447
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov11-1/+445
2013-04-11Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer5-10/+32
2013-04-11Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer7-21/+86
2013-04-11lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov5-7/+31
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov7-20/+83
2013-04-03lavfi: loop on request_frame if necessary.Nicolas George3-2/+40
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-01-05internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer1-23/+0
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer3-34/+5
2012-11-28libavfilter: update doxy for filter_frameMichael Niedermayer2-9/+9
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer5-11/+50
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-10-31lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch2-4/+4
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-09-27lavfi/sink_buffer: implement libav compatibility API.Nicolas George3-9/+115
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov26-76/+126
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov30-72/+128
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov26-99/+209
2012-07-20lavfi: add FF_*LINK_IDX convenience macros.Nicolas George1-0/+8
2012-07-20lavfi: make copy_buffer_ref common.Nicolas George3-39/+43
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
2012-06-22lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini27-204/+58
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov6-64/+79
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov13-64/+94
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov39-6/+179
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini4-21/+27
2012-06-10libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer3-9/+12
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
2012-06-05lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini3-40/+46
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov45-176/+235
2012-06-05lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov5-33/+66
2012-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer13-133/+231
2012-06-04avfiltergraph: make some functions static.Anton Khirnov2-29/+22
[next]