summaryrefslogtreecommitdiff
path: root/libavcodec/vqavideo.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* Fix ;;Michael Niedermayer2008-02-19
* constMichael Niedermayer2008-02-01
* 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