summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
Commit message (Expand)AuthorAge
* avfilter: Add a header for internal generic-layer APIsAndreas Rheinhardt2024-02-18
* avfilter/avfilter: Avoid allocation for AVFilterInternalAndreas Rheinhardt2024-02-18
* lavfi/graphparser: be more verbose when filtergraph parsing failsAnton Khirnov2023-06-16
* lavfi/graphparser: use correct logging contextAnton Khirnov2023-03-10
* avfilter/graphparser: fix filter instance name when an id is providedJames Almer2023-03-06
* lavfi/graphparser: reimplement avfilter_graph_parse* using new APIAnton Khirnov2023-02-12
* lavfi: add a new filtergraph parsing APIAnton Khirnov2023-02-12
* lavfi/graphparser: drop a redundant labelAnton Khirnov2023-01-10
* lavfi/graphparser: improve applying graph-level sws optionsAnton Khirnov2023-01-10
* avfilter/graphparser: Fix memleak when linking filters failsAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Check allocations for successAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Don't set pointer to one beyond '\0' of stringAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Fix leaks when parsing inputs failsAndreas Rheinhardt2020-08-23
* lavfi/graphparser: Constify a variable.Carl Eugen Hoyos2017-10-21
* avfilter/graphparser: allow specifying filter@id as filter instanceMuhammad Faiz2017-05-19
* avfilter/graphparser: remove '\n' from parse_filterMuhammad Faiz2016-06-13
* avfilter/graphparser: add '\r' as whitespaceMuhammad Faiz2016-05-06
* fix some a/an typosLou Logan2016-03-28
* lavfi: remove old graph parser API with different semanticsHendrik Leppkes2015-09-05
* avfilter/graphparser: Do not ignore scale_sws_opts if args == NULLMichael Niedermayer2015-08-08
* Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f'Michael Niedermayer2015-02-17
|\
| * graphparser: Check av_get_token() memory errorVittorio Giovara2015-02-17
* | avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-11-22
* | avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter()Michael Niedermayer2013-11-07
* | Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c'Michael Niedermayer2013-11-07
|\|
| * avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun2013-11-06
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-19
* | avfilter/graphparser: fix use of deprecated symbolsMichael Niedermayer2013-08-25
* | avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-04
* | avfilter/graphparse: Fix build with --enable-incompatible-fork-abiMichael Niedermayer2013-07-09
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8'Michael Niedermayer2013-05-01
|\|
| * graphparser: only print filter arguments if they are non-NULLAnton Khirnov2013-04-30
* | lavfi: fix forgotten chunk in eb0f774d.Clément Bœsch2013-04-12
* | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer2013-04-12
|\|
| * lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer2013-04-12
|\|
| * lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer2013-04-12
|\|
| * lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-11
|\|
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-03
|\|
| * avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-03
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-16
|\|
| * avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer2012-10-26
|\|
| * avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-25