43 Commits (5f87a68cf70dafeab2fb89b42e41a4c29053b89b)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 4c9dee6e8d avcodec/aic: Remove useless ScanTable 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Andreas Rheinhardt a1a8815220 libavcodec: Reduce the size of some arrays 5 years ago
Michael Niedermayer 951bb7632f avcodec/aic: Check remaining bits in aic_decode_coeffs() 6 years ago
Paul B Mahol 5710fdaeae avcodec/aic: fix decoding of videos which height is not multiple of 16 7 years ago
Paul B Mahol fa3e49568d avcodec/aic: unbreak decoding of files with slice_width != 16 8 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Alexandra Hájková 0c89ff82e9 aic: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Paul B Mahol 6e2ad28cf7 aic: add frame threading support 9 years ago
Paul B Mahol 8e069eb525 avcodec/aic: add frame threading support 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 303ec065a9 aic: Fix slice size computation for widths multiples of 32 macroblocks 10 years ago
Vittorio Giovara d8d124eebc aic: Improve error reporting 10 years ago
Vittorio Giovara e878ec0d47 aic: Fix decoding files with odd dimensions 10 years ago
Michael Niedermayer 86e7d20ac2 avcodec/aic: Use av_malloc_array 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Michael Niedermayer 0a2004b6d1 avcodec/aic: fix quantization table permutation 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer bfe1445871 avcodec/aic: fix "warning: comparison of unsigned expression < 0 is always false" 11 years ago
Martin Storsjö 0f678c0214 aic: Validate values read from the bitstream 11 years ago
Kostya Shishkov 410066986f aic: use chroma scan tables while decoding luma component in progressive mode 12 years ago
Michael Niedermayer 657875b145 avcodec/aic: Fix vlc value checks 12 years ago
Kostya Shishkov 1232a1647a Apple Intermediate Codec decoder 12 years ago