Go to file
Martin Storsjo 8e4d5d9d2f Use a saturating shift to avoid overflow
When the shift overflowed, asserts were triggered later, where
the values were assumed to be non-negative.
2012-09-02 22:27:52 +02:00
documentation Added license boilerplate to all source files. 2012-06-11 20:07:04 -07:00
libAACdec Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
libAACenc Use a saturating shift to avoid overflow 2012-09-02 22:27:52 +02:00
libFDK Use __builtin_clz instead of default implementation of fixnormz on GCC 2012-08-14 23:48:55 +03:00
libMpegTPDec Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
libMpegTPEnc Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
libPCMutils Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
libSBRdec Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
libSBRenc Use saturating adds to avoid overflow 2012-08-11 22:28:54 +03:00
libSYS Only use __int64 on MSVC, not on all win32 compilers 2012-07-11 14:28:03 +03:00
m4 build: ignore autotools support files, and remove them from the repository. 2012-07-11 22:13:08 +03:00
.gitignore build: ignore autotools support files, and remove them from the repository. 2012-07-11 22:13:08 +03:00
Android.mk Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
ChangeLog Update the changelog 2012-07-11 14:28:03 +03:00
configure.ac Check whether we need to link to -lm for math functions 2012-07-14 01:58:51 +03:00
fdk-aac.pc.in Add automake/autoconf source files 2012-07-11 14:28:02 +03:00
fdk-aac.sym Export the external symbols via the libtool -export-symbols option 2012-07-11 14:37:36 +03:00
Makefile.am Export the external symbols via the libtool -export-symbols option 2012-07-11 14:37:36 +03:00
MODULE_LICENSE_FRAUNHOFER Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00
NOTICE Add NOTICE file. Rework make file so it appears in settings. 2012-06-12 10:34:26 -07:00