| Commit message (Expand) | Author | Age | Files | Lines |
* | wmapro: check the min_samples_per_subframe | Luca Barbato | 2013-06-30 | 1 | -0/+7 |
* | wmapro: return early on unsupported condition | Luca Barbato | 2013-06-30 | 1 | -0/+1 |
* | wmapro: check num_vec_coeffs against the actual available buffer | Luca Barbato | 2013-06-30 | 1 | -3/+4 |
* | wmapro: make sure there is room to store the current packet | Luca Barbato | 2013-06-30 | 1 | -0/+8 |
* | lavc: move put_bits_left in put_bits.h | Luca Barbato | 2013-06-30 | 2 | -5/+8 |
* | 4xm: do not overread the source buffer in decode_p_block | Luca Barbato | 2013-06-30 | 1 | -0/+8 |
* | 4xm: check bitstream_size boundary before using it | Luca Barbato | 2013-06-30 | 1 | -1/+3 |
* | Prepare for 9.8 RELEASE | Reinhard Tartler | 2013-06-30 | 1 | -1/+1 |
* | update Changelog | Reinhard Tartler | 2013-06-16 | 1 | -0/+23 |
* | smacker: check frame size validity | Kostya Shishkov | 2013-06-16 | 1 | -1/+5 |
* | smacker: pad the extradata allocation | Kostya Shishkov | 2013-06-16 | 1 | -1/+2 |
* | smacker: check the return value of smacker_decode_tree | Kostya Shishkov | 2013-06-16 | 1 | -1/+10 |
* | smacker: fix an off by one in huff.length computation | Kostya Shishkov | 2013-06-16 | 1 | -1/+1 |
* | 4xm: do not overread the prestream buffer | Luca Barbato | 2013-06-16 | 1 | -2/+11 |
* | 4xm: validate the buffer size before parsing it | Luca Barbato | 2013-06-16 | 1 | -4/+17 |
* | 4xm: reject frames not compatible with the declared version | Luca Barbato | 2013-06-16 | 1 | -0/+3 |
* | 4xm: drop pointless assert | Luca Barbato | 2013-06-16 | 1 | -2/+2 |
* | 4xm: forward errors from decode_p_block | Luca Barbato | 2013-06-16 | 1 | -12/+22 |
* | 4xm: fold last_picture lazy allocation in decode_p_frame | Luca Barbato | 2013-06-16 | 1 | -8/+10 |
* | 4xm: do not overread while parsing header | Luca Barbato | 2013-06-16 | 1 | -6/+14 |
* | 4xm: refactor fourxm_read_header | Luca Barbato | 2013-06-16 | 1 | -89/+101 |
* | 4xm: K&R formatting cosmetics | Luca Barbato | 2013-06-16 | 1 | -44/+41 |
* | 4xm: use the correct logging context | Luca Barbato | 2013-06-16 | 1 | -2/+2 |
* | tiff: do not overread the source buffer | Luca Barbato | 2013-06-08 | 1 | -1/+4 |
* | apetag: use int64_t for filesize | Anton Khirnov | 2013-06-08 | 1 | -1/+1 |
* | vmd: refactor the inner decode loop | Luca Barbato | 2013-06-01 | 1 | -78/+82 |
* | vmd: use the PALETTE_COUNT constant uniformly | Luca Barbato | 2013-06-01 | 1 | -1/+1 |
* | vmd: drop incomplete chunks and spurious samples | Luca Barbato | 2013-05-31 | 1 | -2/+6 |
* | vmd: return meaningful errors | Luca Barbato | 2013-05-31 | 1 | -11/+24 |
* | vmdav: convert to bytestream2 | Alexandra Khirnova | 2013-05-31 | 1 | -93/+59 |
* | wavpack: use bytestream2 in wavpack_decode_block | Luca Barbato | 2013-05-31 | 1 | -83/+106 |
* | wavpack: return meaningful errors | Luca Barbato | 2013-05-31 | 1 | -19/+20 |
* | wavpack: check packet size early | Luca Barbato | 2013-05-31 | 1 | -0/+3 |
* | pixdesc: mark gray8 as pseudopal | Anton Khirnov | 2013-05-31 | 1 | -0/+1 |
* | mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac | Luca Barbato | 2013-05-31 | 1 | -0/+5 |
* | mjpeg: Validate sampling factors | Luca Barbato | 2013-05-31 | 1 | -0/+7 |
* | ljpeg: use the correct number of components in yuv | Luca Barbato | 2013-05-31 | 1 | -3/+3 |
* | wavpack: validate samples size parsed in wavpack_decode_block | Luca Barbato | 2013-05-31 | 1 | -0/+3 |
* | jpegls: check the scan offset | Luca Barbato | 2013-05-31 | 1 | -0/+4 |
* | jpegls: factorize return paths | Reinhard Tartler | 2013-05-31 | 1 | -5/+6 |
* | jpegls: return meaningful errors | Luca Barbato | 2013-05-31 | 1 | -5/+5 |
* | mpegvideo: allocate sufficiently large scratch buffer for interlaced vid | Jindrich Makovicka | 2013-05-31 | 1 | -1/+1 |
* | mjpegdec: properly report unsupported disabled features | Luca Barbato | 2013-05-31 | 1 | -0/+6 |
* | Prepare for 9.7 Release | Reinhard Tartler | 2013-05-31 | 1 | -1/+1 |
* | update Changelog | Reinhard Tartler | 2013-05-12 | 1 | -0/+1 |
* | proresdec: support mixed interlaced/non-interlaced content | Michael Smith | 2013-05-12 | 1 | -0/+2 |
* | update Changelog | Reinhard Tartler | 2013-05-11 | 1 | -0/+13 |
* | af_asyncts: fix offset calculation | Anton Khirnov | 2013-05-11 | 1 | -4/+9 |
* | oma: properly forward errors in oma_read_packet | Luca Barbato | 2013-05-11 | 1 | -2/+4 |
* | indeo3: use unaligned reads on reference blocks. | Anton Khirnov | 2013-05-11 | 1 | -20/+20 |