| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 3 | -3/+3 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -2/+2 |
* | Handle av_realloc() failure | Vitor Sessak | 2008-04-04 | 2 | -3/+11 |
* | 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 |
* | Remove declaration of nonexisting function | Vitor Sessak | 2008-04-04 | 1 | -5/+0 |
* | I should not have merged the graph parser with the graph | Vitor Sessak | 2008-04-04 | 2 | -370/+8 |
* | 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 | 2 | -2/+7 |
* | 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 | 2 | -53/+43 |
* | Remove usage of AVFilterGraphDesc outside avfiltergraph.c | Vitor Sessak | 2008-04-04 | 2 | -11/+24 |
* | Simplify graph_load_from_desc3() | Vitor Sessak | 2008-04-04 | 1 | -41/+54 |
* | Rename variable GraphContext -> AVFilterGraph | Vitor Sessak | 2008-04-04 | 2 | -13/+13 |
* | Merge avfiltergraphdesc.c in avfiltergraph.c | Vitor Sessak | 2008-04-04 | 1 | -0/+338 |
* | Remove avfilter_vf_graph | Vitor Sessak | 2008-04-04 | 2 | -153/+38 |
* | Remove more leftovers from the old parser | Vitor Sessak | 2008-04-04 | 1 | -20/+0 |
* | 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 | 2 | -2/+65 |
* | Remove declaration of non-existing functions | Vitor Sessak | 2008-04-04 | 1 | -23/+0 |
* | Almost from scratch rewrite of filter parser. | Vitor Sessak | 2008-04-04 | 2 | -84/+18 |
* | Remove ugly forward declaration | Vitor Sessak | 2008-04-04 | 2 | -6/+6 |
* | Fix doxy comment | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Spelling and puctuation | Vitor Sessak | 2008-04-04 | 2 | -7/+7 |
* | Make comment match code | Vitor Sessak | 2008-04-04 | 1 | -1/+1 |
* | Make multiple inclusion guard adhere to convention | Vitor Sessak | 2008-04-04 | 1 | -2/+2 |
* | 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 | 2 | -150/+50 |
* | Make filter graph description parsing code independent of the code to | Vitor Sessak | 2008-04-04 | 1 | -0/+34 |
* | 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 | 2 | -51/+127 |
* | 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 |