1. 220966d Fix typo in OWNER email address by Raymond Toy · 5 years ago master
  2. 25492ab Rename android_tools to android_sdk by Peter Wen · 5 years ago
  3. 614d5dc Add hongchan to owners by Raymond Toy · 5 years ago
  4. 3b18bf8 Let openmax_dl remove assembler_debug_dir config; minor other tweaks. by Nico Weber · 5 years ago
  5. 59265e0 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 6 years ago
  6. 63d8cf4 Remove gyp files from openmax_dl. by Nico Weber · 6 years ago
  7. a661346 Make `git cl upload` work again in third_party/openmax_dl. by Nico Weber · 6 years ago
  8. b611996 Use __asm__ instead of asm in armSP.h by Sergey Ulanov · 6 years ago
  9. 7acede9 Make omxtypes.h utf-8 by Raymond Toy · 7 years ago
  10. 57d33be Convert GN source_set to static_library. by Raymond Toy · 8 years ago
  11. 6670e52 Fix return type to be void. by Raymond Toy · 8 years ago
  12. ff8766d GN: Mark dl sourceset as non-chromium code to silence compiler warnings by Raymond Toy · 8 years ago
  13. 7a179b9 Only pass android_toolchain in android builds. by Raymond Toy · 8 years ago
  14. 6625be0 Push -no-integrated-as into openmax_dl build file. by Raymond Toy · 8 years ago
  15. 4636f5b arm64: clang assembler compatability by Riku Voipio · 8 years ago
  16. 37b900c Remove cflags for asm-only target by Andrew Bonventre · 9 years ago
  17. 772999b fix comment typo in BUILD.gn by Andrew Bonventre · 9 years ago
  18. eb6f534 Update build file to use asmflags instead of cflags. by Andrew Bonventre · 9 years ago
  19. 2eb98d8 Re-enable LLVM LTO on Neon targets. by Andrew MacDonald · 9 years ago
  20. dc5ac61 Update openmax_dl codereview.settings to codereview.webrtc.org. by Andrew MacDonald · 9 years ago
  21. 22bb108 Fix unknown option '-msse2' warning on Windows. by Tomasz Moniuszko · 9 years ago
  22. e5266fb Remove indirection of cpufeatures.gypi. by Andrew MacDonald · 9 years ago
  23. 1cab0ec Add a codereview.settings file for openmax. by Henrik Kjellander · 9 years ago
  24. 0b238cb Minor test changes to fix compile errors. by andrew@webrtc.org · 9 years ago
  25. 6658243 Update the GN build with the cpu_arch -> current_cpu rename. by dpranke@chromium.org · 9 years ago
  26. 21c8abe Fixed wrong #define when compiling on ARM with non-NEON selection. by andrew@webrtc.org · 9 years ago
  27. 81318c1 Correct cpu_arch value for x86 arch. by andrew@webrtc.org · 9 years ago
  28. c01d587 Removing writen-only local variables. by rtoy@google.com · 9 years ago
  29. 8f7bf0b Fix Android GN build. by fdegans@chromium.org · 9 years ago
  30. 92700a3 Fix Android ARM Neon build. by fdegans@chromium.org · 9 years ago
  31. 1a4171c Fix for MIPS GN build by rtoy@google.com · 9 years ago
  32. e06282e Disable LTO on one target due to NEON issues with LTO. by andrew@webrtc.org · 9 years ago
  33. 0164270 Fix typo to unbreak non-ARM builds. by andrew@webrtc.org · 10 years ago
  34. 6d58d90 Fix ARM64 build. by andrew@webrtc.org · 10 years ago
  35. e54a7bd Only try to do CPU detection on Android ARM. by andrew@webrtc.org · 10 years ago
  36. 4d7268e Remove trailing whitespace under dl/sp/api by andrew@webrtc.org · 10 years ago
  37. 7034c09 Fix build errors in test programs. by rtoy@google.com · 10 years ago
  38. 79e64bc openmax: Remove .func / .endfunc directives. by thakis@chromium.org · 10 years ago
  39. 9ab9ca2 Minimized the table sizes for MIPS implementation. by rtoy@google.com · 10 years ago
  40. 5d85077 Convert all ARM assembler directives to lower case for clang's assembler. by rtoy@google.com · 10 years ago
  41. 333c00b Implement MIPS real float fft for openmax_dl. by rtoy@google.com · 10 years ago
  42. 4d09f5a Implement ARM64 version of OpenMAX DL by rtoy@google.com · 10 years ago
  43. 35473b1 Ensure code is compiled in arm mode, not thumb. by rtoy@google.com · 10 years ago
  44. d4c287a Add direct_dependent_settings to openmax_dl/dl.gyp. by turaj@webrtc.org · 10 years ago
  45. bce0c74 Fix FFT test programs by rtoy@google.com · 10 years ago
  46. cf42f62 Fix openmax_dl build for Android WebView. by rtoy@google.com · 10 years ago
  47. 5537f70 Fix openmax issue with casting pointers to uint32. by turaj@webrtc.org · 10 years ago
  48. 5fedace Fix openmax compile errors on windows. by turaj@webrtc.org · 10 years ago
  49. 56df947 Fix issues so clang can compile OpenMAX DL library and tests. by rtoy@google.com · 10 years ago
  50. 0349a55 The detection routines can't be compiled with NEON by rtoy@google.com · 10 years ago
  51. 5ba2426 X86 doesn't have detection routines so map to default FFT routines. by rtoy@google.com · 10 years ago
  52. 160311f Add support for non-NEON ARM FFT by rtoy@google.com · 10 years ago
  53. e12a978 Add support for building supported test programs for x86. by rtoy@google.com · 10 years ago
  54. 07622c7 Fix up the ARM paths that were messed up after committing the x86 version. by rtoy@google.com · 10 years ago
  55. da04d4f Implement x86 real float fft for openmax_dl. by rtoy@google.com · 10 years ago
  56. 88b0223 Add non-NEON float FFT implementation. by rtoy@google.com · 10 years ago
  57. 6be5b39 Update comments to indicate that float FFTs support orders from 1 to 15 (not 0 to 12), inclusive. by rtoy@google.com · 10 years ago
  58. 2230649 Clean up test infrastructure by rtoy@google.com · 11 years ago
  59. bf244b7 Fix test signals for order 1 tests, and enable these tests. by rtoy@google.com · 11 years ago
  60. bdf981c The ARM-specific headers in dl/api are moved to dl/api/arm. by rtoy@google.com · 11 years ago
  61. f718ba1 Move existing code to arm directory. NEON-specific code moved to arm/neon. by rtoy@google.com · 11 years ago
  62. 915b2ed Added direct_dependent_settings to dl.gyp so other modules can use the Openmax interface. by kma@webrtc.org · 11 years ago
  63. eb596a6 Fixed a minor test code error in openmax. by kma@webrtc.org · 11 years ago
  64. d1f9141 Added test code for ARM SC16 FFT in OpenMax, and fixed a compiler warning. by kma@webrtc.org · 11 years ago
  65. 4512d0e Implementation of real value 16 bit FFT with 16 bit complex FFT routines, for ARM Neon platforms. by kma@webrtc.org · 11 years ago
  66. ef6ccb1 Revert 4347 "Implementation of real value 16 bit FFT with 16 bit..." by kma@webrtc.org · 11 years ago
  67. 65de2e8 This is to fix security issues found in Openmax SC16 code. by kma@webrtc.org · 11 years ago
  68. 2a72730 Implementation of real value 16 bit FFT with 16 bit complex FFT routines, for ARM Neon platforms. by kma@webrtc.org · 11 years ago
  69. 6b2bf4b Removed text relocation code in OpenMax assembly files. Chromium issue # 8061013 by kma@webrtc.org · 11 years ago
  70. f2abf62 Optimize scaleFFTData for float FFTs by rtoy@google.com · 11 years ago
  71. 6a4eb76 Modified OpenMax DL configurations to build ARM Neon code in WebRtc. by kma@webrtc.org · 11 years ago
  72. 6ae14cb Remove unused files and unused variables. by rtoy@google.com · 11 years ago
  73. 3d422b9 Add LICENSE and README.chromium files. by rtoy@google.com · 11 years ago
  74. 91c96a1 Rename library from arm_fft to openmax_dl. by rtoy@google.com · 11 years ago
  75. 5e49351 Make 16-bit FFT work with gcc, update license info, and add test program. by rtoy@google.com · 11 years ago
  76. a2c02e3 Add 16-bit FFT routines as is from OpenMAX DL. by rtoy@google.com · 11 years ago
  77. 048e632 Update paths for the new directory structure. by rtoy@google.com · 11 years ago
  78. 91d4b10 Rearrange source to match OpenMAX DL directory structure. by rtoy@google.com · 11 years ago
  79. 99b31ea Import FFT routines from webrtc-signal rev r1078 as is by rtoy@google.com · 11 years ago