summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Check for vectable ID > 0, fixes issue 2508.Daniel Kang2011-01-10
* Fix aspect for 24bpp TM1 samples.Reimar Döffinger2010-11-03
* Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger2010-11-03
* 100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger2010-11-03
* Support mid-stream resolution/format changes for TM1.Reimar Döffinger2010-11-03
* The 24-bit ydt also should not depend on endianness,Reimar Döffinger2010-08-21
* Since the 24 bit format is decoded to endian-dependantReimar Döffinger2010-08-21
* Do not swap red and blue when decoding truemotionReimar Döffinger2010-08-21
* 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
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson2008-12-14
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Fix reading an element after the array.Michael Niedermayer2008-06-06
* 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
* more constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi2007-08-09
* 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