summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.c
Commit message (Expand)AuthorAge
* Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-13
|\
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\|
| * indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau2012-10-10
* | Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6'Michael Niedermayer2012-09-30
|\|
| * indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov2012-09-29
| * ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov2012-09-29
* | Merge commit 'b146d74730ab9ec5abede9066f770ad851e45fbc'Michael Niedermayer2012-09-29
|\|
| * indeo4: update AVCodecContext width/height on size changeMichael Niedermayer2012-09-29
| * indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer2012-09-29
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | ivi_common: skip null frames for all indeo variantsMichael Niedermayer2012-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-20
|\|
| * indeo: Make ivi_calc_band_checksum() static, it is only used in one file.Diego Biurrun2012-05-20
| * indeo: Drop unused debug function ivi_check_band().Diego Biurrun2012-05-20
| * indeo: check for invalid motion vectorsKostya Shishkov2012-05-20
| * indeo: check that band output buffer existsKostya Shishkov2012-05-20
| * indeo: clear allocated band buffersKostya Shishkov2012-05-20
| * indeo: track tile macroblock sizeKostya Shishkov2012-05-20
| * indeo: check custom Huffman tables for errorsKostya Shishkov2012-05-20
| * factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-21
|\|
| * ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun2012-04-20
* | indeo: Make sure the to be used vlc table has been initilaized.Michael Niedermayer2012-04-18
* | ff_ivi_decode_blocks: fix negative scan_pos case.Michael Niedermayer2012-04-15
* | indeo: Check allocated tile size in ff_ivi_process_empty_tile()Michael Niedermayer2012-04-15
* | indeo4: check transform size.Michael Niedermayer2012-04-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-04
|\|
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* | indeo5: check motion vectors.Michael Niedermayer2012-03-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-07
* | indeo5: fix division by 0 in ff_ivi_init_tiles()Michael Niedermayer2011-12-28
* | indeo5: fix null pointer crash with ref_mbMichael Niedermayer2011-12-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-23
|\|
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* | indeo5: Fix null pointer dereferenceMichael Niedermayer2011-12-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * 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