| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | tm2dec: fix overread | Michael Niedermayer | 2012-03-31 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -31/+106 |
|\ \
| |/ |
|
| * | truemotion: forbid invalid VLC bitsizes and token values. | Ronald S. Bultje | 2012-03-29 | 1 | -4/+15 |
| * | truemotion2: handle out-of-frame motion vectors through edge extension. | Ronald S. Bultje | 2012-03-29 | 1 | -27/+90 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -23/+31 |
|\ \
| |/ |
|
| * | truemotion2: convert packet header reading to bytestream2. | Ronald S. Bultje | 2012-03-28 | 1 | -23/+31 |
* | | tm2: Fix overread of token array. | Michael Niedermayer | 2012-03-28 | 1 | -1/+6 |
* | | truemotion2dec: Fix overread of input. | Michael Niedermayer | 2012-03-24 | 1 | -1/+6 |
* | | truemotion2: check motion vectors for validity | Michael Niedermayer | 2012-03-04 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | truemotion2: error out if the huffman tree has no nodes. | Ronald S. Bultje | 2012-02-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Use av_fast_padded_malloc in mimic and truemotion2 decoders. | Reimar Döffinger | 2012-01-18 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | truemotion2: check size before GetBitContext initialisation | Janne Grunau | 2012-01-05 | 1 | -0/+6 |
* | | tm2: Check remaining size before init_get_bits() | Michael Niedermayer | 2011-12-20 | 1 | -0/+2 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -13/+0 |
|\ \
| |/ |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -14/+0 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -2/+1 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -8/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -8/+4 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Check for several overreads, fixes issue 2512. | Daniel Kang | 2011-01-09 | 1 | -3/+14 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Do not try to free memory that was never allocated (partial revert of r20231). | Carl Eugen Hoyos | 2009-10-16 | 1 | -1/+0 |
* | Release frame after decoding is done | Kostya Shishkov | 2009-10-14 | 1 | -0/+6 |
* | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger | 2009-10-13 | 1 | -3/+0 |
* | TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. | Reimar Döffinger | 2009-04-24 | 1 | -26/+20 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Make TM2 decoder byteswap input into separate buffer instead of doing it in-p... | Kostya Shishkov | 2009-02-01 | 1 | -4/+15 |
* | Factorize stream reading in TM2 decoder | Kostya Shishkov | 2009-02-01 | 1 | -28/+12 |