summaryrefslogtreecommitdiffstats
path: root/libavutil/avstring.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/avstring: Do not print NULLMichael Niedermayer2015-06-191-1/+1
* avutil/avstring: Fix undefined shiftMichael Niedermayer2015-06-191-1/+1
* avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer2015-05-111-1/+1
* lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-311-0/+45
* avutil/avstring: fix hardcoded separator in av_match_list()Michael Niedermayer2014-10-231-4/+4
* avutil/avstring: Reimplement av_match_list()Michael Niedermayer2014-10-231-15/+14
* avutil/avstring: Factor av_match_list() outMichael Niedermayer2014-10-021-0/+21
* lavu/avstring: check for overlong encodings in av_utf8_decode()Stefano Sabatini2014-09-011-1/+14
* Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer2014-07-291-0/+18
|\
| * avstring: Expose the simple name match functionLuca Barbato2014-07-291-0/+20
| * avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-231-1/+2
* | avutil/avstring: do not lose ascii characters when decoding non utf-8 with av...Michael Niedermayer2014-04-131-4/+4
* | avutil/avstring: fix () positionMichael Niedermayer2013-12-111-2/+2
* | lavu/avstring: add av_utf8_decode() functionStefano Sabatini2013-11-221-0/+64
* | avutil/avstring: make const tables static constMichael Niedermayer2013-08-111-1/+1
* | Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2'Michael Niedermayer2013-03-081-1/+1
|\ \ | |/
| * avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö2013-03-071-1/+1
* | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-081-0/+22
|\ \ | |/
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-2/+1
| * avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-071-0/+22
* | lavu: add escape APIStefano Sabatini2013-03-071-0/+18
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-2/+1
* | avstring: fix "warning: return discards const qualifier from pointer target t...Michael Niedermayer2013-01-301-2/+2
* | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-251-0/+14
|\ \ | |/
| * lavu: Add av_strnstr()Vladimir Pantelic2013-01-251-0/+14
* | Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'Michael Niedermayer2013-01-251-60/+57
|\ \ | |/
| * avstring: K&R formatting cosmeticsLuca Barbato2013-01-241-59/+56
* | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer2012-12-301-0/+41
|\ \ | |/
| * avstring: add av_basename and av_dirnameLuca Barbato2012-12-291-0/+41
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-1/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* | avstring: fix compiler warning about freeing const pointersMichael Niedermayer2012-11-031-1/+2
* | Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609'Michael Niedermayer2012-10-131-2/+4
|\ \ | |/
| * avstring-test: fix memory leaksMans Rullgard2012-10-121-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-071-10/+4
|\ \ | |/
| * avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-061-0/+21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-031-0/+27
* | lavu: add av_strtok()Stefano Sabatini2011-10-181-0/+29
* | avstring: fix return discards qualifiers from pointer target type.Michael Niedermayer2011-10-171-2/+2
* | av_string: add av_asprintf().Clément Bœsch2011-09-041-0/+26
|/
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-0/+88
* Add av_stristr() functionMåns Rullgård2010-03-061-0/+13
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-141-1/+2
* Move #include where it belongs.Michael Niedermayer2009-12-131-0/+1
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-131-0/+6
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-291-0/+78
OpenPOWER on IntegriCloud