]> git.sesse.net Git - ffmpeg/history - libavfilter/avfiltergraph.c
initialize filter graphs completely even if there is no list of filters
[ffmpeg] / libavfilter / avfiltergraph.c
2008-04-04 Vitor Sessakinitialize filter graphs completely even if there is...
2008-04-04 Vitor SessakHandle failure properly
2008-04-04 Vitor SessakRemove useless empty functions
2008-04-04 Vitor SessakSilence warning caused by my last commit
2008-04-04 Vitor SessakMinor simplification
2008-04-04 Vitor SessakPrefix names of filter structs
2008-04-04 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-04-04 Vitor SessakDoxygenize some comments
2008-04-04 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-04-04 Vitor SessakAllow creation of filter graphs from a graph descriptio...
2008-04-04 Vitor SessakLet request_frame() indicate success or failure
2008-04-04 Vitor SessakNeed to copy over colorspace property too
2008-04-04 Vitor SessakFix behavior when exporting output pad with default...
2008-04-04 Vitor SessakLet the filter graph export input and output pads from...
2008-04-04 Vitor SessakSeparate the process of creating links between filters...
2008-04-04 Vitor SessakFix memory leak.
2008-04-04 Vitor SessakMake the filter graph just another normal filter.
2008-04-04 Vitor SessakAllow code to pass data to filters it creates.
2008-04-04 Vitor SessakDon't mangle the input strings. The caller may want...
2008-04-04 Vitor SessakEnsure that the filter_count member is reset to zero...
2008-04-04 Vitor SessakFix possible segfault
2008-04-04 Vitor SessakMove simple filter chain loading code over to the filte...
2008-04-04 Vitor SessakMove destruction of the graph's filters to its own...
2008-04-04 Vitor SessakSplit filter graphs out into their own source & header...