summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.c
Commit message (Expand)AuthorAge
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* ivi_common: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* ivi_common: Make sure color planes have been initializedMartin Storsjö2013-09-17
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-15
* indeo: Reject impossible FRAMETYPE_NULLLuca Barbato2013-07-15
* indeo: Do not reference mismatched tilesLuca Barbato2013-07-15
* indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato2013-07-15
* indeo: Bound-check before applying motion compensationLuca Barbato2013-07-15
* indeo: Bound-check before applying transformLuca Barbato2013-07-13
* indeo: reject negative array indexesLuca Barbato2013-07-04
* indeo: Cosmetic formattingLuca Barbato2013-07-04
* indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocksLuca Barbato2013-07-04
* indeo: Refactor ff_ivi_dec_huff_descLuca Barbato2013-07-04
* indeo: use a typedef for the mc function pointerLuca Barbato2013-07-04
* indeo: check for reference when inheriting mvsLuca Barbato2013-07-01
* indeo: use proper error codeLuca Barbato2013-07-01
* indeo: Properly forward the error codesLuca Barbato2013-07-01
* indeo4: expand allowed quantiser rangeKostya Shishkov2013-06-01
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* ivi_common: check that scan pattern is set before using it.Anton Khirnov2012-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
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* ivi_common: Drop unused function parameter from decode_band()Diego Biurrun2012-10-26
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau2012-10-10
* 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
* 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
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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
* ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks().Diego Biurrun2012-04-20
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-07
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* 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