| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/graphparser: be more verbose when filtergraph parsing fails | Anton Khirnov | 2023-06-16 | 1 | -1/+35 |
* | lavfi/graphparser: use correct logging context | Anton Khirnov | 2023-03-10 | 1 | -1/+1 |
* | avfilter/graphparser: fix filter instance name when an id is provided | James Almer | 2023-03-06 | 1 | -3/+4 |
* | lavfi/graphparser: reimplement avfilter_graph_parse* using new API | Anton Khirnov | 2023-02-12 | 1 | -411/+126 |
* | lavfi: add a new filtergraph parsing API | Anton Khirnov | 2023-02-12 | 1 | -7/+672 |
* | lavfi/graphparser: drop a redundant label | Anton Khirnov | 2023-01-10 | 1 | -2/+2 |
* | lavfi/graphparser: improve applying graph-level sws options | Anton Khirnov | 2023-01-10 | 1 | -12/+6 |
* | avfilter/graphparser: Fix memleak when linking filters fails | Andreas Rheinhardt | 2020-08-23 | 1 | -5/+4 |
* | avfilter/graphparser: Check allocations for success | Andreas Rheinhardt | 2020-08-23 | 1 | -0/+7 |
* | avfilter/graphparser: Don't set pointer to one beyond '\0' of string | Andreas Rheinhardt | 2020-08-23 | 1 | -2/+4 |
* | avfilter/graphparser: Fix leaks when parsing inputs fails | Andreas Rheinhardt | 2020-08-23 | 1 | -1/+4 |
* | lavfi/graphparser: Constify a variable. | Carl Eugen Hoyos | 2017-10-21 | 1 | -1/+1 |
* | avfilter/graphparser: allow specifying filter@id as filter instance | Muhammad Faiz | 2017-05-19 | 1 | -5/+21 |
* | avfilter/graphparser: remove '\n' from parse_filter | Muhammad Faiz | 2016-06-13 | 1 | -2/+2 |
* | avfilter/graphparser: add '\r' as whitespace | Muhammad Faiz | 2016-05-06 | 1 | -1/+1 |
* | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | lavfi: remove old graph parser API with different semantics | Hendrik Leppkes | 2015-09-05 | 1 | -8/+0 |
* | avfilter/graphparser: Do not ignore scale_sws_opts if args == NULL | Michael Niedermayer | 2015-08-08 | 1 | -6/+9 |
* | Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f' | Michael Niedermayer | 2015-02-17 | 1 | -0/+2 |
|\ |
|
| * | graphparser: Check av_get_token() memory error | Vittorio Giovara | 2015-02-17 | 1 | -0/+2 |
* | | avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-22 | 1 | -6/+6 |
* | | avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter() | Michael Niedermayer | 2013-11-07 | 1 | -0/+1 |
* | | Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c' | Michael Niedermayer | 2013-11-07 | 1 | -0/+1 |
|\| |
|
| * | avfilter/graphparser: Directly free filter memory if initialization fails | Diego Biurrun | 2013-11-06 | 1 | -0/+1 |
* | | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 1 | -2/+2 |
* | | avfilter/graphparser: fix use of deprecated symbols | Michael Niedermayer | 2013-08-25 | 1 | -1/+1 |
* | | avfilter/graphparser: remove 256 char limit from create_filter() | Michael Niedermayer | 2013-08-04 | 1 | -4/+6 |
* | | avfilter/graphparse: Fix build with --enable-incompatible-fork-abi | Michael Niedermayer | 2013-07-09 | 1 | -1/+1 |
* | | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the... | Stefano Sabatini | 2013-07-03 | 1 | -13/+17 |
* | | Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8' | Michael Niedermayer | 2013-05-01 | 1 | -1/+4 |
|\| |
|
| * | graphparser: only print filter arguments if they are non-NULL | Anton Khirnov | 2013-04-30 | 1 | -1/+4 |
* | | lavfi: fix forgotten chunk in eb0f774d. | Clément Bœsch | 2013-04-12 | 1 | -2/+2 |
* | | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5' | Michael Niedermayer | 2013-04-12 | 1 | -1/+2 |
|\| |
|
| * | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -1/+2 |
* | | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0' | Michael Niedermayer | 2013-04-12 | 1 | -4/+4 |
|\| |
|
| * | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 1 | -4/+4 |
* | | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea' | Michael Niedermayer | 2013-04-12 | 1 | -7/+2 |
|\| |
|
| * | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -7/+2 |
* | | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | Michael Niedermayer | 2013-04-11 | 1 | -1/+0 |
|\| |
|
| * | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-03 | 1 | -2/+2 |
|\| |
|
| * | avfiltergraph: check for sws opts being non-NULL before using them. | Anton Khirnov | 2013-04-03 | 1 | -1/+2 |
* | | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' | Michael Niedermayer | 2013-03-16 | 1 | -6/+6 |
|\| |
|
| * | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -4/+4 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+0 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+0 |
* | | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' | Michael Niedermayer | 2012-10-26 | 1 | -9/+15 |
|\| |
|
| * | avfilter: fix graphparser memleaks on error paths | Janne Grunau | 2012-10-25 | 1 | -9/+15 |
* | | avfilter_graph_parse: add support for parsing sws_flags | Michael Niedermayer | 2012-10-22 | 1 | -0/+3 |
* | | lavfi/graphparser: fix parsing error in case of NULL sws_opts addition | Stefano Sabatini | 2012-10-21 | 1 | -1/+2 |