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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30graphparser: only print filter arguments if they are non-NULLAnton Khirnov
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov
2013-04-11lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-04-03avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-10-25avfilter: fix graphparser memleaks on error pathsJanne Grunau
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-04-16graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov
2012-04-15graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov
2012-04-14graphparser: fix the order of connecting unlabeled links.Anton Khirnov
2012-04-14graphparser: add avfilter_graph_parse2().Anton Khirnov
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-09-28graphparser: prefer void * over AVClass * for log contextsStefano Sabatini
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-04-26graphparser: add a NULL check on the argument passed to strstrStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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