[FFmpeg-cvslog] softfloat: handle INT_MIN correctly in av_int2sf

2015-11-11 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Nov 8 17:19:10 2015 +0100| [e10c353ca5c34054aa42bbfba3c992ca947c59db] | committer: Michael Niedermayer softfloat: handle INT_MIN correctly in av_int2sf Otherwise v=INT_MIN doesn't get normalized and thus triggers av_assert2 in other funct

[FFmpeg-cvslog] softfloat: handle INT_MIN correctly in av_int2sf

2015-11-08 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Nov 8 17:19:10 2015 +0100| [9ac61e73d0843ec4b83f4e3d47eded73234e406e] | committer: Andreas Cadhalpun softfloat: handle INT_MIN correctly in av_int2sf Otherwise v=INT_MIN doesn't get normalized and thus triggers av_assert2 in other functions.