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 (Collapse)Author
2010-03-09More descriptive names for av_stristr() parametersMåns Rullgård
Originally committed as revision 22349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-06Add av_stristr() functionMåns Rullgård
This is a case-insensitive version of strstr(). Originally committed as revision 22251 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-30Remove duplicated word in av_strlcat() doxy.Stefano Sabatini
Originally committed as revision 21549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-13Move #include where it belongs.Michael Niedermayer
This as a sideeffect fixes the linking failure of ffplay. Originally committed as revision 20832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer
Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-10Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger
already must be properly 0-terminated strings. Unlike strncpy it cannot be used on raw data read from a file. Originally committed as revision 19800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni
Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24add some string functionsMåns Rullgård
Originally committed as revision 9400 to svn://svn.ffmpeg.org/ffmpeg/trunk