| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -3/+4 |
* | indeo: Give Indeo4/5 shared code a more consistent name | Diego Biurrun | 2015-03-30 | 1 | -1/+1 |
* | indeo4: B-frames decoding | Dirk Ausserhaus | 2014-06-26 | 1 | -14/+35 |
* | indeo45: use is_indeo4 context flag instead of checking codec ID | Dirk Ausserhaus | 2014-06-23 | 1 | -0/+2 |
* | Decode both parts of Indeo4 IP frames | Dirk Ausserhaus | 2014-06-01 | 1 | -0/+4 |
* | Move Indeo4 frametypes into common header. | Dirk Ausserhaus | 2014-06-01 | 1 | -31/+18 |
* | indeo4: Check the inherited quant_mat | Luca Barbato | 2013-10-13 | 1 | -6/+12 |
* | indeo4: Check the block size if reusing the band configuration | Luca Barbato | 2013-10-13 | 1 | -0/+8 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | indeo: Sanitize ff_ivi_init_planes fail paths | Luca Barbato | 2013-07-15 | 1 | -0/+1 |
* | indeo: Bound-check before applying transform | Luca Barbato | 2013-07-13 | 1 | -0/+7 |
* | indeo4: Validate scantable dimension | Luca Barbato | 2013-07-13 | 1 | -0/+6 |
* | indeo4: Check the quantization matrix index | Luca Barbato | 2013-07-13 | 1 | -0/+5 |
* | indeo4: Do not access missing reference MV | Luca Barbato | 2013-07-13 | 1 | -10/+14 |
* | indeo4: reuse context block VLC for band instead of defaulting | Kostya Shishkov | 2013-05-28 | 1 | -3/+6 |
* | indeo4: add missing Haar and slanted transforms | Kostya Shishkov | 2013-05-28 | 1 | -7/+7 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | indeo4: handle frame type 1 properly | Kostya Shishkov | 2012-06-09 | 1 | -4/+6 |
* | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 1 | -245/+26 |
* | indeo4: fix out-of-bounds function call. | Ronald S. Bultje | 2012-03-21 | 1 | -1/+2 |
* | indeo4: add some missing static and const qualifiers | Kostya Shishkov | 2012-01-12 | 1 | -1/+1 |
* | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -1/+1 |
* | indeo4: remove two unused variables | Kostya Shishkov | 2011-12-29 | 1 | -4/+7 |
* | Indeo 4 decoder | Kostya Shishkov | 2011-12-28 | 1 | -0/+823 |