[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2017-04-03 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [f92d7bdfddfaac04b3bb31f2749d173ca1d8ba6d] | committer: Anton Khirnov libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Signed-off-by: Andreas Cadha

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [56b120630fd2cd39134fc25cb41caea0b620df7c] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michae

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.0 | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [dbad79248704d4b7cfcabbe46a734c51c1ada9a0] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michae

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.1 | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [e70caba38480f11043963bb5eb150cfb2eebd41b] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michae

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [a6a2d9d1e546ecb7a697cfbc9f392f577e4d868c] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michae

[FFmpeg-cvslog] libopusdec: default to stereo for invalid number of channels

2016-11-24 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 14 21:41:45 2016 +0100| [8c8f543b81aa2b50bb6a6cfd370a0061281492a3] | committer: Andreas Cadhalpun libopusdec: default to stereo for invalid number of channels This fixes an out-of-bounds read if avc->channels is 0. Reviewed-by: Michael Nie