summaryrefslogtreecommitdiffstats
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/graphparser: Constify a variable.Carl Eugen Hoyos2017-10-211-1/+1
* avfilter/graphparser: allow specifying filter@id as filter instanceMuhammad Faiz2017-05-191-5/+21
* avfilter/graphparser: remove '\n' from parse_filterMuhammad Faiz2016-06-131-2/+2
* avfilter/graphparser: add '\r' as whitespaceMuhammad Faiz2016-05-061-1/+1
* fix some a/an typosLou Logan2016-03-281-1/+1
* lavfi: remove old graph parser API with different semanticsHendrik Leppkes2015-09-051-8/+0
* avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer2015-08-081-6/+9
* Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f'Michael Niedermayer2015-02-171-0/+2
|\
| * graphparser: Check av_get_token() memory errorVittorio Giovara2015-02-171-0/+2
* | avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-11-221-6/+6
* | avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter()Michael Niedermayer2013-11-071-0/+1
* | Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c'Michael Niedermayer2013-11-071-0/+1
|\ \ | |/
| * avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun2013-11-061-0/+1
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-191-2/+2
* | avfilter/graphparser: fix use of deprecated symbolsMichael Niedermayer2013-08-251-1/+1
* | avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-041-4/+6
* | avfilter/graphparse: Fix build with --enable-incompatible-fork-abiMichael Niedermayer2013-07-091-1/+1
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-031-13/+17
* | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer2013-05-011-1/+4
|\ \ | |/
| * graphparser: only print filter arguments if they are non-NULLAnton Khirnov2013-04-301-1/+4
* | lavfi: fix forgotten chunk in eb0f774d.Clément Bœsch2013-04-121-2/+2
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud