36 Commits (13129f1af4340944291e0e291cb38d1c1ea3aad2)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Peter Ross 58bd7d97a4 avcodec/jpegtables: remove duplicate luma and chroma quantization tables 2 years ago
Andreas Rheinhardt 0702fefd88 avcodec/agm: Only keep what is used from ScanTable 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
Michael Niedermayer 6d71a25cc4 avcodec/agm: Fix off by 1 error in decode_inter_plane() 4 years ago
Michael Niedermayer 6d7e522103 avcodec/agm: Mark fill_pixels() as av_always_inline 4 years ago
Michael Niedermayer a98eeb0c1e avcodec/agm: YUV420 without DCT needs even dimensions 5 years ago
Michael Niedermayer 5c151e1491 avcodec/agm: Test remaining data in decode_raw_intra_rgb() 5 years ago
Michael Niedermayer 1f20969457 avcodec/agm: Include block size in the MV check for flags == 3 5 years ago
Michael Niedermayer 7a1b30c871 avcodec/agm: Do not allow MVs out of the picture area as no edge is allocated 5 years ago
Michael Niedermayer bfa8272f40 vcodec/agm: Alloc based on coded dimensions 5 years ago
Michael Niedermayer 315a445933 avcodec/agm: Check for reference frame earlier 5 years ago
Michael Niedermayer 6ebbfb377f avcodec/agm: Fix overflow of signed shift 5 years ago
Michael Niedermayer 19af948e53 avcodec/agm: Check output size before allocation 6 years ago
Michael Niedermayer caa9b4ff89 avcodec/agm: Check that there is available input in read_code() 6 years ago
Michael Niedermayer df9ef925f9 avcodec/agm: remove ;; 6 years ago
Michael Niedermayer 7ee7bb92e6 avcodec/agm: Check for too many too short codes in make_new_tree() 6 years ago
Michael Niedermayer 158efc045c avcodec/agm: Do not crash on invalid codes 6 years ago
Michael Niedermayer 3308e3da04 avcodec/agm: Check frame dimensions 6 years ago
Paul B Mahol 7be8f7ac81 avcodec/agm: add support for non-dct coding 6 years ago
Paul B Mahol 0f28355974 avcodec/agm: add support for higher compression 6 years ago
Michael Niedermayer 2169a3f262 avcodec/agm: Fix integer overflow with w/h 6 years ago
Michael Niedermayer 8e3b01e20e avcodec/agm: More completely check size before using it 6 years ago
Paul B Mahol 4e8cbbf70e avcodec: add Amuse Graphics decoder 6 years ago