ffmpeg/libavutil
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages.
All current usages of it are incompatible with localization.
For example strcasecmp("i", "I") != 0 is possible, but would
break many of the places where it is used.
Instead use our own implementations that always treat the data
as ASCII.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2011-11-03 19:25:26 +01:00
..
2011-10-11 20:25:55 +02:00
2011-05-13 04:40:40 +02:00
2011-06-30 16:50:27 +01:00
2011-04-29 20:01:04 +02:00
2011-05-30 03:11:54 +02:00
2011-10-22 19:49:27 +02:00
2011-10-11 22:03:19 +02:00
2011-09-28 18:13:52 +02:00