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-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-08-04lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-05-15avfiltergraph: simplify inserting conversion filters.Anton Khirnov
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov
2013-04-11lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov
2013-04-11lavfi: add AVFilterContext.graph.Anton Khirnov
2013-04-11lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-04-04avfiltergraph: set deprecated filter_count.Anton Khirnov
2013-04-03avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov
2013-03-16avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-17avfiltergraph: silence an uninitialized variable warningAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-27lavfi: better channel layout negotiationJustin Ruggles
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