[FFmpeg-cvslog] alsdec: validate time diff index

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Apr 18 20:09:28 2015 +0200| [84cd276d0e829e0b5229c1328b476a516ddeefd6] | committer: Andreas Cadhalpun alsdec: validate time diff index If begin is smaller than t, the subtraction 'begin -= t' wraps around, because begin is unsigned. The sa

[FFmpeg-cvslog] alsdec: validate time diff index

2015-05-06 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Sat Apr 18 20:09:28 2015 +0200| [deb0f487bdd7f989a68a286d7ac1e33045a6eda0] | committer: Michael Niedermayer alsdec: validate time diff index If begin is smaller than t, the subtraction 'begin -= t' wraps around, because begin is unsigned. The

[FFmpeg-cvslog] alsdec: validate time diff index

2015-04-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Apr 18 20:09:28 2015 +0200| [3bd7aa46601ada27c8051b7dd0cef168ff4a2206] | committer: Michael Niedermayer alsdec: validate time diff index If begin is smaller than t, the subtraction 'begin -= t' wraps around, because begin is unsigned. The

[FFmpeg-cvslog] alsdec: validate time diff index

2015-04-18 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Apr 18 20:09:28 2015 +0200| [faac8e43315dae5818816bcebe52d11777b064b2] | committer: Michael Niedermayer alsdec: validate time diff index If begin is smaller than t, the subtraction 'begin -= t' wraps around, because begin is unsigned. The

[FFmpeg-cvslog] alsdec: validate time diff index

2015-04-18 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Apr 18 20:09:28 2015 +0200| [faf9fe2c224ea81a98afd53e2f0be0a2e13aeca9] | committer: Michael Niedermayer alsdec: validate time diff index If begin is smaller than t, the subtraction 'begin -= t' wraps around, because begin is unsigned. The same