summaryrefslogtreecommitdiff
path: root/libavcodec/vqavideo.c
Commit message (Collapse)AuthorAge
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* VQA v1 supportKostya Shishkov2006-11-29
| | | | Originally committed as revision 7183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct information in headerKostya Shishkov2006-11-28
| | | | Originally committed as revision 7178 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
* palette (if we memcpy it into AVFrame) must be uint32_tMichael Niedermayer2006-09-30
| | | | Originally committed as revision 6399 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
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 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
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
| | | | Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support a few more types of VQA filesMike Melanson2003-10-11
| | | | Originally committed as revision 2349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added solid color vectors; basic PAL8, 4x2-vector video (as inMike Melanson2003-10-04
| | | | | | | Command & Conquer) looks great now; also added compressed codebook support, but files using these (Lands of Lore) are not correct yet Originally committed as revision 2344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a VQA video decoderMike Melanson2003-10-02
Originally committed as revision 2332 to svn://svn.ffmpeg.org/ffmpeg/trunk