summaryrefslogtreecommitdiff
path: root/libavcodec/cinepak.c
Commit message (Collapse)AuthorAge
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another hack to allow the Cinepak decoder to detect both types of deviant ↵Mike Melanson2006-12-02
| | | | | | | | | Cinepak data. Tested against both known FILM files, several CPK files, and normal CVID-encoded files. Originally committed as revision 7215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle very large Cinepak frames (courtesy of John KoleszarMike Melanson2005-12-14
| | | | | | <jkoleszar@on2.com>) Originally committed as revision 4742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatically detect Cinepak data from Sega FILM/CPK filesMike Melanson2005-08-14
| | | | Originally committed as revision 4525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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