1. ef20313 Adding ENABLE_HARDENING by Jean-Marc Valin · 7 years ago
  2. 9aebd7e Free all allocated memory in unit tests by Mark Harris · 7 years ago
  3. 4507637 Fixes unit tests that need arch-specific code by Jean-Marc Valin · 7 years ago
  4. 76674fe SSE2 implementation of the PVQ search by Jean-Marc Valin · 8 years ago
  5. 6fa8563 Fixes memory leak in some CELT unit tests by Jean-Marc Valin · 9 years ago
  6. 19677f6 Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS). by Jonathan Lennox · 9 years ago
  7. ba8713c armv7: Optimize fixed point FFT using NE10 library by Viswanath Puttagunta · 9 years ago
  8. 3807af3 test_unit_dft: Add nfft = 60, 240, 480 tests by Viswanath Puttagunta · 9 years ago
  9. 19c5406 armv7(float): Optimize decode usecase using NE10 library by Viswanath Puttagunta · 9 years ago
  10. f48abe8 armv7(float): Optimize encode usecase using NE10 library by Viswanath Puttagunta · 9 years ago
  11. cb0875e Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled with appropriate compiler flags. Otherwise, compilers are allowed to take advantage of (e.g.) -msse4.1 to generate code that uses SSE4.1 instructions, even when no SSE4.1 intrinsics are explicitly used in the source. by Jonathan Lennox · 9 years ago
  12. 0b0a2b4 armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics by Viswanath Puttagunta · 10 years ago
  13. fd562ee tests: fix linking for --enable-fixed-point on ARM by Tristan Matthews · 10 years ago
  14. 554b349 There are no tabs in source code. by Timothy B. Terriberry · 10 years ago
  15. c95c9a0 Cisco optimization for x86 & fixed point by xiangmingzhu · 11 years ago
  16. 2e26b82 Moves the bitrev step to the IMDCT pre-rotation by Jean-Marc Valin · 11 years ago
  17. 0f869cb Changes ABS16() and ABS32() to use fabs() in the float build by Jean-Marc Valin · 11 years ago
  18. 5280c71 Revert "Fixes a number of double promotions and missing casts." by Gregory Maxwell · 11 years ago
  19. 4327972 Fixes a number of double promotions and missing casts. by Gregory Maxwell · 11 years ago
  20. ee2506b Moves log2Amp inside denormalise_bands() and get rid of bandE[] by Jean-Marc Valin · 11 years ago
  21. 006273c Use a table for PVQ encoding/decoding. by Timothy B. Terriberry · 11 years ago
  22. aa3a599 Fixes forward MDCT for overlaps that aren't a multiple of 4 by Jean-Marc Valin · 12 years ago
  23. 54f7cb4 Updates MDCT unit test by Jean-Marc Valin · 12 years ago
  24. 00898f2 Adds missing license headers on some scripts and test files by Jean-Marc Valin · 12 years ago
  25. de74fc1 Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build. by Gregory Maxwell · 12 years ago
  26. 02f19c2 Fix fixed-point testilog2. by Timothy B. Terriberry · 12 years ago
  27. cb3cc53 Fix --enable-fixed-point-debug. by Ralph Giles · 13 years ago
  28. e699c19 Testing tools improvements (no impact on draft) by Gregory Maxwell · 13 years ago
  29. d84fa9f Fixes a bug in ec_enc_done when no range coded data was coded and adds test cases to test_unit_entropy. by Gregory Maxwell · 13 years ago
  30. 6f1ece5 Extend test_unit_entropy to test some patch_initial_bits corner cases. by Gregory Maxwell · 13 years ago
  31. 9652f81 Test cleanups and renaming. by Gregory Maxwell · 13 years ago
  32. 4923f3f Moves the main headers from src/ to include/ by Jean-Marc Valin · 13 years ago
  33. 5d5875a Add the noreturn attribute on the assert functions to aid static analysis, improve test_repacketizer error handling, and silence 19 clang static analysis errors with additional assertions. by Gregory Maxwell · 13 years ago
  34. afc8d53 Cleans up some leaking opus_custom symbols in celt/ by Gregory Maxwell · 13 years ago
  35. c374990 renames the libcelt/ directory to celt/ by Jean-Marc Valin · 13 years ago