207 Commits (ea980d4162cf783c3ed9978c6e12b9908f5b039b)

Author SHA1 Message Date
Michael Niedermayer 87ddf9f1ef avcodec/4xm: Check index in decode_i_block() also in the path where its not used. 5 years ago
Michael Niedermayer 8f92eb05e0 avcodec/4xm: Check for end of input in decode_p_block() 5 years ago
Michael Niedermayer 2bbea155bf avcodec/4xm: Fix signed integer overflows in idct() 5 years ago
Michael Niedermayer 55557c6124 avcodec/4xm: Fix vlc memleak 5 years ago
Michael Niedermayer 07607a1db8 avcodec/4xm: Fix returned error codes 6 years ago
Ramiro Polla 4d34205bec avcodec/4xm: fix block alignment 6 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková ed006ae4e2 4xm: Convert to the new bitstream reader 8 years ago
Andreas Cadhalpun 1e660fe88d doc: fix spelling errors 8 years ago
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