Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-05Remove header now made uselessVitor Sessak
2008-04-05Remove author fieldVitor Sessak
2008-04-05Use CodecType for pad typeVitor Sessak
2008-04-05Header inclusion reduxVitor Sessak
2008-04-05Nits: more punctuation and capitalizationVitor Sessak
2008-04-05Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak
2008-04-05Rework link property configuration system.Vitor Sessak
2008-04-05Use separate fake filters for exporting inputs and outputs from filter graphs.Vitor Sessak
2008-04-05Use a filter graph description for creating simple chain graphs so weVitor Sessak
2008-04-05Use av_log(ctx, ...) instead of av_log(NULL, ...)Vitor Sessak
2008-04-0510lVitor Sessak
2008-04-05Rewrite colorspace negotiation.Vitor Sessak
2008-04-05Fix a small memory leakVitor Sessak
2008-04-05initialize filter graphs completely even if there is no list of filtersVitor Sessak
2008-04-05Handle failure properlyVitor Sessak
2008-04-05Remove useless empty functionsVitor Sessak
2008-04-05Silence warning caused by my last commitVitor Sessak
2008-04-05Minor simplificationVitor Sessak
2008-04-05Prefix names of filter structsVitor Sessak
2008-04-05Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak
2008-04-05Doxygenize some commentsVitor Sessak
2008-04-05Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak
2008-04-05Allow creation of filter graphs from a graph description structure whichVitor Sessak
2008-04-05Let request_frame() indicate success or failureVitor Sessak
2008-04-05Need to copy over colorspace property tooVitor Sessak
2008-04-05Fix behavior when exporting output pad with default query_formats()Vitor Sessak
2008-04-05Let the filter graph export input and output pads from the filters it contains.Vitor Sessak
2008-04-05Separate the process of creating links between filters from that of configuringVitor Sessak
2008-04-05Fix memory leak.Vitor Sessak
2008-04-05Make the filter graph just another normal filter.Vitor Sessak
2008-04-05Allow code to pass data to filters it creates.Vitor Sessak
2008-04-05Don't mangle the input strings. The caller may want to reuse it later.Vitor Sessak
2008-04-05Ensure that the filter_count member is reset to zero when emptying the graphVitor Sessak
2008-04-05Fix possible segfaultVitor Sessak
2008-04-05Move simple filter chain loading code over to the filter graph.Vitor Sessak
2008-04-05Move destruction of the graph's filters to its own helper function.Vitor Sessak
2008-04-05Split filter graphs out into their own source & header files.Vitor Sessak