117 Commits (9ebe6e391071690dbee79a645c51b14bd55c2ff4)

Author SHA1 Message Date
Kostya Shishkov 6de226a2b8 indeo3: validate new frame size before resetting decoder 13 years ago
Kostya Shishkov bc00da2701 indeo3: when freeing buffers, set pointers referencing them to NULL as well 13 years ago
Kostya Shishkov 81064a8045 indeo3: initialise pixel planes on allocation 13 years ago
Kostya Shishkov fc417db3f1 indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder 13 years ago
Hendrik Leppkes 4b7fa553a9 indeo3: fix motion vector validation 13 years ago
Michael Niedermayer 4a80ebe491 indeo3: Fix reallocation code so that it doesnt become inconsistent. 13 years ago
Michael Niedermayer a84851bef8 indeo3dec: check mv bitstream pointer 13 years ago
Michael Niedermayer 8a521d57b3 indeo3dec: Fix end pointer. 13 years ago
Michael Niedermayer ba775a54bc indeo3: fix out of picture write. 13 years ago
Michael Niedermayer 50f4f272fe indeo3: Fix out of reference reading with NULL blocks. 13 years ago
Michael Niedermayer e75518e18d indeo3: move MV check up. 13 years ago
Michael Niedermayer 33a183df46 indeo3: Fix overreading requant_tab. 13 years ago
Michael Niedermayer 56ffa3fefb indeo3: Check motion vectors. 13 years ago
Ronald S. Bultje fc9bc08dca Indeo3: fix crashes on corrupt bitstreams. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Hendrik Leppkes 6071644287 indeo3: fix motion vector validation 13 years ago
Janne Grunau be540e0cb3 indeo3: check motion vectors for validity 13 years ago
Michael Niedermayer 134aaa79f7 indeo3: Fix null ptr dereference 13 years ago
Michael Niedermayer cd645c15d8 indeo3: check return values of allocate_frame_buffers() 13 years ago
Aneesh Dogra 464ccb0144 indeo3: check per-plane data buffer against input buffer bounds. 13 years ago
Kostya Shishkov 1469f943ad indeo3: cosmetics 13 years ago
Aneesh Dogra 97980db487 indeo3: error out if no motion vector is set. 13 years ago
Michael Niedermayer 1afe49b062 indeo3: out of array read checks for decode_plane() 13 years ago
Michael Niedermayer e9e642cbfb indeo3: Check remaining bits in parse_bintree() 13 years ago
Michael Niedermayer e421b79d01 indeo3: fix null pointer dereference in vulnerable.mov 13 years ago
Alex Converse 1149fbc763 indeo3: Fix a fencepost error. 13 years ago
Maxim Poliakovski 594b54b51e replacement Indeo 3 decoder 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 48df6a2415 indeo3: add out-of-buffer write check 14 years ago
Stefano Sabatini 7f58eb3c2b indeo3: release buffer in indeo3_decode_end() 14 years ago
Stefano Sabatini 5443812fbc indeo3: remove unnecessary includes 14 years ago
Stefano Sabatini a469c32478 indeo3: add @file doxy and a link to multimedia wiki documentation 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Alex Converse aab6374bbe indeo3: Eliminate use of long. 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
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Reimar Döffinger 4f76697b3e Change av_free to av_freep 16 years ago
Reimar Döffinger 16c8318513 Reallocate internal buffer when coded frame size changes. 16 years ago
Reimar Döffinger 28bcc76ab7 Change iv_decode_frame to get AVCodecContext as argument, so that 16 years ago