summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi_common.c
Commit message (Expand)AuthorAgeFilesLines
* ivi_common: skip null frames for all indeo variantsMichael Niedermayer2012-05-211-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-201-30/+263
|\
| * indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-201-1/+1
| * indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-201-25/+0
| * indeo: check for invalid motion vectorsKostya Shishkov2012-05-201-0/+16
| * indeo: check that band output buffer existsKostya Shishkov2012-05-201-0/+4
| * indeo: clear allocated band buffersKostya Shishkov2012-05-201-3/+3
| * indeo: track tile macroblock sizeKostya Shishkov2012-05-201-0/+6
| * indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-201-1/+6
| * factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-201-0/+210
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-211-4/+2
|\ \ | |/
| * ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun2012-04-201-4/+2
* | indeo: Make sure the to be used vlc table has been initilaized.Michael Niedermayer2012-04-181-1/+1
* | ff_ivi_decode_blocks: fix negative scan_pos case.Michael Niedermayer2012-04-151-1/+1
* | indeo: Check allocated tile size in ff_ivi_process_empty_tile()Michael Niedermayer2012-04-151-0/+6
* | indeo4: check transform size.Michael Niedermayer2012-04-151-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-041-3/+3
|\ \ | |/
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-3/+3
* | indeo5: check motion vectors.Michael Niedermayer2012-03-261-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\ \ | |/
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-1/+1
|\ \ | |/
| * indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-071-0/+3
* | indeo5: fix division by 0 in ff_ivi_init_tiles()Michael Niedermayer2011-12-281-0/+2
* | indeo5: fix null pointer crash with ref_mbMichael Niedermayer2011-12-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+1
|\ \ | |/
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* | indeo5: Fix null pointer dereferenceMichael Niedermayer2011-12-201-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-3/+3
|\ \ | |/
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-031-1/+1
| * Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang2011-01-151-0/+4
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski2010-06-101-1/+3
* Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...Maxim Poliakovski2010-06-081-2/+3
* Make dequantization equation use less registers on some CPUs.Maxim Poliakovski2010-05-301-1/+1
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-261-3/+3
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-261-0/+30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski2010-03-081-0/+5
* When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski2010-03-071-1/+1
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-271-17/+45
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-271-1/+1
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-231-0/+2
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-231-1/+1
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-221-1/+26
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-301-0/+940
OpenPOWER on IntegriCloud