]> git.sesse.net Git - ffmpeg/history - libavfilter/avfiltergraph.c
Remove header now made useless
[ffmpeg] / libavfilter / avfiltergraph.c
2008-04-04 Vitor SessakRemove header now made useless
2008-04-04 Vitor SessakRemove author field
2008-04-04 Vitor SessakUse CodecType for pad type
2008-04-04 Vitor SessakHeader inclusion redux
2008-04-04 Vitor SessakNits: more punctuation and capitalization
2008-04-04 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 Vitor SessakRework link property configuration system.
2008-04-04 Vitor SessakUse separate fake filters for exporting inputs and...
2008-04-04 Vitor SessakUse a filter graph description for creating simple...
2008-04-04 Vitor SessakUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 Vitor Sessak10l
2008-04-04 Vitor SessakRewrite colorspace negotiation.
2008-04-04 Vitor SessakFix a small memory leak
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...