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
2012-10-26Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer
2012-10-25avfilter: fix graphparser memleaks on error pathsJanne Grunau
2012-10-22avfilter_graph_parse: add support for parsing sws_flagsMichael Niedermayer
2012-10-21lavfi/graphparser: fix parsing error in case of NULL sws_opts additionStefano Sabatini
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer
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-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-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