| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo3: fix motion vector validation | Hendrik Leppkes | 2012-01-25 | 1 | -3/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -6/+18 |
|\ |
|
| * | indeo3: check motion vectors for validity | Janne Grunau | 2012-01-07 | 1 | -4/+18 |
| * | indeo3: check per-plane data buffer against input buffer bounds. | Aneesh Dogra | 2011-11-29 | 1 | -1/+3 |
* | | indeo3: Fix null ptr dereference | Michael Niedermayer | 2011-12-21 | 1 | -1/+2 |
* | | indeo3: check return values of allocate_frame_buffers() | Michael Niedermayer | 2011-12-15 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-29 | 1 | -1/+1 |
|\| |
|
| * | indeo3: cosmetics | Kostya Shishkov | 2011-11-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-28 | 1 | -0/+2 |
|\| |
|
| * | indeo3: error out if no motion vector is set. | Aneesh Dogra | 2011-11-27 | 1 | -0/+2 |
* | | indeo3: out of array read checks for decode_plane() | Michael Niedermayer | 2011-11-25 | 1 | -2/+6 |
* | | indeo3: Check remaining bits in parse_bintree() | Michael Niedermayer | 2011-11-25 | 1 | -2/+2 |
* | | indeo3: fix null pointer dereference in vulnerable.mov | Michael Niedermayer | 2011-11-24 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-09 | 1 | -1/+1 |
|\| |
|
| * | indeo3: Fix a fencepost error. | Alex Converse | 2011-11-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1008/+916 |
|\| |
|
| * | replacement Indeo 3 decoder | Maxim Poliakovski | 2011-11-03 | 1 | -1003/+919 |
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -10/+8 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -10/+8 |
* | | indeo3: add out-of-buffer write check | Stefano Sabatini | 2011-05-25 | 1 | -0/+3 |
* | | indeo3: release buffer in indeo3_decode_end() | Stefano Sabatini | 2011-05-20 | 1 | -0/+3 |
* | | indeo3: remove unnecessary includes | Stefano Sabatini | 2011-05-20 | 1 | -4/+0 |
* | | indeo3: add @file doxy and a link to multimedia wiki documentation | Stefano Sabatini | 2011-05-20 | 1 | -3/+9 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -11/+11 |
|\| |
|
| * | indeo3: Eliminate use of long. | Alex Converse | 2011-05-03 | 1 | -11/+11 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -33/+33 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -33/+33 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Change av_free to av_freep | Reimar Döffinger | 2009-07-06 | 1 | -3/+3 |
* | Reallocate internal buffer when coded frame size changes. | Reimar Döffinger | 2009-07-06 | 1 | -0/+12 |
* | Change iv_decode_frame to get AVCodecContext as argument, so that | Reimar Döffinger | 2009-07-06 | 1 | -3/+4 |
* | indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Reindent after last commit | Alex Converse | 2009-02-19 | 1 | -1/+1 |
* | Some buffer checks for indeo3 | Alex Converse | 2009-02-19 | 1 | -2/+20 |
* | Remove unneeded check. | Benoit Fouet | 2009-01-26 | 1 | -3/+0 |
* | Fix an exploit in indeo by checking we are not writing out of the strip array. | Benoit Fouet | 2009-01-26 | 1 | -0/+8 |
* | indeo3: replace sizeof(struct ...) by sizeof(*var) | Aurelien Jacobs | 2008-12-14 | 1 | -2/+2 |
* | Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. | Diego Biurrun | 2008-12-13 | 1 | -5/+5 |