| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpeg124: use sign_extend() function | Mans Rullgard | 2011-10-09 | 3 | -10/+6 |
* | ac3dec: use get_sbits() instead of manually sign-extending | Mans Rullgard | 2011-10-09 | 1 | -2/+2 |
* | 4xm: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | wmavoice: fix a signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpegvideo_enc: fix a signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | zmbv: remove memcpy() of decoded frame | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | mpeg12enc: use sign_extend() function | Mans Rullgard | 2011-10-09 | 1 | -2/+2 |
* | h264pred: use unsigned types for pixel values, fix signed overflows | Mans Rullgard | 2011-10-09 | 2 | -21/+21 |
* | h264: fix signed overflows in x*0x01010101 expressions | Mans Rullgard | 2011-10-09 | 2 | -2/+2 |
* | h264pred: remove unused variables | Mans Rullgard | 2011-10-09 | 1 | -2/+0 |
* | vp8: fix signed overflows | Mans Rullgard | 2011-10-08 | 1 | -2/+3 |
* | motion_est: fix some signed overflows | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | dca: fix signed overflow in shift | Mans Rullgard | 2011-10-08 | 1 | -1/+2 |
* | aacdec: fix undefined shifts | Mans Rullgard | 2011-10-08 | 1 | -2/+2 |
* | bink: Check for various out of bound writes | Laurent Aimar | 2011-10-08 | 1 | -5/+14 |
* | bink: Check for out of bound writes when building tree | Laurent Aimar | 2011-10-08 | 1 | -1/+1 |
* | put_bits: fix invalid shift by 32 in flush_put_bits() | Mans Rullgard | 2011-10-08 | 1 | -1/+2 |
* | mpc8: Check out of bound bands limit | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | xan: Prevent NULL dereference with missing palette | Laurent Aimar | 2011-10-07 | 1 | -0/+5 |
* | xan: Check for out of bound reads in xan_huffman_decode() | Laurent Aimar | 2011-10-07 | 1 | -1/+4 |
* | xan: Fixed out of bound accesses in xan_unpack() | Laurent Aimar | 2011-10-07 | 1 | -5/+13 |
* | motionpixels: Prevent calling init_vlc() with invalid parameters | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | shorten: Fix out of bound writes in fix_bitshift() | Laurent Aimar | 2011-10-07 | 1 | -1/+1 |
* | dsicinav: Check for out of bounds writes | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | tiertexseqv: Check for out of bound reads | Laurent Aimar | 2011-10-07 | 1 | -14/+51 |
* | quickdraw: Check for out of bound reads | Laurent Aimar | 2011-10-07 | 1 | -0/+12 |
* | dsicinav: Check for out of bounds reads | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | motionpixels: Fix the size of workspace buffers | Laurent Aimar | 2011-10-07 | 1 | -2/+4 |
* | motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp... | Laurent Aimar | 2011-10-07 | 1 | -0/+1 |
* | wmavoice: Check for corrupted extra data | Laurent Aimar | 2011-10-07 | 1 | -0/+8 |
* | wmavoice: Check for out of bound writes | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | xan: Prevent NULL dereferences with missing reference frame | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | bink: Prevent NULL dereferences with missing reference frame | Laurent Aimar | 2011-10-07 | 1 | -3/+5 |
* | wavpack: Reset internal state on corrupted blocks | Laurent Aimar | 2011-10-07 | 1 | -10/+13 |
* | wmapro: Validate the number of audio channels before using it | Laurent Aimar | 2011-10-07 | 1 | -12/+12 |
* | shorten: Prevent block size from increasing | Laurent Aimar | 2011-10-07 | 1 | -2/+8 |
* | xan: Prevent out of bound accesses | Laurent Aimar | 2011-10-07 | 1 | -5/+20 |
* | H264: Only wait before triggering ff_thread_setup_complete() until the next s... | Michael Niedermayer | 2011-10-07 | 1 | -1/+5 |
* | vp6: Reset the internal state when aborting key frames header parsing | Laurent Aimar | 2011-10-07 | 1 | -1/+4 |
* | vp56: Release old pictures after a resolution changes | Laurent Aimar | 2011-10-07 | 1 | -0/+13 |
* | vp6: Check for huffman tree build errors | Laurent Aimar | 2011-10-07 | 4 | -11/+18 |
* | vp56: Check for missing reference frame data | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | cinepak: Fix invalid read access on extra data | Laurent Aimar | 2011-10-06 | 1 | -1/+2 |
* | vmd: fix segfaults on corruped streams | Laurent Aimar | 2011-10-06 | 1 | -24/+80 |
* | cook: Fix js_vlc_bits value validation for joint stereo | Laurent Aimar | 2011-10-06 | 1 | -2/+3 |
* | Fixed deference of NULL pointer in motionpixels decoder. | Laurent Aimar | 2011-10-06 | 1 | -1/+2 |
* | libx264: support 9- and 10-bit output. | Anton Khirnov | 2011-10-06 | 4 | -2/+37 |
* | h264: correct implicit_weight for field-interlaced pictures. | Ronald S. Bultje | 2011-10-05 | 1 | -1/+5 |
* | mpegvideo: set correct offset for edge emulation buffer. | Ronald S. Bultje | 2011-10-05 | 2 | -6/+3 |