Commit History

Author SHA1 Message Date
  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
  Stefano Sabatini 64abd375ec graphparser: prefer void * over AVClass * for log contexts 13 years ago
  Michael Niedermayer cc2b4e889d libavfilter/graphparser: Avoid spaces in filter instance names. 13 years ago
  Michael Niedermayer 5dc6bd86f0 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 13 years ago
  Stefano Sabatini 2420763638 graphparser: simplify condition in avfilter_graph_parse() 13 years ago
  Stefano Sabatini 6ce05bc73c graphparser: clarify comments in avfilter_graph_parse() 13 years ago
  Stefano Sabatini df8c675f48 graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph_parse() 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 13 years ago
  Stefano Sabatini 8055433b49 graphparser: add missing NULL check in avfilter_graph_parse() 13 years ago
  Stefano Sabatini c535494268 avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
  Stefano Sabatini 6119b23a36 avfiltergraph: change the syntax of avfilter_graph_parse() 13 years ago
  Stefano Sabatini 86909dd5f7 graphparser: prefer void * over AVClass * for log contexts 13 years ago
  Stefano Sabatini d468ed0321 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
  Stefano Sabatini f80b381bfd graphparser: add a NULL check on the argument passed to strstr 13 years ago
  Stefano Sabatini 2f86e7bd12 graphparser: add a NULL check on the argument passed to strstr 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Stefano Sabatini c68be8e135 Make avfilter_graph_parse() not free the input graph 13 years ago
  Stefano Sabatini e8e5dde779 Make avfilter_graph_parse() not free the input graph 13 years ago
  Stefano Sabatini 3bf3fc0e54 Add the word "Parsed" in the parsed filter names. 13 years ago
  Stefano Sabatini 9241cd2095 Make avfilter_parse_graph() output a more meaningful message when an 14 years ago
  Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
  Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
  Stefano Sabatini 668673f10c Add missing check on the existence of an associated output pad for 14 years ago
  Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
  Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
  Stefano Sabatini 55b2a9ba3b Extend documentation for parse_filter(). 14 years ago
  Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
  Stefano Sabatini c24f76b948 Make avfilter_graph_parse() always return meaningful error codes. 14 years ago
  Stefano Sabatini 0cc8b65950 Make parse_outputs() always return meaningful error codes. 14 years ago
  Stefano Sabatini 00b3ca3c7a Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash. 14 years ago
  Stefano Sabatini 42e7f6d781 Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the 14 years ago
  Stefano Sabatini fbd97184f8 Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash. 14 years ago
  Stefano Sabatini ed581e65e2 Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context. 14 years ago