summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* avfiltergraph: avoid harmful auto audio conversions.Nicolas George2012-02-23
* lavfi: refactor query_formats and auto-insert audio conversion filtersMina Nagy Zaki2011-09-16
* avfilter: dont crash on filters with NULL instance names.Michael Niedermayer2011-09-06
* avfilter_graph_queue_command: Allow queueing commands out of orderMichael Niedermayer2011-08-29
* avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-29
* avfilter: Add command passing supportMichael Niedermayer2011-08-29
* lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-16
* lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-06-11
* avfiltergraph: use meaningful error codesStefano Sabatini2011-06-11
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-06
* 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
* I should not have merged the graph parser with the graphVitor Sessak2008-04-04
* Replace consume_char() function by *(*buf)++Vitor Sessak2008-04-04
* Add backslash '\' support to the parserVitor Sessak2008-04-04
* Remove AVFilterGraphDesc struct.Vitor Sessak2008-04-04
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-04
* Rename functions now staticVitor Sessak2008-04-04
* Move funtion to avoid forward declarationVitor Sessak2008-04-04
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-04
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-04
* Simplify graph_load_from_desc3()Vitor Sessak2008-04-04
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-04
* Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak2008-04-04