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-07-18lavfi/avfiltergraph: apply misc fixes to fix avfilter_graph_request_oldest() ...Stefano Sabatini
2012-07-18avfiltergraph: document a catch in request_oldest().Nicolas George
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14lavfi: add avfilter_graph_set_auto_convert().Nicolas George
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-14graphparser: add avfilter_graph_parse2().Anton Khirnov
2012-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-01avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov
2012-01-24lavfi: add avfilter_graph_dump.Nicolas George
2011-11-22graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer
2011-09-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-08-29avfilter: Add avfilter_graph_que_command()Michael Niedermayer
2011-08-29avfilter: Add command passing supportMichael Niedermayer
2011-07-07avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs pa...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-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