summaryrefslogtreecommitdiff
path: root/libavfilter/libmpcodecs/vf_palette.c
Commit message (Collapse)AuthorAge
* Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
| | | | | | | | | | 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>
* Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer2011-01-20
|
* Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer2011-01-20