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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-03avutil/avstring: Inline some tiny functionsHenrik Gramner
2014-11-07avstring: Mark some character handling functions av_constHenrik Gramner
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
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
2007-06-24add some string functionsMåns Rullgård