Commit History

Author SHA1 Message Date
  Hendrik Leppkes 3433228795 lavfi: remove old graph parser API with different semantics 9 years ago
  Michael Niedermayer 41e733c1ef avfilter/graphparser: Do not ignore scale_sws_opts if args == NULL 9 years ago
  Michael Niedermayer 9d5017a20c Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f' 9 years ago
  Vittorio Giovara 9d3b752fce graphparser: Check av_get_token() memory error 9 years ago
  Michael Niedermayer 9146a47600 avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memory 9 years ago
  Michael Niedermayer 175e689cc5 avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter() 11 years ago
  Michael Niedermayer ec8e68c763 Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c' 11 years ago
  Diego Biurrun cffecc0e7e avfilter/graphparser: Directly free filter memory if initialization fails 11 years ago
  Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
  Michael Niedermayer 1350a5c4d5 avfilter/graphparser: fix use of deprecated symbols 11 years ago
  Michael Niedermayer 61af627d56 avfilter/graphparser: remove 256 char limit from create_filter() 11 years ago
  Michael Niedermayer d5de123195 avfilter/graphparse: Fix build with --enable-incompatible-fork-abi 11 years ago
  Stefano Sabatini 838bd73139 lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the next bump 11 years ago
  Michael Niedermayer e41d3aba01 Merge commit 'c22263d3e813d442df8fa5f5ba8993573fe775d8' 11 years ago
  Anton Khirnov c22263d3e8 graphparser: only print filter arguments if they are non-NULL 11 years ago
  Clément Bœsch 6b5ec76283 lavfi: fix forgotten chunk in eb0f774d. 11 years ago
  Michael Niedermayer 710b0aa801 Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5' 11 years ago
  Michael Niedermayer eb0f774d4b Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0' 11 years ago
  Michael Niedermayer 86070b8e5a Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea' 11 years ago
  Michael Niedermayer 231fd4411f Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' 11 years ago
  Anton Khirnov 48a5adab62 lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 11 years ago
  Anton Khirnov 1565cbc65c lavfi: make avfilter_free() remove the filter from its graph. 11 years ago
  Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 11 years ago
  Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 11 years ago
  Michael Niedermayer d3fc2db47e Merge remote-tracking branch 'qatar/master' 11 years ago
  Anton Khirnov 6e3c13a559 avfiltergraph: check for sws opts being non-NULL before using them. 11 years ago
  Michael Niedermayer ecade984ac Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' 11 years ago
  Anton Khirnov 42c7c61ab2 avfiltergraph: replace AVFilterGraph.filter_count with nb_filters 11 years ago
  Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 11 years ago
  Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 11 years ago
  Michael Niedermayer 507f2940cc Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' 12 years ago
  Janne Grunau 285b706b55 avfilter: fix graphparser memleaks on error paths 12 years ago
  Michael Niedermayer 39747d87d0 avfilter_graph_parse: add support for parsing sws_flags 12 years ago
  Stefano Sabatini 2969abd908 lavfi/graphparser: fix parsing error in case of NULL sws_opts addition 12 years ago
  Michael Niedermayer c581cb4e4f Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Michael Niedermayer 5916bc4658 Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' 12 years ago
  Anton Khirnov 8d900aa4d0 lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 12 years ago
  Michael Niedermayer c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 12 years ago
  Michael Niedermayer 15141f939d Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer 4778783160 Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29' 12 years ago
  Anton Khirnov aff01de641 graphparser: set next to NULL on an entry extracted from inputs list 12 years ago
  Anton Khirnov 7af99a01c4 graphparser: fix the order in which unlabeled input links are returned. 12 years ago
  Michael Niedermayer 7432bcfe5a Merge remote-tracking branch 'qatar/master' 12 years ago
  Stefano Sabatini 91d3cbe0fd avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
  Anton Khirnov 12e7e1d03e graphparser: allow specifying sws flags in the graph description. 12 years ago
  Anton Khirnov 4e781c25b7 graphparser: fix the order of connecting unlabeled links. 12 years ago
  Anton Khirnov d7bcc71dad graphparser: add avfilter_graph_parse2(). 12 years ago
  Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago