| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 1 | -5/+9 |
* | lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() | Anton Khirnov | 2013-08-04 | 1 | -1/+1 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+5 |
* | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 1 | -0/+50 |
* | lavfi: rename AVFilterFormats.format_count to nb_formats | Anton Khirnov | 2013-05-17 | 1 | -11/+11 |
* | avfiltergraph: simplify inserting conversion filters. | Anton Khirnov | 2013-05-15 | 1 | -6/+2 |
* | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -1/+3 |
* | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 1 | -2/+17 |
* | lavfi: add AVFilterContext.graph. | Anton Khirnov | 2013-04-11 | 1 | -0/+4 |
* | lavfi: deprecate avfilter_graph_add_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
* | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -4/+30 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | avfiltergraph: set deprecated filter_count. | Anton Khirnov | 2013-04-04 | 1 | -0/+4 |
* | avfiltergraph: check for sws opts being non-NULL before using them. | Anton Khirnov | 2013-04-03 | 1 | -1/+6 |
* | avfiltergraph: use sizeof(var) instead of sizeof(type) | Anton Khirnov | 2013-03-16 | 1 | -2/+2 |
* | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -15/+15 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+0 |
* | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -1/+7 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -5/+4 |
* | avfiltergraph: silence an uninitialized variable warning | Anton Khirnov | 2012-09-17 | 1 | -1/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | lavfi: better channel layout negotiation | Justin Ruggles | 2012-07-27 | 1 | -11/+72 |
* | avfiltergraph: shut up uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+3 |
* | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 1 | -2/+0 |
* | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 1 | -0/+40 |
* | avfiltergraph: remove a redundant call to avfilter_get_by_name(). | Anton Khirnov | 2012-06-13 | 1 | -2/+1 |
* | lavfi: allow building without swscale. | Anton Khirnov | 2012-06-13 | 1 | -2/+7 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -17/+17 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -9/+9 |
* | avfiltergraph: make some functions static. | Anton Khirnov | 2012-06-04 | 1 | -6/+22 |
* | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+1 |
* | avfiltergraph: smarter sample format selection. | Anton Khirnov | 2012-05-22 | 1 | -1/+70 |
* | avfiltergraph: reindent | Anton Khirnov | 2012-05-14 | 1 | -60/+60 |
* | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 1 | -35/+222 |
* | lavfi: autoinsert resample filter when necessary. | Anton Khirnov | 2012-05-12 | 1 | -16/+42 |
* | avfiltergraph: try to reduce format conversions in filters. | Anton Khirnov | 2012-04-01 | 1 | -1/+47 |
* | avfiltergraph: add an AVClass to AVFilterGraph on next major bump. | Anton Khirnov | 2012-04-01 | 1 | -1/+15 |
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
* | avfiltergraph: use meaningful error codes | Stefano Sabatini | 2011-09-28 | 1 | -5/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-04 | 1 | -6/+7 |
* | Make avfilter_graph_free() do nothing if graph is NULL. | Stefano Sabatini | 2011-01-12 | 1 | -0/+2 |
* | Fix style nits in avfiltergraph.c. | Stefano Sabatini | 2010-12-28 | 1 | -16/+16 |
* | Add avfilter_graph_create_filter(). | Stefano Sabatini | 2010-12-02 | 1 | -11/+27 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -2/+2 |
* | Prefix with "ff_" the functions: | Stefano Sabatini | 2010-11-13 | 1 | -6/+7 |
* | Rename avfilter_destroy() as avfilter_free(). | Stefano Sabatini | 2010-11-08 | 1 | -2/+2 |
* | Rename avfilter_graph_destroy() to avfilter_graph_free(). | Stefano Sabatini | 2010-11-04 | 1 | -1/+1 |
* | Implement avfilter_graph_alloc(). | Stefano Sabatini | 2010-11-04 | 1 | -0/+5 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -0/+13 |