summaryrefslogtreecommitdiff
path: root/libavutil/avstring.h
Commit message (Expand)AuthorAge
* avutil/{avstring,bprint}: add XML escaping from ffprobe to avutilStefano Sabatini2021-03-05
* lavu/avstring: deprecate av_d2str().Nicolas George2020-08-21
* avutil/avstring: support input path as a null pointer or empty stringLimin Wang2019-10-08
* lavu: add locale-independent sscanf implementationPaul B Mahol2018-11-16
* avutil/avstring: improve av_strreplace implementSteven Liu2017-04-11
* avutil/avstring: add av_strreplace API into avstringSteven Liu2017-04-01
* fix some a/an typosLou Logan2016-03-28
* avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...Michael Niedermayer2016-02-13
* avutil/avstring: add av_warn_unused_resultGanesh Ajjanagadde2015-10-27
* avutil/avstring: Inline some tiny functionsHenrik Gramner2015-09-26
* lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs2015-09-15
* lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-31
* Merge commit '4981baf9b803f3c4866b2e97fdadb008c62dc7ad'Michael Niedermayer2014-11-07
|\
| * avstring: Mark some character handling functions av_constHenrik Gramner2014-11-07
* | avutil/avstring: Factor av_match_list() outMichael Niedermayer2014-10-02
* | Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer2014-07-29
|\|
| * avstring: Expose the simple name match functionLuca Barbato2014-07-29
* | avutil/avstring: add av_strnlen()Michael Niedermayer2013-12-22
* | lavu/avstring: add av_utf8_decode() functionStefano Sabatini2013-11-22
* | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-08
|\|
| * avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* | lavu: add escape APIStefano Sabatini2013-03-07
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-25
|\|
| * lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer2012-12-30
|\|
| * avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-23
|\|
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
| * avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-06
| * avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-06
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* | lavu: add av_strtok()Stefano Sabatini2011-10-18
* | av_string: add av_asprintf().Clément Bœsch2011-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * 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