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
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
Originally committed as revision 25225 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
2009-12-14Place { of the function where indent -kr wants it.Michael Niedermayer
Also more consistent with the rest of the code. Originally committed as revision 20851 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-01-30Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun
Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk