summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_msrle.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix M$RLE 4bit. Patch by Michael Guennewig <michaelguennewig(at)gmx(dot)de>rtognimp2003-07-211-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10452 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and ↵arpi2002-08-301-1/+0
| | | | | | makes dlopen()'ing possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
* modified the new MS RLE decoder to support BGR15/16 output formats inmelanson2002-03-311-50/+161
| | | | | | | | | | | | addition to BGR24/32, just like the old XAnim decoder; it's also interesting to note that this commit wantonly violates A'rpi's newest nonsensical CVS policy, and I quote: Note: if you had to put if(){ .. } over big (> 5 lines) code, do NOT change the indent of the inner part (move it right) ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5421 b3059339-0415-0410-9bf9-f77b7e298cf2
* oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkmelanson2002-03-201-16/+152
| | | | | | | MPlayer is basically complete now...:) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5214 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer now has a Microsoft RLE decoder to call its own...only supportsmelanson2002-03-191-0/+188
8-bit right now, but 4-bit is forthcoming git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5194 b3059339-0415-0410-9bf9-f77b7e298cf2