summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfiltergraph.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avfilter_graph_config_links().Stefano Sabatini2009-05-311-0/+17
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-261-1/+1
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-231-1/+4
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-261-0/+30
* Handle av_realloc() failureVitor Sessak2008-04-041-2/+10
* Use sizeof(var) instead of sizeof(type)Vitor Sessak2008-04-041-1/+1
* Give a more meaningful instance name to auto-inserted scalerVitor Sessak2008-04-041-2/+7
* Merge two ifsVitor Sessak2008-04-041-10/+6
* Remove unused checkVitor Sessak2008-04-041-3/+0
* Cosmetical: alignmentVitor Sessak2008-04-041-2/+2
* Remove some unwanted todosVitor Sessak2008-04-041-6/+0
* I should not have merged the graph parser with the graphVitor Sessak2008-04-041-361/+6
* Replace consume_char() function by *(*buf)++Vitor Sessak2008-04-041-22/+6
* Add backslash '\' support to the parserVitor Sessak2008-04-041-16/+29
* Remove AVFilterGraphDesc struct.Vitor Sessak2008-04-041-214/+70
* Rename uninit() to avfilter_destroy_graph() and make it non-staticVitor Sessak2008-04-041-2/+2
* Rename functions now staticVitor Sessak2008-04-041-6/+6
* Move funtion to avoid forward declarationVitor Sessak2008-04-041-35/+34
* Move mess (to be removed) to where it is actually used.Vitor Sessak2008-04-041-0/+43
* Remove usage of AVFilterGraphDesc outside avfiltergraph.cVitor Sessak2008-04-041-6/+15
* Simplify graph_load_from_desc3()Vitor Sessak2008-04-041-41/+54
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-041-8/+8
* Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak2008-04-041-0/+338
* Remove avfilter_vf_graphVitor Sessak2008-04-041-148/+30
* Remove code made unused by the two last patchesVitor Sessak2008-04-041-299/+1
* Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak2008-04-041-2/+60
* Almost from scratch rewrite of filter parser.Vitor Sessak2008-04-041-80/+14
* Remove ugly forward declarationVitor Sessak2008-04-041-6/+2
* Fix doxy commentVitor Sessak2008-04-041-1/+1
* Spelling and puctuationVitor Sessak2008-04-041-1/+1
* Remove header now made uselessVitor Sessak2008-04-041-1/+4
* Remove author fieldVitor Sessak2008-04-041-4/+0
* Use CodecType for pad typeVitor Sessak2008-04-041-4/+4
* Header inclusion reduxVitor Sessak2008-04-041-4/+0
* Nits: more punctuation and capitalizationVitor Sessak2008-04-041-4/+4
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-04-041-2/+25
* Rework link property configuration system.Vitor Sessak2008-04-041-37/+14
* Use separate fake filters for exporting inputs and outputs from filter graphs.Vitor Sessak2008-04-041-28/+46
* Use a filter graph description for creating simple chain graphs so weVitor Sessak2008-04-041-150/+42
* Use av_log(ctx, ...) instead of av_log(NULL, ...)Vitor Sessak2008-04-041-6/+7
* 10lVitor Sessak2008-04-041-2/+2
* Rewrite colorspace negotiation.Vitor Sessak2008-04-041-50/+121
* Fix a small memory leakVitor Sessak2008-04-041-1/+0
* initialize filter graphs completely even if there is no list of filtersVitor Sessak2008-04-041-3/+3
* Handle failure properlyVitor Sessak2008-04-041-1/+6
* Remove useless empty functionsVitor Sessak2008-04-041-1/+0
* Silence warning caused by my last commitVitor Sessak2008-04-041-1/+1
* Minor simplificationVitor Sessak2008-04-041-3/+1
* Prefix names of filter structsVitor Sessak2008-04-041-6/+6
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-04-041-4/+9
OpenPOWER on IntegriCloud