summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.c
Commit message (Expand)AuthorAge
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang2011-01-15
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski2010-06-10
* Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski2010-06-08
* Make dequantization equation use less registers on some CPUs.Maxim Poliakovski2010-05-30
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-26
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski2010-03-08
* When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski2010-03-07
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-27
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-23
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-22
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-30