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
2010-04-19Fix leak in avfilter_graph_add_filter().Stefano Sabatini
2010-04-14Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case ofStefano Sabatini
2010-01-13Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini
2010-01-10Make query_formats() increment the scaler_count after each scalerStefano Sabatini
2010-01-10Add a log context to avfilter_graph_config_links().Stefano Sabatini
2009-05-31Implement avfilter_graph_config_links().Stefano Sabatini
2009-02-27Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini
2009-02-24Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini
2009-01-26Implement avfilter_graph_check_validity().Stefano Sabatini
2008-04-05Handle av_realloc() failureVitor Sessak
2008-04-05Use sizeof(var) instead of sizeof(type)Vitor Sessak
2008-04-05Give a more meaningful instance name to auto-inserted scalerVitor Sessak
2008-04-05Merge two ifsVitor Sessak
2008-04-05Remove unused checkVitor Sessak
2008-04-05Cosmetical: alignmentVitor Sessak
2008-04-05Remove some unwanted todosVitor Sessak
2008-04-05I should not have merged the graph parser with the graphVitor Sessak
2008-04-05Replace consume_char() function by *(*buf)++Vitor Sessak
2008-04-05Add backslash '\' support to the parserVitor Sessak
2008-04-05Remove AVFilterGraphDesc struct.Vitor Sessak
2008-04-05Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak
2008-04-05Rename functions now staticVitor Sessak
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 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-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-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