84 Commits (81064a8045028838fd32d18490034c207c8ecc06)

Author SHA1 Message Date
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
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
Janne Grunau be540e0cb3 indeo3: check motion vectors for validity 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
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
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 737eb5976f Merge libavcore into libavutil 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
Baptiste Coudurier 7bbf3f2ca4 indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Alex Converse d42e44a0ef Reindent after last commit 16 years ago
Alex Converse 274aa1d02f Some buffer checks for indeo3 16 years ago
Benoit Fouet a6cef9651d Remove unneeded check. 16 years ago
Benoit Fouet a44cb89b0f Fix an exploit in indeo by checking we are not writing out of the strip array. 16 years ago
Aurelien Jacobs 1238fa9fb8 indeo3: replace sizeof(struct ...) by sizeof(*var) 16 years ago
Diego Biurrun bda4e3940a Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. 16 years ago
Benoit Fouet 2c4b482931 Rename some variables and add some comments to try to be a bit more clear. 16 years ago
Benoit Fouet b07e52a955 Fix indentation. 16 years ago
Benoit Fouet 5fbec79197 Remove useless context variable. 16 years ago
Benoit Fouet 963203361c Merge declaration and assignment. 16 years ago
Benoit Fouet 21899717a3 Move iv_decode_frame function to remove a forward declaration. 16 years ago
Benoit Fouet 950c0373fd Remove useless lines. 16 years ago
Benoit Fouet 6f427ccbeb Reindent whole file. 16 years ago
Benoit Fouet e1a96237df Indent. 16 years ago
Benoit Fouet f8be1206a6 Simplify iv_free_func(). 16 years ago
Benoit Fouet ffc64ac061 Move allocated buffer out of YUV buffer structure. 16 years ago
Benoit Fouet c2db8a99a6 Remove useless initializations. 16 years ago
Benoit Fouet 8b27f76bf8 Check allocations on init. 16 years ago
Benoit Fouet 809a23a543 Remove useless test. 16 years ago
Benoit Fouet 56d9b943d3 Cosmetics 16 years ago
Benoit Fouet 68e9c68fdb use uint8_t instead of unsigned char 16 years ago