summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
Commit message (Expand)AuthorAge
...
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* cosmetics: remove my email addressAlex Beregszaszi2007-04-20
* 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
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-22
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* fix use of uninitialized variablesSascha Sommer2007-02-05
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* clear the whole vert_pred buffer for 24 bit decoding.Reimar Döffinger2005-11-10
* improvements by Reimar Döffinger; 24-bit decoding is not perfect, onlyMike Melanson2005-11-10
* adding a few constMichael Niedermayer2005-06-01
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi2004-09-21
* fix initialization bug in which execution overwrites essential dataMike Melanson2004-06-11
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* conversion to av_logAlex Beregszaszi2004-04-07
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-22
* this should make the decoder safe for big-endian platformsMike Melanson2003-12-04
* initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson2003-12-03