summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-9/+9
|\
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-9/+9
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-051-3/+33
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-051-0/+7
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-051-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-041-6/+22
|\ \ | |/
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-041-6/+22
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-041-1/+1
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-2/+71
|\ \ | |/
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-1/+1
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-221-1/+70
* | avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-171-1/+1
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-10/+6
* | avfiltergraph: switch to swresample by defaultMichael Niedermayer2012-05-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-50/+286
|\ \ | |/
| * avfiltergraph: reindentAnton Khirnov2012-05-141-60/+60
| * lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-141-35/+222
| * lavfi: autoinsert resample filter when necessary.Anton Khirnov2012-05-121-16/+42
* | lavfi: add avfilter_graph_set_auto_convert().Nicolas George2012-05-141-0/+13
* | avfiltergraph: improve pick_format()Michael Niedermayer2012-05-101-10/+33
* | avfiltergraph: fix format selection.Nicolas George2012-04-241-3/+3
* | avfiltergraph: free the sink_links heap.Nicolas George2012-04-231-0/+1
* | avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-231-8/+99
* | avfilter: add a pointer from links to graph.Nicolas George2012-04-231-0/+16
* | avfiltergraph: More advanced heuristic to select colorspace.Michael Niedermayer2012-04-171-7/+31
* | 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
OpenPOWER on IntegriCloud