1. 49fedc2 Change Version from class to struct by Don Turner · 7 years ago
  2. 8dfb025 Use #defines for version numbers by Don Turner · 7 years ago
  3. 288946b Adding version information by Don Turner · 7 years ago
  4. 39f1871 Update the CMakeLists.txt complete example by Don Turner · 7 years ago
  5. a40baae Merge pull request #26 from google/addinput by Phil Burk · 7 years ago
  6. 9b1c2ce oboe: make chanCountToChanMask non-virtual by Phil Burk · 7 years ago
  7. 7040a9d oboe: address review comments, better singleton by Phil Burk · 7 years ago
  8. d9703b0 oboe: OPenSL ES opens moved into stream open by Phil Burk · 7 years ago
  9. 420715b oboe: cleanup OpenSL ES input by Phil Burk · 7 years ago
  10. 6d95291 oboe: implement input stream by Phil Burk · 7 years ago
  11. 9a147a1 oboe: move OpenSL ES output code to its own class by Phil Burk · 7 years ago
  12. 64c55f4 oboe: OpenSL ES refactor engine by Phil Burk · 7 years ago
  13. ca64ea1 Merge pull request #23 from google/sharingmodes by Don Turner · 7 years ago
  14. 2da496d New diagrams for sharing modes by Don Turner · 7 years ago
  15. c2531b5 Minor text reordering to make it easier to diff by Don Turner · 7 years ago
  16. 7339099 Updated text and added diagram on sharing modes by Don Turner · 7 years ago
  17. 6d6fb8d Clearer instructions for adding Oboe to a project by Don Turner · 7 years ago
  18. e6c1c74 Oboe can be added to an existing project using CMake add_subdirectory by Don Turner · 7 years ago
  19. 056fe73 Changing std::make_unique to std::unique_ptr to avoid dependency on C++14 by Don Turner · 7 years ago
  20. 2e10dec Merge pull request #18 from google/namespace by Don Turner · 7 years ago
  21. 605c25c Add TODO for convertToText method to return int value in string by Don Turner · 7 years ago
  22. 5ea2530 Adding template method convertToText by Don Turner · 7 years ago
  23. d4b7f08 Revert to using raw pointer for setCallback by Don Turner · 7 years ago
  24. 338eac6 member vairable alignment by Don Turner · 7 years ago
  25. 93fad7d Minor edits to address comments by Don Turner · 7 years ago
  26. 379e8e5 Rename Stream to AudioStream by Don Turner · 7 years ago
  27. da0edda Use std::shared_ptr for callback object by Don Turner · 7 years ago
  28. e5bc9d9 Add default case to convert methods by Don Turner · 7 years ago
  29. 89c9076 More documentation fixes by Don Turner · 7 years ago
  30. 2786fb5 Documentation tidy up by Don Turner · 7 years ago
  31. 3bf32ae Use oboe namespace by Don Turner · 7 years ago
  32. cca1d41 Merge pull request #16 from google/ondisconnect by Don Turner · 7 years ago
  33. cfd1a01 oboe: automatically stop and close a stream when disconnected by Phil Burk · 7 years ago
  34. 618bda0 Merge pull request #12 from jplatipus/patch-1 by Don Turner · 7 years ago
  35. 6c1fc78 Update FifoBuffer.cpp by jplatipus · 7 years ago
  36. d9a056c Merge pull request #8 from google/noonexit by Phil Burk · 7 years ago
  37. c8e73de oboe callback: remove onExit() by Phil Burk · 7 years ago
  38. 5cf551e Merge pull request #7 from google/fixreadwrite by Phil Burk · 7 years ago
  39. 6c60236 oboe: fix dlsym for getFramesWritten/Read by Phil Burk · 7 years ago
  40. 01f0477 Merge branch 'issupported' of https://github.com/google/oboe by Don Turner · 7 years ago
  41. 6ef7e0c Adding CDep distribution by Don Turner · 7 years ago
  42. fecb83c Add OboeUtilities.h to Oboe.h so Oboe_convert* methods are available to clients by Don Turner · 7 years ago
  43. 72e3b79 Minor text update by Don Turner · 7 years ago
  44. d79d9d9 Adding screenshot to show location of CMakeLists.txt by Don Turner · 7 years ago
  45. c5a7e0a Update GettingStarted.md by Don Turner · 7 years ago
  46. 71d87ea Fix example code, make the guide clearer by Don Turner · 7 years ago
  47. 19736bf Update README.md by Don Turner · 7 years ago
  48. 19f9815 oboe: add easy way to query whether AAudio is supported by Phil Burk · 7 years ago
  49. 415ea81 Update CONTRIBUTING by Don Turner · 7 years ago
  50. 34a4d91 Adding license to build script by Don Turner · 7 years ago
  51. 1b3c473 Adding developer preview text by Don Turner · 7 years ago
  52. 695114c Merge "Adding documentation" by Don Turner · 7 years ago
  53. 0792750 Adding documentation by Don Turner · 7 years ago
  54. f43cb7c Merge "Use CMake to build liboboe.a for Android ABIs" by Don Turner · 7 years ago
  55. b4de50e Merge "oboe: add OboeLatencyTuner.cpp, cleanup" by Phil Burk · 7 years ago
  56. c2243b1 oboe: add OboeLatencyTuner.cpp, cleanup by Phil Burk · 7 years ago
  57. 219bd59 Updated README, includes install instructions by Don Turner · 7 years ago
  58. d86302e oboe: add .gitignore by Phil Burk · 7 years ago
  59. 455027e More AAudioLoader cleanups by Mikhail Naganov · 7 years ago
  60. f8a24d6 AAudioLoader: add 'stream_read' by Mikhail Naganov · 7 years ago
  61. deffe41 Fix AAudioLoader by Mikhail Naganov · 7 years ago
  62. a77a0d4 Add Don to CONTRIBUTORS by Don Turner · 7 years ago
  63. 65b4dc1 Add Oboe_convert methods, make them public by Don Turner · 7 years ago
  64. 2682fbd Use SLDataFormat_PCM on API < 21 by Don Turner · 7 years ago
  65. 1f6dcad Use CMake to build liboboe.a for Android ABIs by Don Turner · 7 years ago
  66. 015ef88 Merge "Fix path for OboeDebug.h" by Don Turner · 7 years ago
  67. ec6271f Remove redundant dummy.cpp by Don Turner · 7 years ago
  68. 6580987 Change log level from error to info if libaaudio not available by Don Turner · 7 years ago
  69. df0d916 Add OboeConvert_ResultToText by Don Turner · 7 years ago
  70. d96e05e Fix path for OboeDebug.h by Don Turner · 7 years ago
  71. 8d8bb0a oboe: remove unused include by Phil Burk · 7 years ago
  72. ca6f91a Initial commit by Don Turner · 7 years ago
  73. 281900b Initial empty repository by Ben Weiss · 7 years ago