summaryrefslogtreecommitdiffstats
path: root/cinepak.c
Commit message (Collapse)AuthorAgeFilesLines
* x1!=mpi->width bug fixed... always trust in x1arpi2002-03-091-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5009 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate withmelanson2002-03-031-112/+105
| | | | | | | the mp_image structure; PPC decoding works with YV12 output! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cinepak decoder now use mp_image_t -> YV12 worx, others disabledarpi2002-03-021-93/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Native Cinepak decoder: Added YV12 support (which is so very closemelanson2002-03-021-48/+217
| | | | | | | | to working), reworked YUY2 support for speed, cleaned up compiler warnings, replaced printf()'s with mp_msg()'s git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4912 b3059339-0415-0410-9bf9-f77b7e298cf2
* stride!=width*bpp support to cinepak decoderarpi2002-02-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4882 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-101-4/+8
| | | | | | | | correctly; modified Cinepak decoder in order to deal with the deviant CVID data from FILM files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4629 b3059339-0415-0410-9bf9-f77b7e298cf2
* committed Tim Ferguson's patch for proper YUV color space conversionmelanson2002-01-101-7/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cinepak YUY2 supportarpi2001-12-211-0/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3647 b3059339-0415-0410-9bf9-f77b7e298cf2
* native opensourec Cinepak (CVID) codec by im Ferguson ↵arpi2001-12-211-0/+589
<timf@mail.csse.monash.edu.au> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3644 b3059339-0415-0410-9bf9-f77b7e298cf2