summaryrefslogtreecommitdiffstats
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer2013-04-121-1/+2
|\
| * lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-111-1/+2
* | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer2013-04-121-4/+4
|\ \ | |/
| * lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-111-4/+4
* | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer2013-04-121-7/+2
|\ \ | |/
| * lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-7/+2
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-111-1/+0
|\ \ | |/
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-031-2/+2
|\ \ | |/
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-031-1/+2
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-161-6/+6
|\ \ | |/
| * avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-161-4/+4
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+0
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+0
* | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer2012-10-261-9/+15
|\ \ | |/
| * avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-251-9/+15
* | avfilter_graph_parse: add support for parsing sws_flagsMichael Niedermayer2012-10-221-0/+3
* | lavfi/graphparser: fix parsing error in case of NULL sws_opts additionStefano Sabatini2012-10-211-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-271-14/+7
|\ \ | |/
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-261-13/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-2/+2
|\ \ | |/
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-171-2/+3
|\ \ | |/
| * graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-161-2/+3
* | Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer2012-04-171-1/+1
|\ \ | |/
| * graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-141-12/+192
|\ \ | |/
| * avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-141-15/+20
| * graphparser: allow specifying sws flags in the graph description.Anton Khirnov2012-04-141-0/+29
| * graphparser: fix the order of connecting unlabeled links.Anton Khirnov2012-04-141-3/+7
| * graphparser: add avfilter_graph_parse2().Anton Khirnov2012-04-141-34/+102
| * lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-281-1/+1
| * graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-281-7/+7
* | libavfilter/graphparser: Avoid spaces in filter instance names.Michael Niedermayer2011-08-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-0/+2
|\ \ | |/
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-0/+2
* | graphparser: simplify condition in avfilter_graph_parse()Stefano Sabatini2011-07-101-1/+1
* | graphparser: clarify comments in avfilter_graph_parse()Stefano Sabatini2011-07-071-2/+2
* | graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph...Stefano Sabatini2011-07-071-24/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+1
|\ \ | |/
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-1/+1
| * graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-251-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-041-1/+3
* | graphparser: add missing NULL check in avfilter_graph_parse()Stefano Sabatini2011-06-181-1/+1
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-121-9/+14
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-121-10/+10
* | graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-06-121-7/+7
OpenPOWER on IntegriCloud