summaryrefslogtreecommitdiffstats
path: root/cinepak.c
Commit message (Expand)AuthorAgeFilesLines
* x1!=mpi->width bug fixed... always trust in x1arpi2002-03-091-6/+7
* reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate withmelanson2002-03-031-112/+105
* Cinepak decoder now use mp_image_t -> YV12 worx, others disabledarpi2002-03-021-93/+101
* Native Cinepak decoder: Added YV12 support (which is so very closemelanson2002-03-021-48/+217
* stride!=width*bpp support to cinepak decoderarpi2002-02-281-2/+2
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-101-4/+8
* committed Tim Ferguson's patch for proper YUV color space conversionmelanson2002-01-101-7/+38
* Cinepak YUY2 supportarpi2001-12-211-0/+89
* native opensourec Cinepak (CVID) codec by im Ferguson <timf@mail.csse.monash....arpi2001-12-211-0/+589