summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo4.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+4
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-301-1/+1
* indeo4: B-frames decodingDirk Ausserhaus2014-06-261-14/+35
* indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus2014-06-231-0/+2
* Decode both parts of Indeo4 IP framesDirk Ausserhaus2014-06-011-0/+4
* Move Indeo4 frametypes into common header.Dirk Ausserhaus2014-06-011-31/+18
* indeo4: Check the inherited quant_matLuca Barbato2013-10-131-6/+12
* indeo4: Check the block size if reusing the band configurationLuca Barbato2013-10-131-0/+8
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato2013-07-151-0/+1
* indeo: Bound-check before applying transformLuca Barbato2013-07-131-0/+7
* indeo4: Validate scantable dimensionLuca Barbato2013-07-131-0/+6
* indeo4: Check the quantization matrix indexLuca Barbato2013-07-131-0/+5
* indeo4: Do not access missing reference MVLuca Barbato2013-07-131-10/+14
* indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov2013-05-281-3/+6
* indeo4: add missing Haar and slanted transformsKostya Shishkov2013-05-281-7/+7
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-291-0/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* indeo4: handle frame type 1 properlyKostya Shishkov2012-06-091-4/+6
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-201-245/+26
* indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-211-1/+2
* indeo4: add some missing static and const qualifiersKostya Shishkov2012-01-121-1/+1
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* indeo4: remove two unused variablesKostya Shishkov2011-12-291-4/+7
* Indeo 4 decoderKostya Shishkov2011-12-281-0/+823
OpenPOWER on IntegriCloud