summaryrefslogtreecommitdiffstats
path: root/libavcodec/ivi_common.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+4
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* ivi_common: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+4
* ivi_common: Make sure color planes have been initializedMartin Storsjö2013-09-171-0/+5
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-151-33/+31
* indeo: Reject impossible FRAMETYPE_NULLLuca Barbato2013-07-151-0/+8
* indeo: Do not reference mismatched tilesLuca Barbato2013-07-151-0/+2
* indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato2013-07-151-0/+5
* indeo: Bound-check before applying motion compensationLuca Barbato2013-07-151-12/+17
* indeo: Bound-check before applying transformLuca Barbato2013-07-131-3/+27
* indeo: reject negative array indexesLuca Barbato2013-07-041-13/+29
* indeo: Cosmetic formattingLuca Barbato2013-07-041-20/+32
* indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocksLuca Barbato2013-07-041-120/+153
* indeo: Refactor ff_ivi_dec_huff_descLuca Barbato2013-07-041-30/+32
* indeo: use a typedef for the mc function pointerLuca Barbato2013-07-041-4/+5
* indeo: check for reference when inheriting mvsLuca Barbato2013-07-011-1/+1
* indeo: use proper error codeLuca Barbato2013-07-011-8/+8
* indeo: Properly forward the error codesLuca Barbato2013-07-011-2/+10
* indeo4: expand allowed quantiser rangeKostya Shishkov2013-06-011-1/+5
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+1
* ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov2013-03-081-3/+4
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-14/+7
* ivi_common: check that scan pattern is set before using it.Anton Khirnov2012-12-141-0/+5
* ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov2012-12-141-4/+5
* ivi_common: make some functions and tables static.Anton Khirnov2012-12-141-54/+111
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-261-2/+2
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-3/+4
* indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau2012-10-101-2/+2
* indeo4/5: check empty tile size in decode_mb_info().Anton Khirnov2012-09-291-3/+14
* ivi_common: make ff_ivi_process_empty_tile() static.Anton Khirnov2012-09-291-3/+12
* indeo4: update AVCodecContext width/height on size changeMichael Niedermayer2012-09-291-0/+1
* indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer2012-09-291-0/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* 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
* ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun2012-04-201-4/+2
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-3/+3
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-071-0/+3
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* 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
OpenPOWER on IntegriCloud