[FFmpeg-cvslog] interplayacm: validate number of channels

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.0 | Andreas Cadhalpun | Sun Oct 30 21:41:11 2016 +0100| [aa32d415275613e406a43d8f091d6981e4e1b872] | committer: Andreas Cadhalpun interplayacm: validate number of channels The number of channels is used as divisor in decode_frame, so it must not be zero to avoid SIGF

[FFmpeg-cvslog] interplayacm: validate number of channels

2016-11-26 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.1 | Andreas Cadhalpun | Sun Oct 30 21:41:11 2016 +0100| [d6fbc7a2daf0311fa7c093d48bcf19d1cf35936a] | committer: Andreas Cadhalpun interplayacm: validate number of channels The number of channels is used as divisor in decode_frame, so it must not be zero to avoid SIGF

[FFmpeg-cvslog] interplayacm: validate number of channels

2016-11-17 Thread Andreas Cadhalpun
ffmpeg | branch: release/3.2 | Andreas Cadhalpun | Sun Oct 30 21:41:11 2016 +0100| [266cf258cc9377fa46acf78dfcb354b4cb12ef6f] | committer: Andreas Cadhalpun interplayacm: validate number of channels The number of channels is used as divisor in decode_frame, so it must not be zero to avoid SIGF

[FFmpeg-cvslog] interplayacm: validate number of channels

2016-10-30 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Oct 30 21:41:11 2016 +0100| [5540d6c1343e6d1e06d6601b7d35884761711e3e] | committer: Andreas Cadhalpun interplayacm: validate number of channels The number of channels is used as divisor in decode_frame, so it must not be zero to avoid SIGFPE cr