summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: better channel layout negotiationJustin Ruggles2012-07-27
* avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-26
* lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-13
* lavfi: allow building without swscale.Anton Khirnov2012-06-13
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
* avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
* avfiltergraph: reindentAnton Khirnov2012-05-14
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-14
* lavfi: autoinsert resample filter when necessary.Anton Khirnov2012-05-12
* avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-01
* avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-01
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* avfiltergraph: use meaningful error codesStefano Sabatini2011-09-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-12
* Fix style nits in avfiltergraph.c.Stefano Sabatini2010-12-28
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-02
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-13
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-08
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Fix leak in avfilter_graph_add_filter().Stefano Sabatini2010-04-18
* Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini2010-04-13
* Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini2010-01-13
* Make query_formats() increment the scaler_count after each scalerStefano Sabatini2010-01-10
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-10
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-31
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-26
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Handle av_realloc() failureVitor Sessak2008-04-04
* Use sizeof(var) instead of sizeof(type)Vitor Sessak2008-04-04
* Give a more meaningful instance name to auto-inserted scalerVitor Sessak2008-04-04
* Merge two ifsVitor Sessak2008-04-04
* Remove unused checkVitor Sessak2008-04-04
* Cosmetical: alignmentVitor Sessak2008-04-04
* Remove some unwanted todosVitor Sessak2008-04-04