138 Commits (061c86a7178e981dd3901d853f0aca8908be77f5)

Author SHA1 Message Date
Andreas Rheinhardt df3cdf4c75 avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I 8 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
aybe aybe 36b402f80d
avcodec/mdec: DC reading for STRv1 is like STRv2 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Andreas Rheinhardt 11dfa4d159 avcodec/mpeg12: Avoid indirection when accessing rl_vlc tables 2 years ago
Andreas Rheinhardt 60c3516941 avcodec/mdec: Only keep what is used from ScanTable 2 years ago
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 21b23ceab3 avcodec: Make init-threadsafety the default 3 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 977d8b6297 avcodec/mpeg12.h: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 4707023a95 avcodec/mpegvideo: Remove unnecessary headers 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
Andreas Rheinhardt 7800cc6e82 avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can fail 4 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Ronald S. Bultje e639d09199 mdec: stop preferring the simple IDCT. 8 years ago
Ronald S. Bultje 42dd1434bf mdec: use correctly permutated quant matrix for dequantization. 8 years ago
James Darnley 9d11fedd11 avcodec/mdec: override IDCT choice before initing DSP structs 8 years ago
Michael Niedermayer a234b5ade3 avcodec/mdec: Fix signed integer overflow: 28835400 * 83 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 6ca82975b7 avcodec/mdec: Fix runtime error: left shift of negative value -127 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Vittorio Giovara e60a6e7545 mpegvideo: Drop mpegvideo.h where not needed 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Federico Tomassetti 161442ff2c mdec: check for out of bounds read 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Vittorio Giovara 2183432e6d mdec: set color_range 11 years ago
Paul B Mahol 387e76f993 avcodec/mdec: use dsp.bswap16_buf() 11 years ago
Paul B Mahol c783bec6dc avcodec/mdec: use av_fast_padded_malloc() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 9a5aa2c48e avcodec/mdec: use init_get_bits8() 12 years ago
Michael Niedermayer 154c8bf60b avcodec/mdec: make block_index static const 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
Anton Khirnov 30d62507cd mdec: return meaningful error codes. 12 years ago
Anton Khirnov f713411d4c mdec: cosmetics, reformat 12 years ago
Anton Khirnov 098eed95bc mdec: merge mdec_common_init() into decode_init(). 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago