summaryrefslogtreecommitdiff
path: root/libavutil/avstring.h
Commit message (Expand)AuthorAge
* avutil/avstring: Inline some tiny functionsHenrik Gramner2015-10-03
* avstring: Mark some character handling functions av_constHenrik Gramner2014-11-07
* avstring: Expose the simple name match functionLuca Barbato2014-07-29
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-06
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* More descriptive names for av_stristr() parametersMåns Rullgård2010-03-08
* Add av_stristr() functionMåns Rullgård2010-03-06
* Remove duplicated word in av_strlcat() doxy.Stefano Sabatini2010-01-30
* 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
* Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger2009-09-09
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-19
* add some string functionsMåns Rullgård2007-06-23