FFmpeg/libavformat
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp
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: Martin Storsjö <martin@martin.st>
2011-11-06 11:52:57 +02:00
..
2011-11-05 12:09:36 +02:00
2011-08-22 07:17:19 +02:00
2011-08-09 19:56:25 +02:00
2011-11-02 10:32:37 +01:00
2011-10-28 14:54:14 -07:00
2011-11-05 12:09:36 +02:00
2011-11-05 16:30:18 +02:00
2011-10-25 16:27:48 +02:00
2011-10-28 14:54:14 -07:00
2011-08-09 19:56:25 +02:00
2011-10-17 20:40:20 +03:00
2011-10-17 22:02:20 +03:00
2011-11-02 21:37:46 +02:00
2011-10-17 19:57:45 +03:00
2011-10-17 19:57:45 +03:00
2011-10-28 14:54:14 -07:00