summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-6/+6
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson2008-12-141-12/+6
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-141-6/+12
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Fix reading an element after the array.Michael Niedermayer2008-06-061-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-6/+6
* 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
* more constMichael Niedermayer2008-02-011-3/+3
* constMichael Niedermayer2008-02-011-3/+3
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-091-33/+9
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* cosmetics: remove my email addressAlex Beregszaszi2007-04-201-1/+1
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-221-1/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-1/+1
* fix use of uninitialized variablesSascha Sommer2007-02-051-0/+5
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-18/+18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-38/+38
* clear the whole vert_pred buffer for 24 bit decoding.Reimar Döffinger2005-11-101-1/+1
* improvements by Reimar Döffinger; 24-bit decoding is not perfect, onlyMike Melanson2005-11-101-18/+7
* adding a few constMichael Niedermayer2005-06-011-4/+4
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi2004-09-211-29/+365
* fix initialization bug in which execution overwrites essential dataMike Melanson2004-06-111-8/+8
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* conversion to av_logAlex Beregszaszi2004-04-071-10/+7
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-2/+0
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-221-0/+3
* this should make the decoder safe for big-endian platformsMike Melanson2003-12-041-2/+9
* initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson2003-12-031-0/+597