summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAge
* Make TM2 decoder byteswap input into separate buffer instead of doing it in-p...Kostya Shishkov2009-02-01
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* 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
* Remove redundant assignKostya Shishkov2007-03-27
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* 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
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* chroma decoding fix by KostyaMike Melanson2005-10-16
* TM2 fixes by KostyaMike Melanson2005-10-15
* gcc 2.95 fix, courtesy of Luca AbeniMike Melanson2005-10-14
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13