200 Commits (2039b3e7511ef183dae206575114e15b6d99c134)

Author SHA1 Message Date
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 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
Michael Niedermayer 4001fc4267 avcodec/4xm: remove duplicate assert 10 years ago
Vittorio Giovara 68a35473ed 4xm: more thorought check for negative index and negative shift 10 years ago
Vittorio Giovara 0e1ebfebc8 4xm: drop unnecessary check 10 years ago
Michael Niedermayer 544380aaf0 avcodec/4xm: Make src of decode_p_block() const 10 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
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Anton Khirnov fe80fa53bc 4xm: replace forcing EMU_EDGE by a copy 11 years ago
Anton Khirnov fffca3d278 4xm: return a proper error code. 11 years ago
Paul B Mahol 2820562935 avcodec/4xm: 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
Luca Barbato 2f034f255c 4xm: Reject not a multiple of 16 dimension 11 years ago
Michael Niedermayer 68efb1d60a 4xm: Dont ignore dc run errors 12 years ago
Michael Niedermayer 13c56e9a9c 4xm: check for invalid zero ac coeffs 12 years ago
Luca Barbato 59d7bb99b6 4xm: check bitstream_size boundary before using it 12 years ago
Luca Barbato fbd0dacc8d 4xm: refactor decode_p_block 12 years ago
Luca Barbato 94aefb1932 4xm: do not overread the source buffer in decode_p_block 12 years ago
Luca Barbato be373cb50d 4xm: do not overread the prestream buffer 12 years ago
Luca Barbato de2e5777e2 4xm: validate the buffer size before parsing it 12 years ago
Luca Barbato 145023f572 4xm: reject frames not compatible with the declared version 12 years ago
Luca Barbato 1f0c607560 4xm: drop pointless assert 12 years ago
Luca Barbato b8b809908e 4xm: forward errors from decode_p_block 12 years ago
Luca Barbato 50ec1db62d 4xm: fold last_picture lazy allocation in decode_p_frame 12 years ago
Luca Barbato e7a44f87d0 4xm: refactor fourxm_read_header 12 years ago
Luca Barbato 08859d19b4 4xm: use the correct logging context 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 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
Anton Khirnov 8097fc9a2d 4xm: check the return value of read_huffman_tables(). 12 years ago
Michael Niedermayer cfc7b9cfff 4xm: remove avcodec_get_frame_defaults() calls 12 years ago
Michael Niedermayer d73b65ed0e 4xm: add assert to check that the pointer from read_huffman_tables is within the array 12 years ago
Michael Niedermayer 53a3fdbfc5 4xm: Check available space in read_huffman_tables() 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov aa15afb7ce 4xm: simplify code with FFSWAP 12 years ago
Anton Khirnov 10c26e928a 4xm: return meaningful error codes 12 years ago
Anton Khirnov f7d15d2f42 4xm: operate with pointers to AVFrames instead of whole structs. 12 years ago
Anton Khirnov 85383d139a 4xm: eliminate a pointless indirection 12 years ago
Anton Khirnov b047c68783 4xm: don't rely on get_buffer() initializing the frame. 12 years ago
Michael Niedermayer 5ffb5e7a2d 4xm: check the correct stream, fix fate 12 years ago
Paul B Mahol 44fe118e0a lavc/4xm: use bytestream2_get_bytes_left 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 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 a5e382ad7f 4xm: return error code if decode_init() failed 12 years ago
Michael Niedermayer aed128f07d 4xmdec: fix integer overflow, null ptr dereference 12 years ago
Michael Niedermayer c433823750 4xmdec: test version for cfrms, fix out of array accesses 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago