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-08-31libavfilter/graphparser: Avoid spaces in filter instance names.Michael Niedermayer
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-10graphparser: simplify condition in avfilter_graph_parse()Stefano Sabatini
2011-07-07graphparser: clarify comments in avfilter_graph_parse()Stefano Sabatini
2011-07-07graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph...Stefano Sabatini
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-06-18graphparser: add missing NULL check in avfilter_graph_parse()Stefano Sabatini
2011-06-13avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2011-06-13avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini
2011-06-13graphparser: prefer void * over AVClass * for log contextsStefano Sabatini
2011-06-11lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-04-26graphparser: add a NULL check on the argument passed to strstrStefano Sabatini
2011-03-31graphparser: add a NULL check on the argument passed to strstrStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-06Make avfilter_graph_parse() not free the input graphStefano Sabatini
2011-02-04Make 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