summaryrefslogtreecommitdiff
path: root/libavcodec/cinepak.c
Commit message (Collapse)AuthorAge
...
* fix infinite loop (suggested change by rjayne at convera dot com)Michael Niedermayer2005-07-11
| | | | | | fixes bug #1160195 Originally committed as revision 4434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore palette for grayscale files, all my samples are inverted withRoberto Togni2004-06-27
| | | | | | default qt grayscale palette. Originally committed as revision 3264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Paletted cvid supportRoberto Togni2004-06-27
| | | | Originally committed as revision 3263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l fix codebook usage for v1 vectorsRoberto Togni2004-06-20
| | | | Originally committed as revision 3242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer hints, use reget_buffer, removed copy from previous frameRoberto Togni2004-05-07
| | | | Originally committed as revision 3117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
| | | | | | MKTAG/MKBETAG Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support Cinepak files with funky (not divisible by 4) resolutionsMike Melanson2003-10-25
| | | | Originally committed as revision 2433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk