summaryrefslogtreecommitdiff
path: root/libavcodec/indeo2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+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: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+2
* 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-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/indeo2: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-3/+11
* avcodec/indeo2: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-4/+4
* avcodec/indeo2: Remove #ifdef BITSTREAM_READER_LE cruftAndreas Rheinhardt2020-10-121-16/+3
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/indeo2: Check remaining input more oftenMichael Niedermayer2019-08-131-5/+6
* avcodec/indeo2: Check input size against resolution in ir2_decode_plane()Michael Niedermayer2019-03-251-1/+1
* avcodec/indeo2: Check for invalid VLCsMichael Niedermayer2017-05-091-1/+8
* avcodec/indeo2: Check remaining bits in ir2_decode_plane()Michael Niedermayer2017-05-011-0/+4
* avcodec/indeo2: check ctabMichael Niedermayer2016-08-191-0/+6
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-1/+2
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+2
| * indeo2: Fix banding artefactsLuca Barbato2016-03-011-6/+9
* | indeo2: Fix banding artefactsLuca Barbato2016-03-161-6/+9
* | avcodec/indeo2: use init_get_bits8Paul B Mahol2015-12-201-1/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | indeo2: move variable declarations into blocks using them.Reimar Döffinger2014-11-221-5/+3
* | Merge commit '422e14f721c22cf9c19a8e7aae051ba9d559f6b6'Michael Niedermayer2014-06-271-8/+8
|\ \ | |/
| * indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov2014-06-261-8/+8
* | Merge commit '2e09096da912f563c4dd889a8f25c314529bbaa6'Michael Niedermayer2013-11-171-7/+7
|\ \ | |/
| * indeo2: use the AVFrame API properly.Anton Khirnov2013-11-161-12/+13
* | 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
* | indeo2: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-311-13/+13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-121-0/+2
|\ \ | |/
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-6/+6
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-9/+6
* | Merge commit '9dbbda235d93d628777b986e502213f1ed390973'Michael Niedermayer2013-01-071-31/+33
|\ \ | |/
| * indeo2: cosmetics, reformatAnton Khirnov2013-01-061-32/+34
* | Merge commit '7b1fbd4729a52dd7c02622dbe7bb81a6a7ed12f8'Michael Niedermayer2013-01-071-19/+32
|\ \ | |/
| * indeo2: check decoding errors.Anton Khirnov2013-01-061-12/+25
| * indeo2: return meaningful error codesAnton Khirnov2013-01-061-7/+7
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-2/+4
|\ \ | |/
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-2/+4
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1