History log of /frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mdct_18.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
42b1ea8a934ee13899663ad7e1551b658d48e6d6 02-Feb-2017 Marco Nelissen <marcone@google.com> Turn off overflow protection for various math functions

These functions also exist as arm assembly files, where the overflows
just wrap around, and this makes their plain C equivalents behave
the same.

Bug: 32577290
Bug: 33071964
Test: ran PoC for bug 32577290 using plain C source code
Change-Id: I73c2609589e7a89d36f6c44391548312259daf14
(cherry picked from commit cbf5e6915c42c691a6ccb9a5d249e450f9e67467)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mdct_18.cpp
2dd1d5e02ef7f3a10db86dc2455d5bb9d35998c2 02-Feb-2017 Marco Nelissen <marcone@google.com> Revert "Turn off overflow protection for various math functions"

This reverts commit cbf5e6915c42c691a6ccb9a5d249e450f9e67467.

Change-Id: I0a81c26d22fee36485b21c285dcc91fbd518e1dd
/frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mdct_18.cpp
cbf5e6915c42c691a6ccb9a5d249e450f9e67467 02-Feb-2017 Marco Nelissen <marcone@google.com> Turn off overflow protection for various math functions

These functions also exist as arm assembly files, where the overflows
just wrap around, and this makes their plain C equivalents behave
the same.

Bug: 32577290
Bug: 33071964
Test: ran PoC for bug 32577290 using plain C source code
Change-Id: I73c2609589e7a89d36f6c44391548312259daf14
/frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mdct_18.cpp
d9618f23226f46c752e56f712bc4b505117d8b4b 07-Dec-2009 Andreas Huber <andih@google.com> Initial checkin of stagefright MP3 audio decoder based on PV source code.
/frameworks/av/media/libstagefright/codecs/mp3dec/src/pvmp3_mdct_18.cpp