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-05Move funtion to avoid forward declarationVitor Sessak
2008-04-05Move mess (to be removed) to where it is actually used.Vitor Sessak
2008-04-05Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak
2008-04-05Simplify graph_load_from_desc3()Vitor Sessak
2008-04-05Rename variable GraphContext -> AVFilterGraphVitor Sessak
2008-04-05Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak
2008-04-05Remove avfilter_vf_graphVitor Sessak
2008-04-05Remove more leftovers from the old parserVitor Sessak
2008-04-05Remove code made unused by the two last patchesVitor Sessak
2008-04-05Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak
2008-04-05Remove declaration of non-existing functionsVitor Sessak
2008-04-05Almost from scratch rewrite of filter parser.Vitor Sessak
2008-04-05Remove ugly forward declarationVitor Sessak
2008-04-05Fix doxy commentVitor Sessak
2008-04-05Spelling and puctuationVitor Sessak
2008-04-05Make comment match codeVitor Sessak
2008-04-05Make multiple inclusion guard adhere to conventionVitor Sessak
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-05Make filter graph description parsing code independent of the code toVitor 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