summaryrefslogtreecommitdiffstats
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Make TM2 decoder byteswap input into separate buffer instead of doing it in-p...Kostya Shishkov2009-02-011-4/+15
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-011-28/+12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-5/+5
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Remove redundant assignKostya Shishkov2007-03-271-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-8/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-011-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-63/+63
* chroma decoding fix by KostyaMike Melanson2005-10-161-1/+1
* TM2 fixes by KostyaMike Melanson2005-10-151-7/+9
* gcc 2.95 fix, courtesy of Luca AbeniMike Melanson2005-10-141-2/+2
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-131-0/+889
OpenPOWER on IntegriCloud