| Commit message (Expand) | Author | Age | Files | Lines |
* | Print a warning and fail if the graph description cannot be | Stefano Sabatini | 2009-01-16 | 1 | -0/+7 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Reindent after the last commit, while at it also add some spaces for | Stefano Sabatini | 2009-01-12 | 1 | -6/+6 |
* | Make avfilter_open() set to NULL the pads and the filters when the | Stefano Sabatini | 2009-01-12 | 1 | -1/+5 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 3 | -3/+18 |
* | Fix capitalization and missing periods issues. | Stefano Sabatini | 2009-01-10 | 1 | -10/+10 |
* | Cosmetics: break line to make it not longer than 80 chars. | Stefano Sabatini | 2009-01-02 | 1 | -3/+4 |
* | Fix typos. | Stefano Sabatini | 2008-12-29 | 1 | -2/+2 |
* | Mention in the documentation of avfilter_poll_frame() that it returns | Stefano Sabatini | 2008-12-28 | 1 | -1/+2 |
* | Change thisIsAVar variable names to this_is_a_var style, more | Stefano Sabatini | 2008-12-27 | 1 | -36/+36 |
* | Fix and extend documentation for avfilter_graph_get_filter(). | Stefano Sabatini | 2008-12-26 | 1 | -1/+4 |
* | Fix typo: ommitted -> omitted. | Stefano Sabatini | 2008-12-26 | 1 | -2/+2 |
* | Choose better names for the variables in create_filter(). | Stefano Sabatini | 2008-12-26 | 1 | -14/+14 |
* | Fix documentation for avfilter_parse_graph(). | Stefano Sabatini | 2008-12-26 | 1 | -2/+3 |
* | Use PIX_FMT_NONE to silence icc warning #188: | Carl Eugen Hoyos | 2008-11-26 | 1 | -1/+1 |
* | cosmetics: Consistently place HEADERS before OBJS in all Makefiles. | Diego Biurrun | 2008-11-20 | 1 | -2/+2 |
* | cosmetic: align backslashes in makefiles | Måns Rullgård | 2008-10-26 | 1 | -4/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 3 | -9/+9 |
* | Fix a typo. | Stefano Sabatini | 2008-08-28 | 1 | -1/+1 |
* | Reword a sentence in a doxy making its interpretation clearer. | Stefano Sabatini | 2008-08-28 | 1 | -2/+2 |
* | Implement avfilter_version(). | Stefano Sabatini | 2008-08-08 | 2 | -1/+10 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Split openLinks linked list into openInputs and openOutputs | Vitor Sessak | 2008-05-24 | 2 | -41/+23 |
* | One more memory leak | Vitor Sessak | 2008-05-24 | 1 | -0/+1 |
* | Cosmetical: move statement | Vitor Sessak | 2008-05-24 | 1 | -1/+2 |
* | Plug some memory leaks | Vitor Sessak | 2008-05-24 | 1 | -2/+12 |
* | Merge variable initialization and declaration | Vitor Sessak | 2008-05-24 | 1 | -2/+1 |
* | Cosmetics | Vitor Sessak | 2008-05-24 | 1 | -3/+2 |
* | Remove unnused var | Vitor Sessak | 2008-05-24 | 1 | -9/+3 |
* | Simplify | Vitor Sessak | 2008-05-24 | 1 | -9/+5 |
* | Use av_mallocz instead of av_malloc to simplify some code | Vitor Sessak | 2008-05-24 | 1 | -4/+2 |
* | Factor linked list insertion in its own function | Vitor Sessak | 2008-05-24 | 1 | -7/+11 |
* | Remove comment redundant with those in graphparser.h | Vitor Sessak | 2008-05-24 | 1 | -3/+0 |
* | These error messages should print the filter name, not the instance name | Vitor Sessak | 2008-05-24 | 1 | -2/+2 |
* | 10l: fix previous commit | Vitor Sessak | 2008-05-24 | 1 | -1/+2 |
* | Simplify | Vitor Sessak | 2008-05-24 | 1 | -5/+2 |
* | Remove senseless comments | Vitor Sessak | 2008-05-24 | 1 | -4/+0 |
* | Cosmetics: split setting a var and checking for error | Vitor Sessak | 2008-05-24 | 1 | -3/+8 |
* | Fix doxy comment | Vitor Sessak | 2008-05-24 | 1 | -2/+2 |
* | Make parse_link_name() return a pointer to the name read | Vitor Sessak | 2008-05-24 | 1 | -10/+9 |
* | Cosmetics: more function reordering | Vitor Sessak | 2008-05-24 | 1 | -23/+23 |
* | Make consume_whitespace() return a number of bytes to be skiped | Vitor Sessak | 2008-05-24 | 1 | -8/+8 |
* | Cosmetics: change function order | Vitor Sessak | 2008-05-24 | 2 | -38/+36 |
* | Simplify | Vitor Sessak | 2008-05-24 | 1 | -2/+1 |
* | Pass the inputs and outputs of avfilter_parse_graph() with a AVFilterInOut li... | Vitor Sessak | 2008-05-24 | 2 | -37/+21 |
* | Cosmetics: more indentation consistency | Vitor Sessak | 2008-05-24 | 1 | -6/+6 |
* | More cosmetics: make indentation more consistent | Vitor Sessak | 2008-05-24 | 1 | -4/+4 |
* | More cosmetics | Vitor Sessak | 2008-05-24 | 1 | -4/+4 |
* | Move code out of if | Vitor Sessak | 2008-05-24 | 1 | -4/+2 |
* | Cosmetics | Vitor Sessak | 2008-05-24 | 1 | -1/+0 |