149 Commits (38788f2de5d6d7e696a34674baa83b78e3f2ee6b)

Author SHA1 Message Date
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
Piotr Bandurski 53241b5dc7 lavc: add missing new line to some messages 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 7925f923a5 4xm: use av_assert() 13 years ago
Mans Rullgard acb2c79c21 4xm: fix invalid array indexing 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Michael Niedermayer ae76c1af16 4xm: make mcdc() src const 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Yordan Makariev 0c5d78a898 4xm, timefilter: K&R formatting cosmetics 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Aneesh Dogra 9b55b4bb3a 4xm: Prevent buffer overreads. 13 years ago
Ronald S. Bultje 3fa646e859 Revert "4xm: Prevent buffer overreads." 13 years ago
Aneesh Dogra 295a7c0238 4xm: Prevent buffer overreads. 13 years ago
Aneesh Dogra 4b84f68223 4xm: pass the correct remaining buffer size to decode_i2_frame(). 13 years ago
Aneesh Dogra 893f137679 4xm: fix calculation of the next output line position in decode_i2_frame(). 13 years ago
Anton Khirnov d09298f0d6 4xm: remove unused variables. 13 years ago
Shitiz Garg 355d917c0b 4xm: Add a check in decode_i_frame to prevent buffer overreads 13 years ago
Aneesh Dogra 1443ea93d9 4xm: Use bytestream2 functions to prevent overreads 13 years ago
Justin Ruggles bc78ceec2b 4xm: remove unneeded check for remaining unused data. 13 years ago
Michael Niedermayer e1ba29c764 4xm: check if there are bits left in decode_i_block() 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Laurent Aimar 1b1182ce97 4xm: prevent NULL dereference with invalid huffman table 13 years ago
Laurent Aimar 8d518a9c4f 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers 13 years ago
Mans Rullgard 84dda40762 4xm: fix signed overflow 13 years ago
Laurent Aimar db5b487551 Reject video with non multiple of 16 width/height in the 4xm decoder. 13 years ago
Michael Niedermayer 0a19b4b0ba 4xm decoder: fix data size for i2 frames. 13 years ago
Michael Niedermayer 1008f639e2 4xm decoder: print some error messages in case of errors. 13 years ago
Laurent Aimar 9c661e952f Check for out of bound accesses in the 4xm decoder. 13 years ago
Laurent Aimar 90a69b2f61 Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers used in 4xm decoder. 13 years ago