Commit Graph

  • 8724dc84af Fix building with MSVC for ARM upstream-patched Martin Storsjo 2016-09-09 11:53:34 +0300
  • 3f138a3555 Detect MSVC x64 Martin Storsjo 2016-09-09 11:50:19 +0300
  • e199ccda26 Windows MSVC Makefile opcodevoid 2016-08-28 00:00:13 +0200
  • 981a20334a Add aarch64 assembly optimization (ARMv8a 64 bits) Lexyan 2016-09-03 15:38:08 +0200
  • ded21698e8 Invert inline and void to be compatible with gcc 3.3.4 Guillaume Smaha 2016-05-18 08:07:32 +0200
  • bc316793d4 Fix issue with gcc 3.4.3 which doesn't support always_inline without inline Guillaume Smaha 2016-05-17 15:39:10 +0200
  • db67ccef32 Remove android specific diagnostic logging Martin Storsjo 2016-01-26 22:42:09 +0200
  • 512267f7e7 libFDK/include/mips/cplx_mul.h: use C code instead of ASM Vicente Olivert Riera 2015-09-21 11:59:02 +0100
  • e2eb9bbc10 Fix the preprocessor statements controlling the use of mips{32,64}r1 instructions. Jasper Lievisse Adriaanse 2015-08-13 10:53:07 +0200
  • ef675bd11a Add ppc optimization for clz and fixmul Mark Harris 2014-05-26 12:23:56 -0700
  • c390358b54 Fix PowerPC Mac build Mark Harris 2014-05-26 12:12:03 -0700
  • 60b69ab3e7 Include the library versions in the publicly installed headers Martin Storsjo 2013-11-01 12:06:46 +0200
  • 23ba26cabf Add automake/autoconf source files Martin Storsjo 2012-06-28 14:42:48 +0300
  • 35963519e4 Add support for Workgroup 4 (WG4) channel mapping Sergio Ammirata 2012-10-04 15:51:05 -0400
  • 5fd7e6537d Merge remote-tracking branch 'aosp/master' main Martin Storsjo 2016-10-28 10:26:20 +0300
  • ed91226cec Merge "Remove redundant register storage class specifiers" Treehugger Robot 2016-10-28 01:08:49 +0000
  • 6ec082c6c3 Remove redundant register storage class specifiers Martin Storsjo 2016-10-18 09:08:02 +0300
  • 2b1e8db04d Don't force C++98 mode any longer Martin Storsjo 2016-10-18 08:29:04 +0300
  • 55554d0b2d Merge remote-tracking branch 'aosp/master' Martin Storsjo 2016-10-18 08:28:51 +0300
  • 4556cb9cb8 Merge "Add casts to avoid errors due to narrowing" Treehugger Robot 2016-10-18 03:05:51 +0000
  • 6d7d5013ea Add casts to avoid errors due to narrowing Martin Storsjo 2016-08-24 22:32:17 +0300
  • cb57d89522 Add new files to "make dist" Martin Storsjo 2016-09-24 13:36:43 +0300
  • 72037da0ba Fix building with MSVC for ARM Martin Storsjo 2016-09-09 11:53:34 +0300
  • 45915b67e4 Detect MSVC x64 Martin Storsjo 2016-09-09 11:50:19 +0300
  • 6ac0611b07 Windows MSVC Makefile opcodevoid 2016-08-28 00:00:13 +0200
  • 5eb3c9be88 Merge remote-tracking branch 'aosp/master' Martin Storsjo 2016-09-10 14:38:15 +0300
  • 1d686c3a23 Add aarch64 assembly optimization (ARMv8a 64 bits) Lexyan 2016-09-03 15:38:08 +0200
  • f935254cc9 Merge "Avoid a warning about extra parentheses" Jean-Michel Trivi 2016-09-09 22:06:10 +0000
  • 3916055ddf Remove inline assembly optimizations that give no speedup aarch64 Martin Storsjo 2016-09-07 11:42:30 +0300
  • 49961c4af9 Remove inline assembly functions that are broken but unused Martin Storsjo 2016-09-07 11:27:03 +0300
  • 2792469196 Fix the aarch64 inline assembly to actually work Martin Storsjo 2016-09-07 11:25:41 +0300
  • ac40b2b883 Correct missing file permissions Lexyan 2016-09-06 15:38:37 +0200
  • e222ece85b Correct file permission Remove unneeded preproc directive Lexyan 2016-09-06 15:33:27 +0200
  • f7ed1ee06d Another forgot Lexyan 2016-09-05 18:54:46 +0200
  • f186f8a3ee Forgot to remove code from arm header files Lexyan 2016-09-05 18:52:29 +0200
  • 3014f69735 Separate asm inline code for aarch64 from arm directory Lexyan 2016-09-05 18:46:17 +0200
  • a817fbe1e5 Add aarch64 assembly optimization (ARMv8a 64 bits) Lexyan 2016-09-03 15:38:08 +0200
  • ebb66ffd4a Avoid a warning about extra parentheses Martin Storsjo 2016-08-30 09:54:44 +0300
  • a0bd8aa3b6 Bump the package version to 0.1.5 Martin Storsjo 2016-08-25 22:20:09 +0300
  • 932fc12396 Update Makefile.am with newly added and removed files Martin Storsjo 2016-08-24 13:54:53 +0300
  • 1ce312b1dc Bump the library versions in the headers Martin Storsjo 2016-08-24 13:27:53 +0300
  • f9d0f65e65 Merge remote-tracking branch 'aosp/master' Martin Storsjo 2016-08-25 22:12:15 +0300
  • 15b128dd82 Explicitly force building in C++98 mode Martin Storsjo 2016-05-18 10:09:20 +0300
  • 8fe6faf261 Merge remote-tracking branch 'aosp/master' Martin Storsjo 2016-05-18 09:36:12 +0300
  • f132ac5f3d Invert inline and void to be compatible with gcc 3.3.4 Guillaume Smaha 2016-05-18 08:07:32 +0200
  • 112fe2c68d Fix issue with gcc 3.4.3 which doesn't support always_inline without inline Guillaume Smaha 2016-05-17 15:39:10 +0200
  • 00fc1c66d5 Merge "Disable warnings that are not easily fixable" am: 8192b1a am: 2a923c9 Glenn Kasten 2016-04-20 23:40:45 +0000
  • c3f7cf7f1b Merge "Add default case for undefined pointer initialization" am: 9d0179c am: 27625f2 Glenn Kasten 2016-04-20 23:40:45 +0000
  • e34e2b9d54 Merge "Left shift of negative int is undefined" am: 6ae5480 am: 2b2e97b Glenn Kasten 2016-04-20 23:40:45 +0000
  • 28099687b7 resolve merge conflicts of ad1e898 to nyc-dev-plus-aosp Glenn Kasten 2016-04-20 16:28:31 -0700
  • 2a923c9286 Merge "Disable warnings that are not easily fixable" am: 8192b1a Glenn Kasten 2016-04-20 19:00:07 +0000
  • 27625f2706 Merge "Add default case for undefined pointer initialization" am: 9d0179c Glenn Kasten 2016-04-20 19:00:06 +0000
  • 2b2e97b893 Merge "Left shift of negative int is undefined" am: 6ae5480 Glenn Kasten 2016-04-20 19:00:06 +0000
  • ad1e8985d9 Merge "Remove redundant parentheses around == comparison operator" am: 34fb053 Glenn Kasten 2016-04-20 19:00:06 +0000
  • 8192b1a98f Merge "Disable warnings that are not easily fixable" Glenn Kasten 2016-04-20 18:45:30 +0000
  • 9d0179c8a8 Merge "Add default case for undefined pointer initialization" Glenn Kasten 2016-04-20 18:45:18 +0000
  • 6ae54806ab Merge "Left shift of negative int is undefined" Glenn Kasten 2016-04-20 18:45:09 +0000
  • 34fb05353b Merge "Remove redundant parentheses around == comparison operator" Glenn Kasten 2016-04-20 18:44:59 +0000
  • be845a7fc2 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 am: 6318d60241 am: 7147e71a75 am: 1de50b286f am: d110691d01 am: 0cf3a7671a am: 9d4702f2d9 Jean-Michel Trivi 2016-04-19 01:34:40 +0000
  • 9d4702f2d9 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 am: 6318d60241 am: 7147e71a75 am: 1de50b286f am: d110691d01 am: 0cf3a7671a Jean-Michel Trivi 2016-04-19 01:32:26 +0000
  • 0cf3a7671a Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 am: 6318d60241 am: 7147e71a75 am: 1de50b286f am: d110691d01 Jean-Michel Trivi 2016-04-19 01:30:15 +0000
  • d110691d01 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 am: 6318d60241 am: 7147e71a75 am: 1de50b286f Jean-Michel Trivi 2016-04-19 01:27:53 +0000
  • 1de50b286f Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 am: 6318d60241 am: 7147e71a75 Jean-Michel Trivi 2016-04-19 01:25:09 +0000
  • 7147e71a75 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 am: 6318d60241 Jean-Michel Trivi 2016-04-19 01:00:01 +0000
  • 6318d60241 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 am: 0a20959871 Jean-Michel Trivi 2016-04-19 00:57:44 +0000
  • 0a20959871 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 am: 78653b30e9 Jean-Michel Trivi 2016-04-19 00:55:30 +0000
  • 78653b30e9 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f am: 1a54e8f638 Jean-Michel Trivi 2016-04-19 00:53:17 +0000
  • 1a54e8f638 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 am: b762ff3e4f Jean-Michel Trivi 2016-04-19 00:50:57 +0000
  • b762ff3e4f Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d am: be3ff35425 Jean-Michel Trivi 2016-04-19 00:48:42 +0000
  • be3ff35425 Fix aacDecoder_drcExtractAndMap() am: 97a1b8140d Jean-Michel Trivi 2016-04-19 00:46:26 +0000
  • 32db3a45df Disable warnings that are not easily fixable Glenn Kasten 2016-04-06 08:51:45 -0700
  • 1dd7649666 Add default case for undefined pointer initialization Glenn Kasten 2016-04-06 08:54:21 -0700
  • 4bd4510b19 Left shift of negative int is undefined Glenn Kasten 2016-04-06 08:54:07 -0700
  • 76b428d4b4 Remove redundant parentheses around == comparison operator Glenn Kasten 2016-04-06 08:53:36 -0700
  • 97a1b8140d Fix aacDecoder_drcExtractAndMap() Jean-Michel Trivi 2016-04-05 12:38:32 -0700
  • 3fbcee8020 AAC/SBR decoder improvements and bugfixes am: 203e3f2 Jean-Michel Trivi 2016-04-09 00:36:07 +0000
  • 125815b0ed AAC/SBR encoder improvements am: 46ba367 Jean-Michel Trivi 2016-04-09 00:36:07 +0000
  • 203e3f28fb AAC/SBR decoder improvements and bugfixes Jean-Michel Trivi 2016-04-08 12:05:12 -0700
  • 46ba3676b8 AAC/SBR encoder improvements Jean-Michel Trivi 2016-04-08 10:52:42 -0700
  • d75233c2da Fix aacDecoder_drcExtractAndMap() am: 4834f01 Jean-Michel Trivi 2016-04-05 21:08:27 +0000
  • 4834f01bdf Fix aacDecoder_drcExtractAndMap() Jean-Michel Trivi 2016-04-05 12:38:32 -0700
  • 65750eae65 SBR/AAC encoder updates, code clean up am: e1c78ed Jean-Michel Trivi 2016-04-05 17:43:33 +0000
  • 0713b4acff Remove compiler warnings, revised ARM QMF encoder am: ef30836 Jean-Michel Trivi 2016-04-05 16:11:23 +0000
  • e1c78ed73f SBR/AAC encoder updates, code clean up Jean-Michel Trivi 2016-04-04 16:06:48 -0700
  • ef30836651 Remove compiler warnings, revised ARM QMF encoder Jean-Michel Trivi 2016-04-04 15:03:26 -0700
  • f86e64f5c7 Fix stack corruption happening in aacDecoder_drcExtractAndMap() am: a06d1c2 am: 47739cd am: 118fc75 am: 7657556 Jean-Michel Trivi 2016-03-22 02:57:52 +0000
  • 7657556633 Fix stack corruption happening in aacDecoder_drcExtractAndMap() am: a06d1c2 am: 47739cd am: 118fc75 Jean-Michel Trivi 2016-03-22 02:49:48 +0000
  • 118fc75eee Fix stack corruption happening in aacDecoder_drcExtractAndMap() am: a06d1c2 am: 47739cd Jean-Michel Trivi 2016-03-22 02:44:32 +0000
  • 47739cd9d8 Fix stack corruption happening in aacDecoder_drcExtractAndMap() am: a06d1c2 Jean-Michel Trivi 2016-03-22 02:36:16 +0000
  • a06d1c2b9a Fix stack corruption happening in aacDecoder_drcExtractAndMap() Jean-Michel Trivi 2016-03-21 14:12:19 -0700
  • e46ff0f7f9 Fix stack corruption happening in aacDecoder_drcExtractAndMap() Jean-Michel Trivi 2016-03-21 14:12:19 -0700
  • 50a98d1fd2 Merge remote-tracking branch 'aosp/master' Martin Storsjo 2016-03-09 08:49:40 +0200
  • 0943e715f7 Remove android specific diagnostic logging Martin Storsjo 2016-01-26 22:42:09 +0200
  • c8ad7a2ef9 Merge remote-tracking branch 'aosp/master' into update Timothy Gu 2016-01-26 11:57:49 -0800
  • c203653dcb Remove __DATE__/__TIME__ am: 2d435aa433 Dan Willemsen 2015-11-03 19:44:47 +0000
  • 2d435aa433 Remove __DATE__/__TIME__ Dan Willemsen 2015-10-22 14:21:12 -0700
  • ca249e444b Merge "Remove __DATE__/__TIME__" am: a73b059815 Dan Willemsen 2015-10-27 23:27:46 +0000
  • a73b059815 Merge "Remove __DATE__/__TIME__" Dan Willemsen 2015-10-27 23:16:31 +0000
  • 6e8330732f Remove __DATE__/__TIME__ Dan Willemsen 2015-10-22 14:21:12 -0700
  • 047376af8c libFDK/include/mips/cplx_mul.h: use C code instead of ASM Vicente Olivert Riera 2015-09-21 11:59:02 +0100