[FFmpeg-cvslog] diracdec: avoid overflow of bytes*8 in decode_lowdelay

2015-06-17 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Tue May 5 22:10:44 2015 +0200| [b946f849bb926dcfb67ed76e0bd8fdb1b53519b2] | committer: Michael Niedermayer diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow and become negative. In that cas

[FFmpeg-cvslog] diracdec: avoid overflow of bytes*8 in decode_lowdelay

2015-06-01 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Tue May 5 22:10:44 2015 +0200| [68c11b665458bf43d5f751131c43c6e402e5e02f] | committer: Michael Niedermayer diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow and become negative. In that cas

[FFmpeg-cvslog] diracdec: avoid overflow of bytes*8 in decode_lowdelay

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Tue May 5 22:10:44 2015 +0200| [448d6488b14179462e28933594d84668aad20d1c] | committer: Michael Niedermayer diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow and become negative. In that cas

[FFmpeg-cvslog] diracdec: avoid overflow of bytes*8 in decode_lowdelay

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 5 22:10:44 2015 +0200| [c6418be04314b3bf9bfda8d36d639907f8c7a2ad] | committer: Andreas Cadhalpun diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow and become negative. In that case

[FFmpeg-cvslog] diracdec: avoid overflow of bytes*8 in decode_lowdelay

2015-05-05 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue May 5 22:10:44 2015 +0200| [9e66b39aa87eb653a6e5d15f70b792ccbf719de7] | committer: Michael Niedermayer diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow and become negative. In that case 'bu