| Commit message (Expand) | Author | Age | Files | Lines |
* | avstring: Expose the simple name match function | Luca Barbato | 2014-07-29 | 1 | -0/+20 |
* | avstring-test: Mark pointer passed to av_free() as non-const | Diego Biurrun | 2013-10-23 | 1 | -1/+2 |
* | avstring: Fix isxdigit to not accept non-hex characters | Martin Storsjö | 2013-03-07 | 1 | -1/+1 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -2/+1 |
* | avstring: Add locale independent versions of some ctype.h functions | Reimar Döffinger | 2013-03-07 | 1 | -0/+22 |
* | lavu: Add av_strnstr() | Vladimir Pantelic | 2013-01-25 | 1 | -0/+14 |
* | avstring: K&R formatting cosmetics | Luca Barbato | 2013-01-24 | 1 | -59/+56 |
* | avstring: add av_basename and av_dirname | Luca Barbato | 2012-12-29 | 1 | -0/+41 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | avstring-test: fix memory leaks | Mans Rullgard | 2012-10-12 | 1 | -2/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | avstring: Add locale independent implementations of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -0/+21 |
* | 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/+88 |
* | Add av_stristr() function | Måns Rullgård | 2010-03-06 | 1 | -0/+13 |
* | Place { of the function where indent -kr wants it. | Michael Niedermayer | 2009-12-14 | 1 | -1/+2 |
* | Move #include where it belongs. | Michael Niedermayer | 2009-12-13 | 1 | -0/+1 |
* | Add a function to convert a number to a av_malloced string. | Michael Niedermayer | 2009-12-13 | 1 | -0/+6 |
* | Rename string.c to avstring.c so that the name of header and C file match. | Diego Biurrun | 2009-01-29 | 1 | -0/+78 |