104 Commits (ba85e0ce4177c442004e7e0e3518fcbddd83c3d9)

Author SHA1 Message Date
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 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 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
Andreas Rheinhardt 902e16d183 avcodec/mpeg12: Make initializing VLCs thread-safe 4 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Michael Niedermayer 0ac1c87194 avcodec/eamad: Fix runtime error: signed integer overflow: 49674 * 49858 cannot be represented in type 'int' 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Alexandra Hájková adb1ebb36c eamad: Convert to the new bitstream reader 8 years ago
Diego Biurrun a339e919ca ea: Change type of array stride parameters to ptrdiff_t 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Luca Barbato 64a2e84416 eamad: Use the correct headers 10 years ago
Federico Tomassetti 061c489895 eamad: check for out of bounds read 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Michael Niedermayer c712d240b1 avcodec/eamad: use av_freep(), do not leave stale pointers in memory 10 years ago
Anton Khirnov 541427ab4d eamad: use the bytestream2 API instead of AV_RL 10 years ago
Diego Biurrun b4987f7219 idct: Convert IDCT permutation #defines to an enum 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Michael Niedermayer a779602584 avcodec/eamad: silence uninitialized variable warnings 11 years ago
Anton Khirnov e4155f15b3 eamad: use the AVFrame API properly. 11 years ago
Anton Khirnov c6b8a7dbb4 eamad: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer e756635964 eamad: Check against minimum supported dimensions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 7b89cd20d8 eamad: allocate a dummy reference frame when the real one is missing 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Janne Grunau 42060c7030 eamad: initialize padding of bitstream_buf through av_fast_padded_malloc() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol e3edee6d2f eamad: return meaningful error codes 12 years ago
Michael Niedermayer 63ac64864c eamad: fix out of array accesses 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Derek Buitenhuis 19d40c7912 eamad: Use dsputils instead of its own bswap16_buf 12 years ago
Derek Buitenhuis a675d73d57 eamad: Use dsputils instead of a custom bswap16_buf 12 years ago
Mans Rullgard f3eb008343 eamad/eatgq/eatqi: call special EA IDCT directly 12 years ago
Mans Rullgard 591766a3a9 eamad: remove use of MpegEncContext 12 years ago