| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a single space after an ending period and the beginning of the | Stefano Sabatini | 2009-05-14 | 1 | -36/+36 |
* | Apply documentation fixes: use third person, fix grammar and remove | Stefano Sabatini | 2009-05-14 | 1 | -20/+20 |
* | Make static the list of registered filters. | Víctor Paesa | 2009-03-26 | 1 | -1/+1 |
* | Implement in AVFilterGraph the scale_sws_opts field, and pass its | Stefano Sabatini | 2009-02-23 | 1 | -1/+1 |
* | Implement avfilter_graph_check_validity(). | Stefano Sabatini | 2009-01-26 | 1 | -1/+1 |
* | Implement the avfilter_default_draw_slice() handler and use it in | Stefano Sabatini | 2009-01-11 | 1 | -1/+3 |
* | 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 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | 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 | 1 | -1/+6 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Improve AVFilterFormats doxy. | Michael Niedermayer | 2008-04-02 | 1 | -9/+19 |
* | Make av_class a pointer to a const AVClass. Addresses one warning in | Panagiotis Issaris | 2008-03-06 | 1 | -1/+1 |
* | Make libavfilter define its version like the other libav* libs | Vitor Sessak | 2008-02-26 | 1 | -1/+11 |
* | Ascii art to explain what avfilter_formats_changeref() does. | Michael Niedermayer | 2008-02-21 | 1 | -0/+13 |
* | cosmetic | Michael Niedermayer | 2008-02-21 | 1 | -3/+3 |
* | Better description (merge is too vague IMHO). | Michael Niedermayer | 2008-02-21 | 1 | -3/+3 |
* | Document avfilter_formats_ref() with some ascii art. | Michael Niedermayer | 2008-02-21 | 1 | -1/+12 |
* | Remove unneeded function. | Vitor Sessak | 2008-02-15 | 1 | -3/+0 |
* | Oops | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Missed this file in my conditional compilation patch | Vitor Sessak | 2008-02-15 | 1 | -0/+3 |
* | Add libavfilter_version | Víctor Paesa | 2008-02-15 | 1 | -0/+2 |
* | Remove author field | Vitor Sessak | 2008-02-15 | 1 | -1/+0 |
* | Use CodecType for pad type | Vitor Sessak | 2008-02-15 | 1 | -2/+1 |
* | Nit: remove odd whitespace | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Group avfilter_poll_frame() with related funcions and add doxygen comment | Vitor Sessak | 2008-02-15 | 1 | -2/+7 |
* | Update comment to match code | Vitor Sessak | 2008-02-15 | 1 | -3/+1 |
* | Nits: punctuation and capitalization | Vitor Sessak | 2008-02-15 | 1 | -50/+50 |
* | Add const to silence warnings | Vitor Sessak | 2008-02-15 | 1 | -5/+5 |
* | Implement poll_frame() method. Fix ffmpeg.c bug with | Vitor Sessak | 2008-02-15 | 1 | -0/+13 |
* | Indentation | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Rework link property configuration system. | Vitor Sessak | 2008-02-15 | 1 | -3/+10 |
* | Fix misc. warnings | Vitor Sessak | 2008-02-15 | 1 | -0/+3 |
* | Rewrite colorspace negotiation. | Vitor Sessak | 2008-02-15 | 1 | -21/+118 |
* | Add pixel aspect ratio to AVFilterPicRef structure | Vitor Sessak | 2008-02-15 | 1 | -0/+2 |
* | Add another "reuse" permission, to distinguish between the case where a | Vitor Sessak | 2008-02-15 | 1 | -1/+2 |
* | use units of 1/AV_TIME_BASE for pts rather than milliseconds | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Rename avfilter_create to avfilter_open and remove the wrapper function | Vitor Sessak | 2008-02-15 | 1 | -12/+5 |
* | Revert braindead linked list of permissions | Vitor Sessak | 2008-02-15 | 1 | -37/+1 |
* | Track the permissions that have been given out to each picture. | Vitor Sessak | 2008-02-15 | 1 | -1/+37 |
* | Allow filters to set the requirements on permissions for incoming buffers. | Vitor Sessak | 2008-02-15 | 1 | -0/+28 |
* | spelling fix | Vitor Sessak | 2008-02-15 | 1 | -1/+1 |
* | Remove the data parameter from draw_slice(). It's unneeded and often more | Vitor Sessak | 2008-02-15 | 1 | -3/+2 |
* | Add many new and improve existing doxy comments. | Vitor Sessak | 2008-02-15 | 1 | -47/+207 |
* | Let request_frame() indicate success or failure | Vitor Sessak | 2008-02-15 | 1 | -2/+2 |