| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |