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-06-13avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2011-06-13avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini
2011-06-11lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-06Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-02-04Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-01-13Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
2010-11-13Prefix with "ff_" the functions:Stefano Sabatini
2010-11-08Remove graphparser.h header, move AVFilterInOut andStefano Sabatini
2010-11-04Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini
2010-11-04Implement avfilter_graph_alloc().Stefano Sabatini
2010-10-16Add avfilter_graph_config().Stefano Sabatini
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-12Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.Stefano Sabatini
2010-01-10Add a log context to avfilter_graph_config_links().Stefano Sabatini
2009-05-31Implement avfilter_graph_config_links().Stefano Sabatini
2009-05-14Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini
2009-02-27Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini
2009-02-24Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini
2009-01-26Implement avfilter_graph_check_validity().Stefano Sabatini
2008-12-27Fix and extend documentation for avfilter_graph_get_filter().Stefano Sabatini
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-04-05Handle av_realloc() failureVitor Sessak
2008-04-05Remove declaration of nonexisting functionVitor Sessak
2008-04-05I should not have merged the graph parser with the graphVitor Sessak
2008-04-05Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak
2008-04-05Move mess (to be removed) to where it is actually used.Vitor Sessak
2008-04-05Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak
2008-04-05Rename variable GraphContext -> AVFilterGraphVitor Sessak
2008-04-05Remove avfilter_vf_graphVitor Sessak
2008-04-05Remove more leftovers from the old parserVitor Sessak
2008-04-05Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak
2008-04-05Remove declaration of non-existing functionsVitor Sessak
2008-04-05Almost from scratch rewrite of filter parser.Vitor Sessak
2008-04-05Remove ugly forward declarationVitor Sessak
2008-04-05Spelling and puctuationVitor Sessak
2008-04-05Make comment match codeVitor Sessak
2008-04-05Make multiple inclusion guard adhere to conventionVitor Sessak
2008-04-05Use a filter graph description for creating simple chain graphs so weVitor Sessak
2008-04-05Make filter graph description parsing code independent of the code toVitor Sessak
2008-04-05Rewrite colorspace negotiation.Vitor Sessak
2008-04-05Allow creation of filter graphs from a graph description structure whichVitor Sessak
2008-04-05Separate the process of creating links between filters from that of configuringVitor Sessak
2008-04-05Make the filter graph just another normal filter.Vitor Sessak
2008-04-05Allow code to pass data to filters it creates.Vitor Sessak
2008-04-05Move simple filter chain loading code over to the filter graph.Vitor Sessak