aboutsummaryrefslogtreecommitdiff
path: root/libavutil/avstring.c
AgeCommit message (Expand)Author
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-03-06Add av_stristr() functionMåns Rullgård
2009-12-14Place { of the function where indent -kr wants it.Michael Niedermayer
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-01-29Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun