summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-021-2/+62
|\
| * avfiltergraph: try to reduce format conversions in filters.Anton Khirnov2012-04-011-1/+47
| * avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov2012-04-011-1/+15
| * lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-281-1/+1
| * avfiltergraph: use meaningful error codesStefano Sabatini2011-09-281-5/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-041-6/+7
* | avfiltergraph: avoid harmful auto audio conversions.Nicolas George2012-02-231-3/+8
* | lavfi: refactor query_formats and auto-insert audio conversion filtersMina Nagy Zaki2011-09-161-28/+73
* | avfilter: dont crash on filters with NULL instance names.Michael Niedermayer2011-09-061-1/+1
* | avfilter_graph_queue_command: Allow queueing commands out of orderMichael Niedermayer2011-08-291-2/+5
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-291-0/+25
* | avfilter: Add command passing supportMichael Niedermayer2011-08-291-0/+30
* | lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-161-1/+5
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-1/+8
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-06-111-1/+1
* | avfiltergraph: use meaningful error codesStefano Sabatini2011-06-111-5/+7
* | Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-061-6/+7
|/
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-121-0/+2
* Fix style nits in avfiltergraph.c.Stefano Sabatini2010-12-281-16/+16
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-11/+27
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-2/+2
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-6/+7
* Rename avfilter_destroy() as avfilter_free().Stefano Sabatini2010-11-081-2/+2
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-1/+1
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-0/+5
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-0/+13
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-2/+1
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-2/+2
* Fix leak in avfilter_graph_add_filter().Stefano Sabatini2010-04-181-5/+5
* Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini2010-04-131-1/+1
* Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini2010-01-131-4/+8
* Make query_formats() increment the scaler_count after each scalerStefano Sabatini2010-01-101-1/+1
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-101-3/+3
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-311-0/+17
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-261-1/+1
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-231-1/+4
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-261-0/+30
* Handle av_realloc() failureVitor Sessak2008-04-041-2/+10
* Use sizeof(var) instead of sizeof(type)Vitor Sessak2008-04-041-1/+1
* Give a more meaningful instance name to auto-inserted scalerVitor Sessak2008-04-041-2/+7
* Merge two ifsVitor Sessak2008-04-041-10/+6
* Remove unused checkVitor Sessak2008-04-041-3/+0
* Cosmetical: alignmentVitor Sessak2008-04-041-2/+2
* Remove some unwanted todosVitor Sessak2008-04-041-6/+0
* I should not have merged the graph parser with the graphVitor Sessak2008-04-041-361/+6
* Replace consume_char() function by *(*buf)++Vitor Sessak2008-04-041-22/+6
* Add backslash '\' support to the parserVitor Sessak2008-04-041-16/+29
* Remove AVFilterGraphDesc struct.Vitor Sessak2008-04-041-214/+70
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-041-2/+2
OpenPOWER on IntegriCloud