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
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
2008-04-05Split filter graphs out into their own source & header files.Vitor Sessak