summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release frame after decoding is doneKostya Shishkov2009-10-14
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger2009-04-24
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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