| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo45: use is_indeo4 context flag instead of checking codec ID | Dirk Ausserhaus | 2014-06-23 | 1 | -6/+4 |
* | Decode both parts of Indeo4 IP frames | Dirk Ausserhaus | 2014-06-01 | 1 | -13/+35 |
* | Move Indeo4 frametypes into common header. | Dirk Ausserhaus | 2014-06-01 | 1 | -1/+1 |
* | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -2/+4 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | ivi_common: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+4 |
* | ivi_common: Make sure color planes have been initialized | Martin Storsjö | 2013-09-17 | 1 | -0/+5 |
* | ivi_common: Make some tables only used within the file static | Diego Biurrun | 2013-08-15 | 1 | -33/+31 |
* | indeo: Reject impossible FRAMETYPE_NULL | Luca Barbato | 2013-07-15 | 1 | -0/+8 |
* | indeo: Do not reference mismatched tiles | Luca Barbato | 2013-07-15 | 1 | -0/+2 |
* | indeo: Sanitize ff_ivi_init_planes fail paths | Luca Barbato | 2013-07-15 | 1 | -0/+5 |
* | indeo: Bound-check before applying motion compensation | Luca Barbato | 2013-07-15 | 1 | -12/+17 |
* | indeo: Bound-check before applying transform | Luca Barbato | 2013-07-13 | 1 | -3/+27 |
* | indeo: reject negative array indexes | Luca Barbato | 2013-07-04 | 1 | -13/+29 |
* | indeo: Cosmetic formatting | Luca Barbato | 2013-07-04 | 1 | -20/+32 |
* | indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocks | Luca Barbato | 2013-07-04 | 1 | -120/+153 |
* | indeo: Refactor ff_ivi_dec_huff_desc | Luca Barbato | 2013-07-04 | 1 | -30/+32 |
* | indeo: use a typedef for the mc function pointer | Luca Barbato | 2013-07-04 | 1 | -4/+5 |
* | indeo: check for reference when inheriting mvs | Luca Barbato | 2013-07-01 | 1 | -1/+1 |
* | indeo: use proper error code | Luca Barbato | 2013-07-01 | 1 | -8/+8 |
* | indeo: Properly forward the error codes | Luca Barbato | 2013-07-01 | 1 | -2/+10 |
* | indeo4: expand allowed quantiser range | Kostya Shishkov | 2013-06-01 | 1 | -1/+5 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | ivi_common: do not call MC for intra frames when dc_transform is unset | Anton Khirnov | 2013-03-08 | 1 | -3/+4 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -14/+7 |
* | ivi_common: check that scan pattern is set before using it. | Anton Khirnov | 2012-12-14 | 1 | -0/+5 |
* | ivi_common: use proper logging context in ivi_decode_blocks(). | Anton Khirnov | 2012-12-14 | 1 | -4/+5 |
* | ivi_common: make some functions and tables static. | Anton Khirnov | 2012-12-14 | 1 | -54/+111 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | ivi_common: Drop unused function parameter from decode_band() | Diego Biurrun | 2012-10-26 | 1 | -2/+2 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -3/+4 |
* | indeo4/5: remove constant parameter num_bands from wavelet recomposition | Janne Grunau | 2012-10-10 | 1 | -2/+2 |
* | indeo4/5: check empty tile size in decode_mb_info(). | Anton Khirnov | 2012-09-29 | 1 | -3/+14 |
* | ivi_common: make ff_ivi_process_empty_tile() static. | Anton Khirnov | 2012-09-29 | 1 | -3/+12 |
* | indeo4: update AVCodecContext width/height on size change | Michael Niedermayer | 2012-09-29 | 1 | -0/+1 |
* | indeo5dec: Make sure we have had a valid gop header. | Michael Niedermayer | 2012-09-29 | 1 | -0/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | indeo: Make ivi_calc_band_checksum() static, it is only used in one file. | Diego Biurrun | 2012-05-20 | 1 | -1/+1 |
* | indeo: Drop unused debug function ivi_check_band(). | Diego Biurrun | 2012-05-20 | 1 | -25/+0 |
* | indeo: check for invalid motion vectors | Kostya Shishkov | 2012-05-20 | 1 | -0/+16 |
* | indeo: check that band output buffer exists | Kostya Shishkov | 2012-05-20 | 1 | -0/+4 |
* | indeo: clear allocated band buffers | Kostya Shishkov | 2012-05-20 | 1 | -3/+3 |
* | indeo: track tile macroblock size | Kostya Shishkov | 2012-05-20 | 1 | -0/+6 |
* | indeo: check custom Huffman tables for errors | Kostya Shishkov | 2012-05-20 | 1 | -1/+6 |
* | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 1 | -0/+210 |
* | ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks(). | Diego Biurrun | 2012-04-20 | 1 | -4/+2 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -3/+3 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | indeo5: Fix null pointer dereference. | Michael Niedermayer | 2012-01-07 | 1 | -0/+3 |