summaryrefslogtreecommitdiff
path: root/libavcodec/indeo4.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/ivi: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-081-0/+1
* avcodec/indeo4: Check dimensions in decode_pic_hdr()Michael Niedermayer2018-09-031-0/+8
* avcodec/indeo4: Check for end of bitstream in decode_mb_info()Michael Niedermayer2018-07-041-0/+5
* indeo4: Decode all or nothing of a band header.Michael Niedermayer2018-05-261-3/+8
* avcodec/ivi: Use av_image_check_size2()Michael Niedermayer2017-07-121-1/+1
* avcodec/indeo4: Check remaining data in Pic hdr extension parsing codeMichael Niedermayer2017-06-081-0/+2
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-2/+2
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+2
* | Merge commit '64250d94b74d3fd47cc8b1611f48daf6a6ed804a'Derek Buitenhuis2016-04-171-6/+3
|\ \ | |/
| * indeo4: Consistently initialize variablesVittorio Giovara2016-03-221-6/+3
* | Merge commit '6202e2fede75df92cbc374a3f7d6893d0c5ac721'Derek Buitenhuis2016-04-171-10/+1
|\ \ | |/
| * indeo4: Rework stream analysis reportVittorio Giovara2016-03-221-10/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-3/+4
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-3/+4
* | Merge commit '23944d29a22a2cd602753b3705f73011c3bf0b18'Michael Niedermayer2015-03-301-1/+1
|\ \ | |/
| * indeo: Give Indeo4/5 shared code a more consistent nameDiego Biurrun2015-03-301-1/+1
* | Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179'Michael Niedermayer2014-06-271-14/+35
|\ \ | |/
| * indeo4: B-frames decodingDirk Ausserhaus2014-06-261-14/+35
* | Merge commit 'e121ac634ba324a318f4a97f978dcfb48da6b735'Michael Niedermayer2014-06-231-0/+2
|\ \ | |/
| * 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
* | avcodec/indeo4: Decode both parts of IP framesDirk Ausserhaus2014-05-301-0/+4
* | avcodec/indeo4: Move frametypes into common header.Dirk Ausserhaus2014-05-301-31/+18
* | Revert "Merge remote-tracking branch 'qatar/master'" (43dec5ef9a360c9ffac3278...Michael Niedermayer2013-11-251-14/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-131-10/+14
|\ \ | |/
| * indeo4: Check the inherited quant_matLuca Barbato2013-10-131-6/+12
* | Merge commit '0cb83c563848bf8f8365e7bd30e7e6b57ef360f0'Michael Niedermayer2013-10-131-0/+8
|\ \ | |/
| * indeo4: Check the block size if reusing the band configurationLuca Barbato2013-10-131-0/+8
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge commit '28dda8a691f1c723a4a9365ab85f9625f1330096'Michael Niedermayer2013-07-151-0/+1
|\ \ | |/
| * indeo: Sanitize ff_ivi_init_planes fail pathsLuca Barbato2013-07-151-0/+1
* | indeo4: print an error message if ref_mb is needed but unavailableMichael Niedermayer2013-07-141-1/+3
* | indeo: print errors if transform and block size mismatchMichael Niedermayer2013-07-141-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-141-1/+8
|\ \ | |/
| * indeo: Bound-check before applying transformLuca Barbato2013-07-131-0/+7
* | Merge commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6'Michael Niedermayer2013-07-141-4/+10
|\ \ | |/
| * indeo4: Validate scantable dimensionLuca Barbato2013-07-131-0/+6
* | Merge commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489'Michael Niedermayer2013-07-141-2/+3
|\ \ | |/
| * indeo4: Check the quantization matrix indexLuca Barbato2013-07-131-0/+5