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 (Collapse)Author
2013-10-23avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun
libavutil/avstring.c:278:9: warning: passing argument 1 of ‘av_free’ discards ‘const’ qualifier from pointer target type
2013-03-07avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
Make sure the behavior does not change with the locale. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-01-24avstring: K&R formatting cosmeticsLuca Barbato
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
Thread safe version of the common basename and dirname.
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-13avstring-test: fix memory leaksMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
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