| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mvdec: Fix DoS due to lack of eof check | Michael Niedermayer | 2017-08-27 | 1 | -0/+2 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -2/+2 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -2/+2 |
* | | mvdec: validate sample_rate | Andreas Cadhalpun | 2016-11-07 | 1 | -0/+4 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -37/+37 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -37/+37 |
* | | avformat/mvdec: Use 64bit for ret to avoid overflow | Michael Niedermayer | 2015-02-20 | 1 | -1/+1 |
* | | avformat/mvdec: Check size in read_table() for validity | Michael Niedermayer | 2014-10-28 | 1 | -4/+13 |
* | | avformat/mvdec: Check size for validity in var_read_string() | Michael Niedermayer | 2014-10-28 | 1 | -1/+6 |
* | | Merge commit '55ddd700c67529ff2c6c4e976673f1341bba7a82' | Michael Niedermayer | 2014-04-19 | 1 | -58/+85 |
|\| |
|
| * | Silicon Graphics Movie demuxer | Peter Ross | 2014-04-19 | 1 | -0/+468 |
* | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -8/+8 |
* | mvdec: check var_read_string() return value | Michael Niedermayer | 2013-01-27 | 1 | -0/+2 |
* | mvdec: Check the frame counter against the correct limit. | Michael Niedermayer | 2013-01-27 | 1 | -1/+1 |
* | mvdec: check channel count. | Michael Niedermayer | 2013-01-22 | 1 | -4/+18 |
* | mvdec: minor simplification, remove av_inv_q() | Michael Niedermayer | 2013-01-22 | 1 | -2/+2 |
* | mvdec: use avpriv_set_pts_info() instead of directly setting tb. | Michael Niedermayer | 2013-01-22 | 1 | -2/+3 |
* | mcdec: suppress "warning: a/vst may be used uninitialized in this function" | Michael Niedermayer | 2012-12-24 | 1 | -1/+1 |
* | Silicon Graphics Movie (.mv) demuxer | Peter Ross | 2012-12-17 | 1 | -0/+424 |