summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.c
Commit message (Expand)AuthorAge
* Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit 'cacad1c058f66558ec727faac3b277d2dee264d4'Michael Niedermayer2013-03-12
|\|
| * ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov2013-03-08
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | ivi_common: Fix use of uninitialized warningsMichael Niedermayer2012-12-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-14
|\|
| * ivi_common: check that scan pattern is set before using it.Anton Khirnov2012-12-14
* | Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd'Michael Niedermayer2012-12-14
|\|
| * ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov2012-12-14
| * ivi_common: make some functions and tables static.Anton Khirnov2012-12-14
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-23
* | ivi_common: check ref_tile size, fix out of array accessesMichael Niedermayer2012-11-10
* | ivi_common: more MV Checks, fixes out of array readsMichael Niedermayer2012-11-09
* | ivi_common: dont dereference null pointers.Michael Niedermayer2012-11-09
* | ivi_common: dc_transform is needed for intraMichael Niedermayer2012-11-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-27
|\|
| * ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-26
* | 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