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
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-12lavfi: deprecate aconvert.Clément Bœsch
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-16Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-02-24avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer
2013-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2012-11-26avfiltergraph: add aresample_swr_optsMichael Niedermayer
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