summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo5.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-301-1/+1
* indeo4: B-frames decodingDirk Ausserhaus2014-06-261-2/+2
* indeo45: use is_indeo4 context flag instead of checking codec IDDirk Ausserhaus2014-06-231-0/+2
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
* 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-2/+2
* indeo5: return proper error codesLuca Barbato2013-07-151-24/+30
* indeo: Bound-check before applying transformLuca Barbato2013-07-131-15/+23
* Revert "indeo5: reject negative motion vectors"Luca Barbato2013-07-011-6/+0
* indeo5: reject negative motion vectorsLuca Barbato2013-07-011-0/+6
* 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
* indeo5: check tile size in decode_mb_info().Michael Niedermayer2012-09-291-0/+6
* indeo5dec: Make sure we have had a valid gop header.Michael Niedermayer2012-09-291-2/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-201-220/+21
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* indeo5: prevent null pointer dereference on broken filesJanne Grunau2012-01-251-0/+4
* Place some START_TIMER invocations in separate blocks.Diego Biurrun2012-01-041-2/+2
* 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 FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-171-16/+16
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski2010-06-111-16/+20
* Remove unused parameter.Maxim Poliakovski2010-06-101-3/+2
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-261-4/+4
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-261-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski2010-03-171-39/+27
* document two variables in Indeo5 decoding contextKostya Shishkov2010-03-171-2/+2
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-081-4/+8
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-071-12/+12
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-271-59/+12
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-231-0/+3
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-221-14/+6
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-191-4/+5
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-111-2/+1
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-111-1/+3
* Indeo 5 decoderKostya Shishkov2010-02-091-0/+885
OpenPOWER on IntegriCloud