| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -1/+1 |
* | Replace #ifdef + av_log() combinations by av_dlog(). | Diego Biurrun | 2011-06-03 | 1 | -2/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Check symbol validity to avoid a crash, fixes issue 2523. | Daniel Kang | 2011-01-15 | 1 | -0/+4 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Quant changes only once per MB so move the corresponding scale factor assignment | Maxim Poliakovski | 2010-06-10 | 1 | -1/+3 |
* | Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in... | Maxim Poliakovski | 2010-06-08 | 1 | -2/+3 |
* | Make dequantization equation use less registers on some CPUs. | Maxim Poliakovski | 2010-05-30 | 1 | -1/+1 |
* | Add the forgotten ff_ prefix to the shareable scan patterns. | Maxim Poliakovski | 2010-05-26 | 1 | -3/+3 |
* | move indeo5 scan patterns into ivi_common.c | Maxim Poliakovski | 2010-05-26 | 1 | -0/+30 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Scale tile dimensions in case both local decoding and scalability mode | Maxim Poliakovski | 2010-03-08 | 1 | -0/+5 |
* | When tracking non-zero coefficients during Indeo 5 decoding, make sure | Maxim Poliakovski | 2010-03-07 | 1 | -1/+1 |
* | Encapsulate VLC information needed for decoding blocks and macroblocks in | Kostya Shishkov | 2010-02-27 | 1 | -17/+45 |
* | Make it clear that ff_ivi_init_static_vlc() does not need arguments | Kostya Shishkov | 2010-02-27 | 1 | -1/+1 |
* | 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and | Kostya Shishkov | 2010-02-23 | 1 | -0/+2 |
* | Declare indeo VLC table storage with correct type | Måns Rullgård | 2010-02-23 | 1 | -1/+1 |
* | Macroblock and block Huffman code sets are to be used by both Indeo 4 and | Kostya Shishkov | 2010-02-22 | 1 | -1/+26 |
* | Indeo Video Interactive 4 and 5 common code and DSP functions. | Kostya Shishkov | 2010-01-30 | 1 | -0/+940 |