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-08-25avfilter/graphparser: fix use of deprecated symbolsMichael Niedermayer1-1/+1
2013-08-03avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer1-4/+6
2013-07-09avfilter/graphparse: Fix build with --enable-incompatible-fork-abiMichael Niedermayer1-1/+1
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini8-34/+80
2013-05-01Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer2-1/+10
2013-04-30graphparser: only print filter arguments if they are non-NULLAnton Khirnov1-1/+4
2013-04-12lavfi: fix forgotten chunk in eb0f774d.Clément Bœsch1-2/+2
2013-04-11Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer7-3/+41
2013-04-11Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer5-10/+32
2013-04-11Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer7-21/+86
2013-04-11Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer13-263/+259
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov7-3/+33
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-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov13-163/+161
2013-04-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-7/+8
2013-04-03avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2-2/+8
2013-03-16Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer7-30/+42
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov5-20/+32
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger23-52/+47
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2012-10-26Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer8-141/+199
2012-10-25avfilter: fix graphparser memleaks on error pathsJanne Grunau1-9/+15
2012-10-21avfilter_graph_parse: add support for parsing sws_flagsMichael Niedermayer1-0/+3
2012-10-21lavfi/graphparser: fix parsing error in case of NULL sws_opts additionStefano Sabatini1-1/+2
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-06-26Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer12-388/+9
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov4-20/+6
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-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-241/+228
2012-04-17Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer11-415/+924
2012-04-16graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov1-2/+3
2012-04-15graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov1-1/+1
2012-04-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-439/+730
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini6-20/+42
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov2-1/+36
2012-04-14graphparser: fix the order of connecting unlabeled links.Anton Khirnov1-3/+7
2012-04-14graphparser: add avfilter_graph_parse2().Anton Khirnov2-39/+141
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini4-5/+5
2011-09-28graphparser: prefer void * over AVClass * for log contextsStefano Sabatini1-7/+7
2011-08-30libavfilter/graphparser: Avoid spaces in filter instance names.Michael Niedermayer1-1/+1
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-626/+941
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun10-35/+41
2011-07-10graphparser: simplify condition in avfilter_graph_parse()Stefano Sabatini2-2/+2
2011-07-06graphparser: clarify comments in avfilter_graph_parse()Stefano Sabatini1-2/+2
2011-07-06graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph...Stefano Sabatini1-24/+30
[next]