summaryrefslogtreecommitdiffstats
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | tm2dec: fix overreadMichael Niedermayer2012-03-311-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-301-31/+106
|\ \ | |/
| * truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje2012-03-291-4/+15
| * truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje2012-03-291-27/+90
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-301-23/+31
|\ \ | |/
| * truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje2012-03-281-23/+31
* | tm2: Fix overread of token array.Michael Niedermayer2012-03-281-1/+6
* | truemotion2dec: Fix overread of input.Michael Niedermayer2012-03-241-1/+6
* | truemotion2: check motion vectors for validityMichael Niedermayer2012-03-041-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-1/+1
|\ \ | |/
| * truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje2012-02-231-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-181-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-1/+5
|\ \ | |/
| * truemotion2: check size before GetBitContext initialisationJanne Grunau2012-01-051-0/+6
* | tm2: Check remaining size before init_get_bits()Michael Niedermayer2011-12-201-0/+2
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-13/+0
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-14/+0
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+1
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-1/+1
|\ \ | |/
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-8/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-041-8/+4
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Check for several overreads, fixes issue 2512.Daniel Kang2011-01-091-3/+14
* 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
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-161-1/+0
* Release frame after decoding is doneKostya Shishkov2009-10-141-0/+6
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-3/+0
* TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger2009-04-241-26/+20
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
OpenPOWER on IntegriCloud