summaryrefslogtreecommitdiff
path: root/libavutil/avstring.c
Commit message (Expand)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* avutil/avstring: Inline some tiny functionsHenrik Gramner2015-10-03
* avstring: Expose the simple name match functionLuca Barbato2014-07-29
* avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-23
* avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö2013-03-07
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* avstring: K&R formatting cosmeticsLuca Barbato2013-01-24
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* avstring-test: fix memory leaksMans Rullgard2012-10-12
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Add av_stristr() functionMåns Rullgård2010-03-06
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-14
* Move #include where it belongs.Michael Niedermayer2009-12-13
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29