| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -4/+4 |
|\ |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -6/+15 |
|\| |
|
| * | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -6/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -0/+20 |
|\| |
|
| * | avstring: Add locale independent implementations of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -0/+12 |
| * | avstring: Add locale independent implementations of toupper/tolower | Luca Barbato | 2011-11-06 | 1 | -0/+20 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -0/+12 |
* | | lavu: add av_strtok() | Stefano Sabatini | 2011-10-18 | 1 | -0/+24 |
* | | av_string: add av_asprintf(). | Clément Bœsch | 2011-09-04 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -1/+2 |
|\| |
|
| * | Use av_printf_format to check the usage of printf style functions | Martin Storsjö | 2011-06-23 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Move av_get_token() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -0/+16 |
* | More descriptive names for av_stristr() parameters | Måns Rullgård | 2010-03-08 | 1 | -7/+8 |
* | Add av_stristr() function | Måns Rullgård | 2010-03-06 | 1 | -0/+13 |
* | Remove duplicated word in av_strlcat() doxy. | Stefano Sabatini | 2010-01-30 | 1 | -1/+1 |
* | Move #include where it belongs. | Michael Niedermayer | 2009-12-13 | 1 | -1/+0 |
* | Add a function to convert a number to a av_malloced string. | Michael Niedermayer | 2009-12-13 | 1 | -0/+6 |
* | Add warnings to av_strlcat and av_strlcpy doxygen that the input strings | Reimar Döffinger | 2009-09-09 | 1 | -0/+8 |
* | spelling/grammar/consistency review part III | Diego Biurrun | 2009-01-28 | 1 | -2/+2 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -2/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Use filename as multiple inclusion guard. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Implement av_strlcatf(): a strlcat which adds a printf style formatted string | Luca Abeni | 2007-07-19 | 1 | -0/+14 |
* | add some string functions | Måns Rullgård | 2007-06-23 | 1 | -0/+76 |