Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-16lavu: add locale-independent sscanf implementationPaul B Mahol
2017-04-11avutil/avstring: improve av_strreplace implementSteven Liu
2017-04-01avutil/avstring: add av_strreplace API into avstringSteven Liu
2016-03-29fix some a/an typosLou Logan
2016-02-13avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...Michael Niedermayer
2015-10-28avutil/avstring: add av_warn_unused_resultGanesh Ajjanagadde
2015-09-26avutil/avstring: Inline some tiny functionsHenrik Gramner
2015-09-15lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs
2015-04-01lavu/avstring: add av_append_path_component() funcionLukasz Marek
2014-11-08Merge commit '4981baf9b803f3c4866b2e97fdadb008c62dc7ad'Michael Niedermayer
2014-11-07avstring: Mark some character handling functions av_constHenrik Gramner
2014-10-02avutil/avstring: Factor av_match_list() outMichael Niedermayer
2014-07-29Merge commit '69e7336b8e16ee65226fc20381baf537f4b125e6'Michael Niedermayer
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2013-12-23avutil/avstring: add av_strnlen()Michael Niedermayer
2013-11-22lavu/avstring: add av_utf8_decode() functionStefano Sabatini
2013-03-08Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-03-07lavu: add escape APIStefano Sabatini
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-01-25Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-10-18lavu: add av_strtok()Stefano Sabatini
2011-09-04av_string: add av_asprintf().Clément Bœsch
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-03-09More descriptive names for av_stristr() parametersMåns Rullgård
2010-03-06Add av_stristr() functionMåns Rullgård
2010-01-30Remove duplicated word in av_strlcat() doxy.Stefano Sabatini
2009-12-13Move #include where it belongs.Michael Niedermayer
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer
2009-09-10Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-07-19Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni