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-06-26avfiltergraph: shut up uninitialized variable warning.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-13avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov
2012-06-13lavfi: allow building without swscale.Anton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-06-04avfiltergraph: make some functions static.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-14avfiltergraph: reindentAnton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-12lavfi: autoinsert resample filter when necessary.Anton Khirnov
2012-04-01avfiltergraph: try to reduce format conversions in filters.Anton Khirnov
2012-04-01avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-09-28avfiltergraph: use meaningful error codesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-28Fix style nits in avfiltergraph.c.Stefano Sabatini
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-13Prefix with "ff_" the functions:Stefano Sabatini
2010-11-08Rename avfilter_destroy() as avfilter_free().Stefano 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-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-04-19Fix leak in avfilter_graph_add_filter().Stefano Sabatini
2010-04-14Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini
2010-01-13Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini
2010-01-10Make query_formats() increment the scaler_count after each scalerStefano Sabatini
2010-01-10Add a log context to avfilter_graph_config_links().Stefano Sabatini
2009-05-31Implement avfilter_graph_config_links().Stefano 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-04-05Handle av_realloc() failureVitor Sessak
2008-04-05Use sizeof(var) instead of sizeof(type)Vitor Sessak
2008-04-05Give a more meaningful instance name to auto-inserted scalerVitor Sessak
2008-04-05Merge two ifsVitor Sessak
2008-04-05Remove unused checkVitor Sessak
2008-04-05Cosmetical: alignmentVitor Sessak
2008-04-05Remove some unwanted todosVitor Sessak
2008-04-05I should not have merged the graph parser with the graphVitor Sessak
2008-04-05Replace consume_char() function by *(*buf)++Vitor Sessak
2008-04-05Add backslash '\' support to the parserVitor Sessak
2008-04-05Remove AVFilterGraphDesc struct.Vitor Sessak