summaryrefslogtreecommitdiff
path: root/libFDK
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Fix warnings with MSVC about mismatch between signed and unsigned in a headerMartin Storsjo1-2/+2
2017-08-03Make sure at least one bit exists before reading further in FDKreadBitMartin Storsjo1-1/+5
2017-06-22Re-fix "Stack-buffer-overflow in FDKmemset"Martin Storsjo1-0/+4
2017-06-22Revert "Fix "Stack-buffer-overflow in FDKmemset""Martin Storsjo1-4/+0
2017-06-12Fix "Stack-buffer-overflow in FDKmemset"Martin Storsjo1-0/+4
2017-04-26Try to properly handle the case when the bitstream reader runs out of bits to...Martin Storsjo1-1/+15
2017-04-23Add checks to avoid overreading supplied buffers and fix issue #61.Robert Kausch2-20/+45
2016-10-28Merge remote-tracking branch 'aosp/master'Martin Storsjo1-8/+8
2016-10-18Remove redundant register storage class specifiersMartin Storsjo1-8/+8
2016-10-18Merge remote-tracking branch 'aosp/master'Martin Storsjo2-27/+27
2016-10-17Add casts to avoid errors due to narrowingMartin Storsjo2-27/+27
2016-09-11Fix building with MSVC for ARMMartin Storsjo1-1/+0
2016-09-11Detect MSVC x64Martin Storsjo1-1/+1
2016-09-10Add aarch64 assembly optimization (ARMv8a 64 bits)Lexyan5-0/+249
2016-08-25Merge remote-tracking branch 'aosp/master'Martin Storsjo4-61/+264
2016-05-18Invert inline and void to be compatible with gcc 3.3.4Guillaume Smaha1-2/+2
2016-04-08AAC/SBR decoder improvements and bugfixesJean-Michel Trivi2-3/+197
2016-04-08AAC/SBR encoder improvementsJean-Michel Trivi2-1/+30
2016-04-04SBR/AAC encoder updates, code clean upJean-Michel Trivi3-30/+16
2016-04-04Remove compiler warnings, revised ARM QMF encoderJean-Michel Trivi2-41/+41
2016-01-26Merge remote-tracking branch 'aosp/master' into updateTimothy Gu1-0/+5
2015-10-23Remove __DATE__/__TIME__Dan Willemsen1-0/+5
2015-09-21libFDK/include/mips/cplx_mul.h: use C code instead of ASMVicente Olivert Riera1-38/+5
2015-08-13Fix the preprocessor statements controlling the use of mips{32,64}r1 instruct...Jasper Lievisse Adriaanse1-1/+1
2014-11-07Merge remote-tracking branch 'aosp/master'Martin Storsjo3-3/+3
2014-08-01Extend the GetInvInt table to 80 elementsMartin Storsjo2-8/+13
2014-07-31[MIPSR6] Skip assembler code using MFHI/MFLO on mips32r6Duane Sand2-2/+2
2014-07-29Extend GetInvInt to support values up to 54Martin Storsjo2-6/+7
2014-05-26Add ppc optimization for clz and fixmulMark Harris5-1/+232
2014-05-26Make LONG 32 bits for ppc64 as it is for x86_64Mark Harris1-2/+2
2014-05-26Fix PowerPC Mac buildMark Harris1-0/+4
2014-04-09Merge "AArch64: Make LONG 4 bytes"Glenn Kasten1-2/+2
2014-03-12Temporary workaround for 64-bit build errorGlenn Kasten1-1/+1
2014-03-11AArch64: Make LONG 4 bytesMarcus Oakland1-2/+2
2013-08-28AAC Encoder low delay qualityJean-Michel Trivi2-21/+63
2013-08-27FDK update for downsampled SBRJean-Michel Trivi5-1/+32
2013-08-20Disclaimer update, lib version incrementJean-Michel Trivi62-64/+64
2012-10-02Bug 7170947 Update AAC codecJean-Michel Trivi6-10/+196
2012-09-11fix mips build by reverting files backKeun young Park2-31/+5
2012-09-09Bug fixes in AAC decoder, AAC encoder, FDK libraryJean-Michel Trivi6-11/+45
2012-08-09GCC 4.4 and later cannot handle h constructs. Fix to replace the assembly con...Raghu Gandham2-31/+5
2012-07-11Snapshot 2bda038c163298531d47394bc2c09e1409c5d0dbThe Android Open Source Project61-0/+20672