summaryrefslogtreecommitdiff
path: root/libavcodec/vqavideo.c
Commit message (Expand)AuthorAge
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* VQA v1 supportKostya Shishkov2006-11-29
* Correct information in headerKostya Shishkov2006-11-28
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* palette (if we memcpy it into AVFrame) must be uint32_tMichael Niedermayer2006-09-30
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
* support a few more types of VQA filesMike Melanson2003-10-11
* added solid color vectors; basic PAL8, 4x2-vector video (as inMike Melanson2003-10-04
* first pass at a VQA video decoderMike Melanson2003-10-02