| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/avstring: do not lose ascii characters when decoding non utf-8 with av... | Michael Niedermayer | 2014-04-13 | 1 | -4/+4 |
* | avutil/avstring: fix () position | Michael Niedermayer | 2013-12-11 | 1 | -2/+2 |
* | lavu/avstring: add av_utf8_decode() function | Stefano Sabatini | 2013-11-22 | 1 | -0/+64 |
* | avutil/avstring: make const tables static const | Michael Niedermayer | 2013-08-11 | 1 | -1/+1 |
* | Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2' | Michael Niedermayer | 2013-03-08 | 1 | -1/+1 |
|\ |
|
| * | avstring: Fix isxdigit to not accept non-hex characters | Martin Storsjö | 2013-03-07 | 1 | -1/+1 |
* | | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' | Michael Niedermayer | 2013-03-08 | 1 | -0/+22 |
|\| |
|
| * | 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 escape API | Stefano Sabatini | 2013-03-07 | 1 | -0/+18 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -2/+1 |
* | | avstring: fix "warning: return discards const qualifier from pointer target t... | Michael Niedermayer | 2013-01-30 | 1 | -2/+2 |
* | | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b' | Michael Niedermayer | 2013-01-25 | 1 | -0/+14 |
|\| |
|
| * | lavu: Add av_strnstr() | Vladimir Pantelic | 2013-01-25 | 1 | -0/+14 |
* | | Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e' | Michael Niedermayer | 2013-01-25 | 1 | -60/+57 |
|\| |
|
| * | avstring: K&R formatting cosmetics | Luca Barbato | 2013-01-24 | 1 | -59/+56 |
* | | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405' | Michael Niedermayer | 2012-12-30 | 1 | -0/+41 |
|\| |
|
| * | avstring: add av_basename and av_dirname | Luca Barbato | 2012-12-29 | 1 | -0/+41 |
* | | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -1/+0 |
|\| |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -1/+0 |
* | | avstring: fix compiler warning about freeing const pointers | Michael Niedermayer | 2012-11-03 | 1 | -1/+2 |
* | | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609' | Michael Niedermayer | 2012-10-13 | 1 | -2/+4 |
|\| |
|
| * | avstring-test: fix memory leaks | Mans Rullgard | 2012-10-12 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+2 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-07 | 1 | -10/+4 |
|\| |
|
| * | 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 |
* | | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 1 | -0/+27 |
* | | lavu: add av_strtok() | Stefano Sabatini | 2011-10-18 | 1 | -0/+29 |
* | | avstring: fix return discards qualifiers from pointer target type. | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | av_string: add av_asprintf(). | Clément Bœsch | 2011-09-04 | 1 | -0/+26 |
|/ |
|
* | 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 |