| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle av_realloc() failure | Vitor Sessak | 2008-04-04 | 1 | -2/+10 |
* | Use sizeof(var) instead of sizeof(type) | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Give a more meaningful instance name to auto-inserted scaler | Vitor Sessak | 2008-04-04 | 1 | -2/+7 |
* | Merge two ifs | Vitor Sessak | 2008-04-04 | 1 | -10/+6 |
* | Remove unused check | Vitor Sessak | 2008-04-04 | 1 | -3/+0 |
* | Cosmetical: alignment | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | Remove some unwanted todos | Vitor Sessak | 2008-04-04 | 1 | -6/+0 |
* | I should not have merged the graph parser with the graph | Vitor Sessak | 2008-04-04 | 1 | -361/+6 |
* | Replace consume_char() function by *(*buf)++ | Vitor Sessak | 2008-04-04 | 1 | -22/+6 |
* | Add backslash '\' support to the parser | Vitor Sessak | 2008-04-04 | 1 | -16/+29 |
* | Remove AVFilterGraphDesc struct. | Vitor Sessak | 2008-04-04 | 1 | -214/+70 |
* | Rename uninit() to avfilter_destroy_graph() and make it non-static | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | Rename functions now static | Vitor Sessak | 2008-04-04 | 1 | -6/+6 |
* | Move funtion to avoid forward declaration | Vitor Sessak | 2008-04-04 | 1 | -35/+34 |
* | Move mess (to be removed) to where it is actually used. | Vitor Sessak | 2008-04-04 | 1 | -0/+43 |
* | Remove usage of AVFilterGraphDesc outside avfiltergraph.c | Vitor Sessak | 2008-04-04 | 1 | -6/+15 |
* | Simplify graph_load_from_desc3() | Vitor Sessak | 2008-04-04 | 1 | -41/+54 |
* | Rename variable GraphContext -> AVFilterGraph | Vitor Sessak | 2008-04-04 | 1 | -8/+8 |
* | Merge avfiltergraphdesc.c in avfiltergraph.c | Vitor Sessak | 2008-04-04 | 1 | -0/+338 |
* | Remove avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 1 | -148/+30 |
* | Remove code made unused by the two last patches | Vitor Sessak | 2008-04-04 | 1 | -299/+1 |
* | Split graph_load_from_dest() to have a version independent of avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 1 | -2/+60 |
* | Almost from scratch rewrite of filter parser. | Vitor Sessak | 2008-04-04 | 1 | -80/+14 |
* | Remove ugly forward declaration | Vitor Sessak | 2008-04-04 | 1 | -6/+2 |
* | Fix doxy comment | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Spelling and puctuation | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Remove header now made useless | Vitor Sessak | 2008-04-04 | 1 | -1/+4 |
* | Remove author field | Vitor Sessak | 2008-04-04 | 1 | -4/+0 |
* | Use CodecType for pad type | Vitor Sessak | 2008-04-04 | 1 | -4/+4 |
* | Header inclusion redux | Vitor Sessak | 2008-04-04 | 1 | -4/+0 |
* | Nits: more punctuation and capitalization | Vitor Sessak | 2008-04-04 | 1 | -4/+4 |
* | Implement poll_frame() method. Fix ffmpeg.c bug with | Vitor Sessak | 2008-04-04 | 1 | -2/+25 |
* | Rework link property configuration system. | Vitor Sessak | 2008-04-04 | 1 | -37/+14 |
* | Use separate fake filters for exporting inputs and outputs from filter graphs. | Vitor Sessak | 2008-04-04 | 1 | -28/+46 |
* | Use a filter graph description for creating simple chain graphs so we | Vitor Sessak | 2008-04-04 | 1 | -150/+42 |
* | Use av_log(ctx, ...) instead of av_log(NULL, ...) | Vitor Sessak | 2008-04-04 | 1 | -6/+7 |
* | 10l | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | Rewrite colorspace negotiation. | Vitor Sessak | 2008-04-04 | 1 | -50/+121 |
* | Fix a small memory leak | Vitor Sessak | 2008-04-04 | 1 | -1/+0 |
* | initialize filter graphs completely even if there is no list of filters | Vitor Sessak | 2008-04-04 | 1 | -3/+3 |
* | Handle failure properly | Vitor Sessak | 2008-04-04 | 1 | -1/+6 |
* | Remove useless empty functions | Vitor Sessak | 2008-04-04 | 1 | -1/+0 |
* | Silence warning caused by my last commit | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Minor simplification | Vitor Sessak | 2008-04-04 | 1 | -3/+1 |
* | Prefix names of filter structs | Vitor Sessak | 2008-04-04 | 1 | -6/+6 |
* | Rename avfilter_create to avfilter_open and remove the wrapper function | Vitor Sessak | 2008-04-04 | 1 | -4/+9 |
* | Doxygenize some comments | Vitor Sessak | 2008-04-04 | 1 | -4/+8 |
* | Remove the data parameter from draw_slice(). It's unneeded and often more | Vitor Sessak | 2008-04-04 | 1 | -5/+4 |
* | Allow creation of filter graphs from a graph description structure which | Vitor Sessak | 2008-04-04 | 1 | -1/+150 |
* | Let request_frame() indicate success or failure | Vitor Sessak | 2008-04-04 | 1 | -5/+6 |