Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-06Make avfilter_graph_parse() not free the input graphStefano Sabatini
2011-01-14Add the word "Parsed" in the parsed filter names.Stefano Sabatini
2010-12-12Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-12Add missing check on the existence of an associated output pad forStefano Sabatini
2010-11-08Rename avfilter_destroy() as avfilter_free().Stefano Sabatini
2010-11-08Remove graphparser.h header, move AVFilterInOut andStefano Sabatini
2010-11-08Extend documentation for parse_filter().Stefano Sabatini
2010-11-07Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini
2010-11-07Make avfilter_graph_parse() always return meaningful error codes.Stefano Sabatini
2010-11-07Make parse_outputs() always return meaningful error codes.Stefano Sabatini
2010-11-07Add missing memory check in parse_inputs(), and fix possible (yet very unlike...Stefano Sabatini
2010-11-07Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case theStefano Sabatini
2010-11-07Add missing check in link_filter_inouts(), and fix possible (yet very unlikel...Stefano Sabatini
2010-11-07Rename the variable filter to filt_ctx in link_filter_inouts, as the variable...Stefano Sabatini
2010-11-07Make link_filter_inouts() return meaningful error codes.Stefano Sabatini
2010-11-07Change the signature of parse_filter() to make it return an error code.Stefano Sabatini
2010-11-07Change the signature of create_filter() to make it return an error code.Stefano Sabatini
2010-11-04Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-07-22Document create_filter().Stefano Sabatini
2010-07-22Add simple doxy to link_filter().Stefano Sabatini
2010-07-22Fix documentation for parse_link_name().Stefano Sabatini
2010-07-22Consistently use Uppercase for the first character of the logStefano Sabatini
2010-07-22Make link_filter() propagate the generated error code.Stefano Sabatini
2010-07-22Fix style: "if(" -> "if (".Stefano Sabatini
2010-07-03Use default graph swscale opts when no opts are suppliedBaptiste Coudurier
2010-05-16use filter name when graph parser add filtersBaptiste Coudurier
2009-12-11Make parse_filter() parsing more robust.Stefano Sabatini
2009-05-08"[" is a terminating char for the filter name. This fixes the parsing ofVitor Sessak
2009-05-01Make graphparser.c use av_get_token().Stefano Sabatini
2009-04-21Remove consume_whitespace() and replace it with direct calls toStefano Sabatini
2009-02-27Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini
2009-02-27Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini
2009-02-14Fix avfilter_parse_graph() invalid graph description detection.Stefano Sabatini
2009-01-17Print a warning and fail if the graph description cannot beStefano Sabatini
2008-12-27Change thisIsAVar variable names to this_is_a_var style, moreStefano Sabatini
2008-12-26Fix typo: ommitted -> omitted.Stefano Sabatini
2008-12-26Choose better names for the variables in create_filter().Stefano Sabatini
2008-05-25Split openLinks linked list into openInputs and openOutputsVitor Sessak
2008-05-25One more memory leakVitor Sessak
2008-05-25Cosmetical: move statementVitor Sessak
2008-05-25Plug some memory leaksVitor Sessak
2008-05-25Merge variable initialization and declarationVitor Sessak
2008-05-25CosmeticsVitor Sessak
2008-05-25Remove unnused varVitor Sessak
2008-05-25SimplifyVitor Sessak
2008-05-25Use av_mallocz instead of av_malloc to simplify some codeVitor Sessak