1. 2717c87 Convert wilhelm to Android.bp by Colin Cross · 8 years ago
  2. 97acf02 Merge "Make build warnings be errors" into nyc-dev by Glenn Kasten · 9 years ago
  3. e222a57 Make build warnings be errors by Glenn Kasten · 9 years ago
  4. a552c7c Fix build warnings by Glenn Kasten · 9 years ago
  5. 14463a8 Fix unsigned warnings by Glenn Kasten · 10 years ago
  6. 5bb641d Remove unnecessary libutils by Glenn Kasten · 10 years ago
  7. 086a6f5 Fix unused parameter warnings by Glenn Kasten · 10 years ago
  8. 0266296 Revert "For checkbuild, disable all Wilhelm tests in 64-bit" by Glenn Kasten · 11 years ago
  9. 4a762c2 For checkbuild, disable all Wilhelm tests in 64-bit by Glenn Kasten · 11 years ago
  10. 01f8573 AArch64: Minor changes related to 64-bit platform by Ashok Bhat · 12 years ago
  11. 85b1ba5 Line length 100 by Glenn Kasten · 12 years ago
  12. 5321b36 Prepare to move system/media by Glenn Kasten · 13 years ago
  13. 3df2017 Update the URI slow-down (playback rate) test by Glenn Kasten · 14 years ago
  14. c5479c4 Merge "Check result of GetFillLevel and GetPrefetchStatus" by Glenn Kasten · 13 years ago
  15. b4bdbe2 Check result of GetFillLevel and GetPrefetchStatus by Glenn Kasten · 14 years ago
  16. 089a7c6 Return after prefetch error in get position test by Glenn Kasten · 14 years ago
  17. 68c8a1b Metadata keys for PCM decoding by Jean-Michel Trivi · 14 years ago
  18. 56c5b9b Miscellaneous loop test improvements by Glenn Kasten · 14 years ago
  19. c685389 Use the documented header filenames by Glenn Kasten · 14 years ago
  20. 4b0e0b2 Implement GetPosition for players playing from a URI/FD by Jean-Michel Trivi · 14 years ago
  21. 58432eb Better defaults and fix warnings by Glenn Kasten · 14 years ago
  22. 2b750ac Stress test for OpenSL ES: create and delete many players by Jean-Michel Trivi · 14 years ago
  23. 4ee246c Move support for SL URI and FD playback under GenericPlayer class by Jean-Michel Trivi · 14 years ago
  24. 262059f Directory re-organization by Glenn Kasten · 14 years ago
  25. 1d081e4 Squashed commit of 9 cherry-picks from master by Glenn Kasten · 14 years ago
  26. 7126c25 Bug 3102561 - Tests and examples only by Glenn Kasten · 14 years ago
  27. f536948 Notify when prefetching fails by Jean-Michel Trivi · 14 years ago
  28. c2303eb Test cleanup by Glenn Kasten · 14 years ago
  29. 8a1b7f2 Lock tweak between interface and object by Jean-Michel Trivi · 14 years ago
  30. 24430c9 Fix issues with SLPlaybackRateItf interface by Jean-Michel Trivi · 14 years ago
  31. 3ddf7a3 Fix bug 3004701 do not prefetch during Realize. by Jean-Michel Trivi · 14 years ago
  32. d94d321 Support content looping for URI and FD data sources. by Jean-Michel Trivi · 14 years ago
  33. ff037a1 Implement buffer cache fill level and status notification. by Jean-Michel Trivi · 14 years ago
  34. 01e9f5f Android simple buffer queue locator and interface by Glenn Kasten · 14 years ago
  35. 453dd56 Remove the SLAndroidStreamTypeItf interface. by Jean-Michel Trivi · 14 years ago
  36. 43e7743 Fix bug where OutputMix is not fully initialized by CreateOutputMix() by Jean-Michel Trivi · 14 years ago
  37. 91bfd06 Improve test app portability for other platforms by Glenn Kasten · 15 years ago
  38. fe96fa0 Fix bug with nested lock. by Glenn Kasten · 15 years ago
  39. 4c71179 Test reorganization by Glenn Kasten · 15 years ago
  40. a05622c Support SLPrefetchStatusItf on an AudioPlayer pulling from a BufferQueue by Jean-Michel Trivi · 15 years ago
  41. 095ce22 Permute is a tool used by seek torture test. by Glenn Kasten · 15 years ago
  42. b78fe5f Do not initialize effect descriptors if the audio player couldn't by Jean-Michel Trivi · 15 years ago
  43. b9fa556 Add the seek torture test by Glenn Kasten · 15 years ago
  44. ee21d26 Khronos recommendation: include "SLES/OpenSLES.h" by Glenn Kasten · 15 years ago
  45. a64474b Flatten the tests/mimeUri directory. by Glenn Kasten · 15 years ago
  46. 4b65ef9 Buffer queue and audio player maintenance. by Glenn Kasten · 15 years ago
  47. 8eabaa5 Port test apps to non-Android platform. by Glenn Kasten · 15 years ago
  48. 603d9ae Since SLPrefetchStatusItf is explicit, fix the playUri test to by Jean-Michel Trivi · 15 years ago
  49. ed46c29 Trace debug support. by Glenn Kasten · 15 years ago
  50. 1c1c2d6 Let SfPlayer handle the play state with regards to decoding. by Jean-Michel Trivi · 15 years ago
  51. 1c1c16f Initial draft of multiplay command-line test app. by Glenn Kasten · 15 years ago
  52. b98e6b7 Add a test for GetStreamType on SLAndroidStreamTypeItf. by Jean-Michel Trivi · 15 years ago
  53. 05ccff2 Declaration and implementation of a new OpenSL ES interface to set by Jean-Michel Trivi · 15 years ago
  54. e5bf0d2 Gain and transport attributes at mutex unlock. by Glenn Kasten · 15 years ago
  55. fa8629b Fix test makefiles for OpenSL ES test apps. by Jean-Michel Trivi · 15 years ago
  56. 85bae78 New test / demo to exercise SLMuteSoloItf on an AudioPlayer. by Jean-Michel Trivi · 15 years ago
  57. de16b4c Introduction of Stagefright to replace MediaPlayer. by Jean-Michel Trivi · 15 years ago
  58. 2a00e11 Fix printf format bug. by Glenn Kasten · 15 years ago
  59. 85da61d The library for the OpenSL ES implementation is supposed to be name by Jean-Michel Trivi · 15 years ago
  60. b0dc406 New OpenSL ES test+demo application that uses the SLPrefetchStatusItf. by Jean-Michel Trivi · 15 years ago
  61. 8addfbc Merge "OpenSL ES tests shouldn't be built in all builds." into kraken by Jean-Michel Trivi · 15 years ago
  62. c0bee8e OpenSL ES tests shouldn't be built in all builds. by Jean-Michel Trivi · 15 years ago
  63. 06a1b91 Modify implementation of SLPlayItf to only start prefetching data by Jean-Michel Trivi · 15 years ago
  64. f8acf4b For audio players with URI data source: by Jean-Michel Trivi · 15 years ago
  65. dc181a4 Implement GetDuration and GetPosition in SLPlayItf by Jean-Michel Trivi · 15 years ago
  66. daf6612 Move platform-specific code to separate files. Use sles_allinclusive.h to really mean all inclusive. MuteSolo check channel count. by Glenn Kasten · 15 years ago
  67. 1be90f9 Add command line test to play a URI, to exercise the OpenSL ES by Jean-Michel Trivi · 15 years ago