1. 53ad17f ToneGenerator: fix use of STREAM_VOICE_CALL by Eric Laurent · 7 years ago
  2. 599ca05 Support Ireland specific supervisory tone by Tomoharu Kasahara · 8 years ago
  3. 78041ba Merge "Support Hong Kong specific supervisory tone" by Treehugger Robot · 8 years ago
  4. d773fbb Merge changes I86076b07,I7409732e,I248b1b27 by Treehugger Robot · 8 years ago
  5. eae07a4 ToneGenerator: fix dual sim ringback tone by Krzysztof Semko · 8 years ago
  6. ef8d73a Support Hong Kong specific supervisory tone by tomoki hanzawa · 10 years ago
  7. 0f6500b Support Singapore specific supervisory tone by Johan Gustavsson · 11 years ago
  8. 879996a Support Australia specific supervisory tone by Toshikazu Saito · 8 years ago
  9. 5babf61 Support GB specific supervisory tone by tomoki hanzawa · 10 years ago
  10. b53dae6 ToneGenerator: support output sample rates beyond 65535 Hz by Glenn Kasten · 8 years ago
  11. 538ec5e Split libmedia into libmedia and libaudioclient by Marco Nelissen · 9 years ago[Renamed from media/libmedia/ToneGenerator.cpp]
  12. a97494e Rename UK tones to GB tones by Hall Liu · 9 years ago
  13. b293851 Merge "Fix for tone glitch produced in ToneGenerator" am: 46f1c24c5a am: 84183ba496 am: 09b0b40fb4 by Eric Laurent · 9 years ago
  14. 50029b6 Add Australia specific supervisory tones. by Tyler Gunn · 9 years ago
  15. 7711c90 ToneGenerator: Increase buffer framecount by Andy Hung · 9 years ago
  16. 2b49066 Fix WaveGenerator memory leak by Mykola Kondratenko · 10 years ago
  17. 1bcae27 Fix for wrong ringtone when using VoWiFi by Lukasz Wasowicz · 10 years ago
  18. 7a9c55c Fix tone region(for US, CA and JP) recognition for dual SIM by tadashi.aoyama · 9 years ago
  19. 3743feb Add the conditions that determine the region for US, CA and JP by takafumi nakamura · 10 years ago
  20. e7b4463 Add UK ringback tone by Hall Liu · 9 years ago
  21. b713273 am 7f4d4fc8: Merge "Fix benign overflow in ToneGenerator.cpp" by Dan Austin · 10 years ago
  22. 6f5a43f Fix benign overflow in ToneGenerator.cpp by Chad Brubaker · 10 years ago
  23. f1063e2 libmedia: fix all warning, make warnings errors, use clang by Lajos Molnar · 10 years ago
  24. 1b12b21 Use standard syntax to initialize fields. by Chih-Hung Hsieh · 11 years ago
  25. 66e4635 Use symbolic constants from <system/audio.h> by Glenn Kasten · 11 years ago
  26. 1ab85ec Include what is needed by Glenn Kasten · 12 years ago
  27. 9f80dd2 New control block for AudioTrack and AudioRecord by Glenn Kasten · 12 years ago
  28. 2799d74 Use sp<AudioTrack> instead of raw AudioTrack * by Glenn Kasten · 12 years ago
  29. 704455a Fix unreleased mutex in ToneGenerator stopTone() by Eric Laurent · 12 years ago
  30. a8eccec ToneGenerator: fix overflow in stopTone by Eric Laurent · 12 years ago
  31. 681be03 ToneGenerator: fix truncated tones by Eric Laurent · 12 years ago
  32. 09108ad ToneGenerator: fix stop/destroy concurrency by Eric Laurent · 12 years ago
  33. 6386b50 ToneGenerator: fix AudioTrack pointer init by Eric Laurent · 12 years ago
  34. 6eb954f ToneGenerator: optimize silent tone by Eric Laurent · 12 years ago
  35. b1c0993 Add all-channel AudioTrack::setVolume() API by Glenn Kasten · 13 years ago
  36. 98f1530 Re-enable fast track for ToneGenerator by Glenn Kasten · 13 years ago
  37. 1d685d7 Fix ToneGenerator regression by Glenn Kasten · 13 years ago
  38. 0ca3cf9 rename audio policy output flags by Eric Laurent · 13 years ago
  39. 2120fe5 ToneGenerator requests fast track by Glenn Kasten · 13 years ago
  40. e53b9ea Whitespace and indentation by Glenn Kasten · 13 years ago
  41. 18868c5 Use audio_policy_output_flags_t consistently by Glenn Kasten · 13 years ago
  42. 99e53b8 Update comments by Glenn Kasten · 13 years ago
  43. 9d1f02d Follow raw pointer and sp<> conventions by Glenn Kasten · 13 years ago
  44. 90bebef No newline or space at end of ALOG format string by Glenn Kasten · 13 years ago
  45. ff3c83e Merge "Use ToneGenerator::tone_type consistently" by Glenn Kasten · 13 years ago
  46. a0d6833 Use NULL not 0 for raw pointers by Glenn Kasten · 13 years ago
  47. 3d2f877 Use ToneGenerator::tone_type consistently by Glenn Kasten · 13 years ago
  48. fff6d71 Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  49. 83bc7f3 libmedia new can't fail on Android by Glenn Kasten · 13 years ago
  50. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  51. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  53. b8e9897 Remove unneeded #include <sys/resource.h> by Glenn Kasten · 14 years ago
  54. d217a8c Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 14 years ago
  55. 013b5a6 Use AudioTrack::event_type not int in callback by Glenn Kasten · 14 years ago
  56. fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 14 years ago
  57. 981594f Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER by Naveen Kalla · 16 years ago
  58. 34f1d8e Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 16 years ago
  59. a9a4390 Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 16 years ago
  60. e33e00e Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 16 years ago
  61. 824b6a4 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 16 years ago
  62. 85fa14d Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 16 years ago
  63. 5a22b90 Fix issue 2045983 ToneGenerator: fix void statement. by Eric Laurent · 16 years ago
  64. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
  65. c38bb06 Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 16 years ago
  66. 5e0a304 Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 16 years ago
  67. 4afdfa7 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 16 years ago
  68. 0b62e24 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 16 years ago
  69. 8365529 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  70. 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  72. 925a349 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  73. 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  74. 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  75. cce8bd1 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  76. 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  77. 2729ea9 Initial Contribution by The Android Open Source Project · 17 years ago