summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAge
...
* Need to copy over colorspace property tooVitor Sessak2008-04-04
* Fix behavior when exporting output pad with default query_formats()Vitor Sessak2008-04-04
* Let the filter graph export input and output pads from the filters it contains.Vitor Sessak2008-04-04
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-04
* Fix memory leak.Vitor Sessak2008-04-04
* Make the filter graph just another normal filter.Vitor Sessak2008-04-04
* Allow code to pass data to filters it creates.Vitor Sessak2008-04-04
* Don't mangle the input strings. The caller may want to reuse it later.Vitor Sessak2008-04-04
* Ensure that the filter_count member is reset to zero when emptying the graphVitor Sessak2008-04-04
* Fix possible segfaultVitor Sessak2008-04-04
* Move simple filter chain loading code over to the filter graph.Vitor Sessak2008-04-04
* Move destruction of the graph's filters to its own helper function.Vitor Sessak2008-04-04
* Split filter graphs out into their own source & header files.Vitor Sessak2008-04-04