1. 1cbf9b3 Allow sample rate UNSPECIFIED to mean a route-dependent value by Glenn Kasten · 8 years ago
  2. 43f4b27 AudioFormat: implement ENCODING_IEC61937 by Phil Burk · 9 years ago
  3. 8c2dd1f Merge "Revert "Revert "AudioTrack: Add getUnderrunCount()""" by Phil Burk · 9 years ago
  4. 10a33e4 AudioTrack: add setBufferSizeInFrames() by Phil Burk · 9 years ago
  5. 03f61bb Revert "Revert "AudioTrack: Add getUnderrunCount()"" by Phil Burk · 9 years ago
  6. 0ac7088 Revert "AudioTrack: Add getUnderrunCount()" by Phil Burk · 9 years ago
  7. 77e01bd Revert "AudioTrack: add setBufferSizeInFrames()" by Phil Burk · 9 years ago
  8. e08c454 AudioTrack: Add getUnderrunCount() by Phil Burk · 9 years ago
  9. adfb7f6 AudioTrack: add setBufferSizeInFrames() by Phil Burk · 9 years ago
  10. 931fde4 Better fix for unregistered JNI method by Glenn Kasten · 9 years ago
  11. 25d3c7c Revert "Short-term fix for unregistered JNI method" by Glenn Kasten · 9 years ago
  12. 7922be8 Short-term fix for unregistered JNI method by Glenn Kasten · 9 years ago
  13. bd2c3d6 Use FCC_2 and FCC_8 to highlight channel count assumptions by Glenn Kasten · 9 years ago
  14. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  15. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  16. 16144ac Merge "Add comments to indicate code review was done for bugs" into mnc-dev by Glenn Kasten · 9 years ago
  17. cef696e Test for non-null AudioTrack() object in android_media_AudioTrack_setOutputDevice(). by Paul McLean · 9 years ago
  18. 14d226a Add comments to indicate code review was done for bugs by Glenn Kasten · 9 years ago
  19. 973b885 Allow partial playback parameter settings in AudioTrack by Andy Hung · 9 years ago
  20. 2d61e2b MediaSync: address API review. by Wei Jia · 9 years ago
  21. 4bcdba8 Implement audio routing callbacks by Eric Laurent · 9 years ago
  22. fe48e0d Pass PlaybackSettings as class object for AudioTrack JNI by Andy Hung · 9 years ago
  23. 30d7943 Move channel index computation to native AudioTrack JNI by Andy Hung · 9 years ago
  24. 263b4c9 Add PlaybackSettings for use with AudioTrack by Andy Hung · 9 years ago
  25. 4aacc90 Add non-blocking writes to AudioTrack by Andy Hung · 9 years ago
  26. 88e1d86 Adding explicit routing API to AudioTrack by Paul McLean · 9 years ago
  27. a9470c1 Add channel index mask to AudioTrack and AudioFormat by Andy Hung · 9 years ago
  28. 071a8b7 MediaSync: add MediaSync JAVA API by Wei Jia · 9 years ago
  29. 2c0e17c Allow AUDIO_FORMAT_PCM_8_BIT static AudioTrack buffers by Andy Hung · 10 years ago
  30. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  31. 701d6ff AudioAttributes and AudioRecord. by Jean-Michel Trivi · 10 years ago
  32. c8d6b6f AudioTrack transfer mode in JNI by Jean-Michel Trivi · 10 years ago
  33. dbf5566 audio: fixed channel count determination from channel mask by Eric Laurent · 10 years ago
  34. a1d80e3 AudioTrack Java constructor with AudioAttributes and AudioFormat by Jean-Michel Trivi · 10 years ago
  35. ff0d9f0 AudioTrack: Add support for compressed audio by Eric Laurent · 10 years ago
  36. bc11a69 AudioSystem: native to JAVA status translation by Eric Laurent · 10 years ago
  37. 2defed9 AudioTrack JNI cleanup by Jean-Michel Trivi · 10 years ago
  38. 54955e3 Add hidden support for ENCODING_PCM_FLOAT to AudioTrack by Glenn Kasten · 10 years ago
  39. 3d4c641 fix AudioTrack and AudioRecord JNI by Eric Laurent · 10 years ago
  40. 5c2f203 Merge "Don't ignore return value of setAuxEffectSendLevel()" by Glenn Kasten · 10 years ago
  41. 3009f0b Don't ignore return value of setAuxEffectSendLevel() by Glenn Kasten · 10 years ago
  42. 170e0c4 Merge "Use memcpy_to_i16_from_u8 from audioutils instead of C loop" by Glenn Kasten · 10 years ago
  43. b9b07b8 Merge "AudioTrack and AudioRecord JNI cleanup" by Glenn Kasten · 10 years ago
  44. d1f7354 Fix build from multiple declaration by Glenn Kasten · 10 years ago
  45. 1dd51ab Merge "Use set() return value instead of separate call to initCheck()" by Glenn Kasten · 10 years ago
  46. 8f81d08 Include more information in AudioTrack JNI error logs by Glenn Kasten · 12 years ago
  47. 37967d4 Use memcpy_to_i16_from_u8 from audioutils instead of C loop by Glenn Kasten · 12 years ago
  48. c5d1424 Use set() return value instead of separate call to initCheck() by Glenn Kasten · 10 years ago
  49. 5b8fd44 AudioTrack and AudioRecord JNI cleanup by Glenn Kasten · 11 years ago
  50. 5d21f67 AudioTrack write from ByteBuffer updates position by Jean-Michel Trivi · 10 years ago
  51. 7ca2b89 Merge "AudioTrack write method with data in ByteBuffer" by Jean-Michel Trivi · 10 years ago
  52. 7ca0452 AudioTrack write method with data in ByteBuffer by Jean-Michel Trivi · 10 years ago
  53. 3118ca9 AudioTrack constructor/set parameter frameCount is size_t by Glenn Kasten · 10 years ago
  54. eac8438 AudioTrack JNI function rename by Jean-Michel Trivi · 10 years ago
  55. 6bb5cb2 Resolved conflicts for merge of 28c6ec02 to master by Narayan Kamath · 11 years ago
  56. 075e9a1 AArch64: Use long for pointers in media classes by Ashok Bhat · 11 years ago
  57. fe834d3 Prepare for additional formats beyond 8-bit and 16-bit PCM by Glenn Kasten · 11 years ago
  58. 659a971 Improve error reporting in AudioTrack JNI by Glenn Kasten · 11 years ago
  59. 948c2e6 Java API for AudioTrack timestamps by Glenn Kasten · 11 years ago
  60. 0940109 Merge "Explicitly compare raw pointers to NULL" by Glenn Kasten · 11 years ago
  61. a667ff3 Explicitly compare raw pointers to NULL by Glenn Kasten · 11 years ago
  62. 844b047 Remove dead code in AudioTrack JNI by Glenn Kasten · 11 years ago
  63. 33c437d Rename mChannels to mChannelMask to avoid ambiguity by Glenn Kasten · 11 years ago
  64. 922a8c0 Merge "Use switch in callback handler for events, and no EVENT_MORE_DATA" by Glenn Kasten · 11 years ago
  65. 5bae9df Merge "Replace run-time PCM encodings by compile-time constants" by Glenn Kasten · 11 years ago
  66. 82c2d54 Remove unused includes by Glenn Kasten · 12 years ago
  67. 5b1576c Use switch in callback handler for events, and no EVENT_MORE_DATA by Glenn Kasten · 11 years ago
  68. 9d2bc86 Replace run-time PCM encodings by compile-time constants by Glenn Kasten · 13 years ago
  69. 9b53db3 AudioTrack write() on a full buffer while paused returns 0 by Glenn Kasten · 11 years ago
  70. f7e0a370 Return correct status for android.media.AudioTrack.write(short[]...) by Glenn Kasten · 11 years ago
  71. 61dcdf3 Expose latency methods through AudioManager and AudioTrack. by Oliver Woodman · 11 years ago
  72. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  73. 2b0b659 Merge "Replace run-time modes by compile-time constants" by Glenn Kasten · 12 years ago
  74. 1adb715 new can't fail on Android by Glenn Kasten · 12 years ago
  75. 3d301cb Replace run-time modes by compile-time constants by Glenn Kasten · 13 years ago
  76. fd1e3df Use size_t for frame count by Glenn Kasten · 12 years ago
  77. 85fbc87 Use uint32_t for sample rate by Glenn Kasten · 12 years ago
  78. 532bc1c Fix threading issues in AudioRecord JNI by Eric Laurent · 12 years ago
  79. 10536b6 rename audio policy flags by Eric Laurent · 12 years ago
  80. 6940484 Merge "Use correct syntax for #include <> """ by Glenn Kasten · 12 years ago
  81. c81d31c Use correct syntax for #include <> "" by Glenn Kasten · 12 years ago
  82. 18db49a Whitespace and indentation by Glenn Kasten · 12 years ago
  83. 28b269f Use audio_policy_output_flags_t consistently by Glenn Kasten · 12 years ago
  84. 00db1f5 Rename JNI implementation to match Java method by Glenn Kasten · 13 years ago
  85. 29a0909 Replace run-time stream types by compile-time by Glenn Kasten · 13 years ago
  86. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  87. 1c66547 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  88. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  89. 1c5a89d Use audio_format_t consistently by Glenn Kasten · 13 years ago
  90. fb2ab9e Fix indentation and whitespace by Glenn Kasten · 13 years ago
  91. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  92. d9ae1c5 Fix bug 4319552 Java to native channel mask translation by Jean-Michel Trivi · 13 years ago
  93. e46a86f Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 13 years ago
  94. 2225e4b Use AudioTrack::event_type not int in callback by Glenn Kasten · 13 years ago
  95. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  96. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  97. 46e18c11 Don't use local ref for cached jclass reference in JNI code by Brian Carlstrom · 13 years ago
  98. 421ddc0 Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 13 years ago
  99. 2fb43ef fix problem in AudioEffect JNI setup. by Eric Laurent · 14 years ago
  100. c330807 Use getMinFrameCount() instead of querying AudioSystem directly. by Chia-chi Yeh · 14 years ago