summaryrefslogtreecommitdiffstats
path: root/libavcodec/truemotion1.c
Commit message (Expand)AuthorAgeFilesLines
* truemotion1: Check index, fix out of array readMichael Niedermayer2012-05-301-0/+16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-201-7/+0
|\
| * truemotion1: remove disabled codeDiego Biurrun2012-05-201-7/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-2/+1
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* | truemotion1: Check input buffer size against header size.Michael Niedermayer2012-03-021-1/+1
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-2/+2
|\ \ | |/
| * Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-211-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Check for vectable ID > 0, fixes issue 2508.Daniel Kang2011-01-101-1/+1
* Fix aspect for 24bpp TM1 samples.Reimar Döffinger2010-11-031-0/+1
* Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger2010-11-031-6/+10
* 100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger2010-11-031-5/+5
* Support mid-stream resolution/format changes for TM1.Reimar Döffinger2010-11-031-5/+17
* The 24-bit ydt also should not depend on endianness,Reimar Döffinger2010-08-211-4/+0
* Since the 24 bit format is decoded to endian-dependantReimar Döffinger2010-08-211-4/+0
* Do not swap red and blue when decoding truemotionReimar Döffinger2010-08-211-8/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* 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
OpenPOWER on IntegriCloud