80 Commits (b64043a83d5792d227bee9a01e9360fd5de404e3)

Author SHA1 Message Date
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 2934a4b9a5 Remove unnecessary avassert.h inclusions 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 3e75631541 avcodec/sgidec: Mark decoder as init-threadsafe 4 years ago
Vittorio Giovara 99cb833fc2 sgi: Correctly propagate meaningful error values 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer a050cf0c45 avcodec/sgidec: fix count check 11 years ago
Michael Niedermayer 3b20ed8548 avcodec/sgidec: fix linesize for 16bit 11 years ago
Vittorio Giovara d613091f88 sgi: decode 16bit RLE images 11 years ago
Carl Eugen Hoyos f8dea10d3f sgi: decode images with 4 channels at 8 and 16 bits 11 years ago
Paul B Mahol ab7c64624a sgi: remove redundant argument from read_uncompressed_sgi() 11 years ago
Michael Niedermayer 6d9ccee451 sgi: set the row boundary to the correct value 11 years ago
Michael Niedermayer 0279d1d094 sgi: fix end of line boundary detection 11 years ago
Vittorio Giovara a7dbfcf6cb sgi: K&R formatting cosmetics 11 years ago
Anton Khirnov f4a8a00805 sgidec: fix buffer size check in expand_rle_row() 11 years ago
Anton Khirnov c755870d52 sgidec: stop using deprecated avcodec_set_dimensions 12 years ago
Michael Niedermayer 60ea0a5236 avcodec/sgi: Fix dereferencing uninitialized pointer 12 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Paul B Mahol f12c27daf7 sgidec: use bytestream2_get_bufferu() 12 years ago
Paul B Mahol 86e722ab97 sgidec: safer check for buffer overflow 12 years ago
Paul B Mahol 997e2b59e3 sgidec: return meaningful error codes 12 years ago
Paul B Mahol 5efa5103b0 sgidec: simplify return path 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
Paul B Mahol 6c7d1608dd sgidec: use unchecked bytestream2 functions where it makes sense 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 9051025102 lavc: remove duplicated .capabilities 13 years ago
Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Michael Niedermayer 6fd7bf7b03 sgidec: fix error free end detection. 13 years ago
Michael Niedermayer 39c56ef921 sgidec: correct end pointer 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Paul B Mahol e2a6eb8da4 sgidec: add CODEC_CAP_DR1 13 years ago
Paul B Mahol 0f65693529 sgidec: remove redundant argument from read_uncompressed_sgi() 13 years ago
Michael Niedermayer 7bc155163e sgidec: fix off by 1 error that tested a sample too far for oob. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Aneesh Dogra 4cd0bdae9a sgidec: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Carl Eugen Hoyos 0b1f20e23c Support reading 64bit sgi images. 13 years ago
Reimar Döffinger 4231bbbf4c sgidec: make compiler optimize away memcpy call in inner loop. 13 years ago
Reimar Döffinger ee4ba9aecd Fix incorrect increment in sgidec.c 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago