summaryrefslogtreecommitdiff
path: root/libavcodec/aic.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer2019-03-03
* avcodec/aic: fix decoding of videos which height is not multiple of 16Paul B Mahol2018-04-02
* avcodec/aic: unbreak decoding of files with slice_width != 16Paul B Mahol2017-02-24
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-07
* avcodec/aic: add frame threading supportPaul B Mahol2016-05-21
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '303ec065a90498c29d384b4add2ac626bc38d5eb'Michael Niedermayer2015-06-30
|\|
| * aic: Fix slice size computation for widths multiples of 32 macroblocksVittorio Giovara2015-06-30
* | Merge commit 'd8d124eebcf2ec1f6a1936b12a4f00a48f08e85c'Michael Niedermayer2015-06-17
|\|
| * aic: Improve error reportingVittorio Giovara2015-06-17
* | Merge commit 'e878ec0d47cd6228c367b2f3128b76d7523f7255'Michael Niedermayer2015-03-03
|\|
| * aic: Fix decoding files with odd dimensionsVittorio Giovara2015-03-03
* | avcodec/aic: Use av_malloc_arrayMichael Niedermayer2015-01-07
* | Add missing "const" all over the place.Reimar Döffinger2014-08-29
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* | avcodec/aic: fix quantization table permutationMichael Niedermayer2014-06-05
* | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer2014-03-22
|\|
| * avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/aic: fix "warning: comparison of unsigned expression < 0 is always fa...Michael Niedermayer2013-09-12
* | Merge commit '0f678c0214dccb355ed8955077a2bea46984fbc8'Michael Niedermayer2013-09-12
|\|
| * aic: Validate values read from the bitstreamMartin Storsjö2013-09-12
* | Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer2013-07-05
|\|
| * aic: use chroma scan tables while decoding luma component in progressive modeKostya Shishkov2013-07-04
* | avcodec/aic: Fix vlc value checksMichael Niedermayer2013-05-22
* | Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9'Michael Niedermayer2013-05-17
|/
* Apple Intermediate Codec decoderKostya Shishkov2013-05-17