summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | tm2dec: fix overreadMichael Niedermayer2012-03-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-30
|\|
| * truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje2012-03-29
| * truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje2012-03-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-30
|\|
| * truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje2012-03-28
* | tm2: Fix overread of token array.Michael Niedermayer2012-03-28
* | truemotion2dec: Fix overread of input.Michael Niedermayer2012-03-24
* | truemotion2: check motion vectors for validityMichael Niedermayer2012-03-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * truemotion2: error out if the huffman tree has no nodes.Ronald S. Bultje2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* | Use av_fast_padded_malloc in mimic and truemotion2 decoders.Reimar Döffinger2012-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * truemotion2: check size before GetBitContext initialisationJanne Grunau2012-01-05
* | tm2: Check remaining size before init_get_bits()Michael Niedermayer2011-12-20
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Check for several overreads, fixes issue 2512.Daniel Kang2011-01-09
* 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