summaryrefslogtreecommitdiffstats
path: root/libavutil/avstring.c
Commit message (Collapse)AuthorAgeFilesLines
* avstring: Expose the simple name match functionLuca Barbato2014-07-291-0/+20
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-231-1/+2
| | | | libavutil/avstring.c:278:9: warning: passing argument 1 of ‘av_free’ discards ‘const’ qualifier from pointer target type
* avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö2013-03-071-1/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-2/+1
| | | | | | Make sure the behavior does not change with the locale. Signed-off-by: Martin Storsjö <martin@martin.st>
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-071-0/+22
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-251-0/+14
| | | | | | | This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* avstring: K&R formatting cosmeticsLuca Barbato2013-01-241-59/+56
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-291-0/+41
| | | | Thread safe version of the common basename and dirname.
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
|
* avstring-test: fix memory leaksMans Rullgard2012-10-121-2/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-061-0/+21
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-0/+88
| | | | Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_stristr() functionMåns Rullgård2010-03-061-0/+13
| | | | | | This is a case-insensitive version of strstr(). Originally committed as revision 22251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-141-1/+2
| | | | | | Also more consistent with the rest of the code. Originally committed as revision 20851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move #include where it belongs.Michael Niedermayer2009-12-131-0/+1
| | | | | | This as a sideeffect fixes the linking failure of ffplay. Originally committed as revision 20832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-131-0/+6
| | | | Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-291-0/+78
Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud