summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-05
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-05
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-04
|\|
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
* | avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-17
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* | avfiltergraph: switch to swresample by defaultMichael Niedermayer2012-05-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\|
| * 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
* | lavfi: add avfilter_graph_set_auto_convert().Nicolas George2012-05-14
* | avfiltergraph: improve pick_format()Michael Niedermayer2012-05-10
* | avfiltergraph: fix format selection.Nicolas George2012-04-24
* | avfiltergraph: free the sink_links heap.Nicolas George2012-04-23
* | avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-23
* | avfilter: add a pointer from links to graph.Nicolas George2012-04-23
* | avfiltergraph: More advanced heuristic to select colorspace.Michael Niedermayer2012-04-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-02
|\|
| * 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
* | 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