88 Commits (86645bf0a6b2a02b90bf0a17a14d7e750b1b9d40)

Author SHA1 Message Date
Michael Niedermayer 9f0602a717
avcodec/sgidec: do not forget the number of components in read_uncompressed_sgi() 2 years ago
Andreas Rheinhardt ce4713ea73 avcodec/sgidec: Use planar pixel formats 2 years ago
Andreas Rheinhardt e771223ec1 avcodec/sgidec: Avoid redundant private context 2 years ago
Andreas Rheinhardt 54cf0482bd avcodec/sgidec: Support negative linesizes 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 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 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 10 years ago
Michael Niedermayer 3b20ed8548 avcodec/sgidec: fix linesize for 16bit 10 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 11 years ago
Michael Niedermayer 60ea0a5236 avcodec/sgi: Fix dereferencing uninitialized pointer 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 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 12 years ago
Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 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