summaryrefslogtreecommitdiff
path: root/libavcodec/aic.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/aic: Remove useless ScanTableAndreas Rheinhardt2022-10-241-8/+3
* 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: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+3
* 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/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+2
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-1/+0
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-201-2/+2
* avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer2019-03-031-0/+3
* avcodec/aic: fix decoding of videos which height is not multiple of 16Paul B Mahol2018-04-021-2/+12
* avcodec/aic: unbreak decoding of files with slice_width != 16Paul B Mahol2017-02-241-1/+1
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-0/+1
* avcodec/aic: add frame threading supportPaul B Mahol2016-05-211-2/+5
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '303ec065a90498c29d384b4add2ac626bc38d5eb'Michael Niedermayer2015-06-301-1/+1
|\ \ | |/
| * aic: Fix slice size computation for widths multiples of 32 macroblocksVittorio Giovara2015-06-301-1/+1
* | Merge commit 'd8d124eebcf2ec1f6a1936b12a4f00a48f08e85c'Michael Niedermayer2015-06-171-4/+11
|\ \ | |/
| * aic: Improve error reportingVittorio Giovara2015-06-171-4/+11
* | Merge commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255'Michael Niedermayer2015-03-031-2/+2
|\ \ | |/
| * aic: Fix decoding files with odd dimensionsVittorio Giovara2015-03-031-2/+2
* | avcodec/aic: Use av_malloc_arrayMichael Niedermayer2015-01-071-1/+1
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-1/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-13/+12
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-12/+11
* | avcodec/aic: fix quantization table permutationMichael Niedermayer2014-06-051-4/+7
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-221-1/+3
|\ \ | |/
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-221-1/+3
* | 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
* | avcodec/aic: fix "warning: comparison of unsigned expression < 0 is always fa...Michael Niedermayer2013-09-121-2/+2
* | Merge commit '0f678c0214dccb355ed8955077a2bea46984fbc8'Michael Niedermayer2013-09-121-2/+2
|\ \ | |/
| * aic: Validate values read from the bitstreamMartin Storsjö2013-09-121-2/+4
* | Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer2013-07-051-4/+5
|\ \ | |/
| * aic: use chroma scan tables while decoding luma component in progressive modeKostya Shishkov2013-07-041-4/+5
* | avcodec/aic: Fix vlc value checksMichael Niedermayer2013-05-221-1/+4
* | Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9'Michael Niedermayer2013-05-171-4/+4
|/
* Apple Intermediate Codec decoderKostya Shishkov2013-05-171-0/+477