Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix crash on some DVDs | iive | 2007-07-06 |
| | | | | | | | | | | sprintf(tmp,"%.02x",(char)0xef); would print "ffffffef" instead of "ef", in this case this leads to local array buffer overflow and hard to trace stack corruption. The quick, easy & durty solution is to use (unsigned char) or (uint8_t) Fixes Bugzilla 860 & 845 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23728 b3059339-0415-0410-9bf9-f77b7e298cf2 | ||
* | Fix CSS format strings, they could print more than two digits for | reimar | 2007-07-06 |
| | | | | | | | "negative" numbers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23727 b3059339-0415-0410-9bf9-f77b7e298cf2 | ||
* | Move libdvdcss into its own subdirectory. | diego | 2006-11-03 |
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20629 b3059339-0415-0410-9bf9-f77b7e298cf2 |