1. 134ee6a Squashed commit of the following: by Andreas Huber · 17 years ago
  2. a410d5a am 6d42d806: Merge change I9cc489a2 into eclair by Eric Laurent · 17 years ago
  3. 148b266 Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persistent "error 8" state on future attempts and breaks voice search. by Eric Laurent · 17 years ago
  4. adf7d77 Merge change I6c84d731 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  5. 97494da I accidentally broke this code while refactoring MediaScanner. This is the fix. by Andreas Huber · 17 years ago
  6. 413f523 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 17 years ago
  7. 981594f Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER by Naveen Kalla · 17 years ago
  8. a7c816c am 16cc72bd: Fix simulator build. by Dave Sparks · 17 years ago
  9. 827f300 am 8424ec32: Merge change I0f9a53d4 into eclair by Dave Sparks · 17 years ago
  10. f311c55 Fix simulator build. by Dave Sparks · 17 years ago
  11. ec4dde7 Set metadata retriever thread group to the caller's group. by Dave Sparks · 17 years ago
  12. bf89c09 am e7800946: Merge change I49f02be9 into eclair by Eric Laurent · 17 years ago
  13. 6100d2d Issue 2265163: Audio still reported routed through earpiece on sholes by Eric Laurent · 17 years ago
  14. 057eacf am fddfb9ae: Merge change Iad79689a into eclair by Eric Laurent · 17 years ago
  15. 2b58424 Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes by Eric Laurent · 17 years ago
  16. 5b65c70 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 17 years ago
  17. 1c02bfb am 67b69292: Merge change I93f500a5 into eclair by Eric Laurent · 17 years ago
  18. 34f1d8e Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 17 years ago
  19. fe44b7a am bf96aaad: Merge change Icf10db28 into eclair by Eric Laurent · 17 years ago
  20. 88e5ad9 Merge change Icf10db28 into eclair by Android (Google) Code Review · 17 years ago
  21. 09d88b0 am dd28d563: Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 17 years ago
  22. a9a4390 Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 17 years ago
  23. f0ee6f4 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 17 years ago
  24. 318ad9c Reimplement the OMX backend for stagefright. by Andreas Huber · 17 years ago
  25. 36efa03 Some decoders will return an error on OMX_EmptyThisBuffer to indicate that they don't support the media format, deal with this. by Andreas Huber · 17 years ago
  26. e33e00e Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 17 years ago
  27. 10dbb8e Music visualizer support hack. by Marco Nelissen · 17 years ago
  28. 824b6a4 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 17 years ago
  29. 1b84df1 Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 17 years ago
  30. 5841db7 Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block. by Eric Laurent · 17 years ago
  31. 85fa14d Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 17 years ago
  32. a9c322e Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 17 years ago
  33. c6b59b7 Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 17 years ago
  34. 693d271 Squashed commit of the following: by Andreas Huber · 17 years ago
  35. 5a22b90 Fix issue 2045983 ToneGenerator: fix void statement. by Eric Laurent · 17 years ago
  36. f4148b5 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 17 years ago
  37. 408b8e1 Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 17 years ago
  38. 23aea97 Merge change 9674 by Android (Google) Code Review · 17 years ago
  39. fa2877b Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 17 years ago
  40. 3302526 Fix problem in AudioTrack with 8 bit PCM and direct output. by Eric Laurent · 17 years ago
  41. 8b938cd The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 17 years ago
  42. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  43. a64c8c7 Added native metadata support. by niko · 17 years ago
  44. 20111aa Squashed commit of the following: by Andreas Huber · 17 years ago
  45. a25f0fc Merge change 7067 by Android (Google) Code Review · 17 years ago
  46. 2b50fba first attempt to fix the sim by Mathias Agopian · 17 years ago
  47. b07c28b add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 17 years ago
  48. aa37173 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 17 years ago
  49. 8e1b6cc Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 17 years ago
  50. a920ee9 Merge change 6636 by Android (Google) Code Review · 17 years ago
  51. 699f095 am 5964e737: Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 17 years ago
  52. a7e0e8b Implemented the metadata changed notification filters. by Nicolas Catania · 17 years ago
  53. c38bb06 Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 17 years ago
  54. 349dba3 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  55. 5732662 Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  56. 1d187f1 Direct api to the native media player. by Nicolas Catania · 17 years ago
  57. 3d59a4b am 1bee98af: Merge change 5100 into donut by Android (Google) Code Review · 17 years ago
  58. 5e0a304 Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 17 years ago
  59. 56f0cc5 Renamed all android.hardware.IMedia* strings to android.media.IMedia* by niko · 17 years ago
  60. 4710a1f am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 17 years ago
  61. 6609518 Removed trailing whitespaces. by Nicolas Catania · 17 years ago
  62. 2a7d5b3 am b2df1699: Merge change 1548 into donut by Android (Google) Code Review · 17 years ago
  63. 9747c5a NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 17 years ago
  64. 489d60e am f3288f17: Merge change 2468 into donut by Android (Google) Code Review · 17 years ago
  65. b7056fc some work to try to reduce the code size of some native libraries by Mathias Agopian · 17 years ago
  66. 172fb9a setVolume did not check interface descriptor DO NOT MERGE by Dave Sparks · 17 years ago
  67. 95634c8 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 17 years ago
  68. f5879c1 Fix issue 1846343 - part 1 by Eric Laurent · 17 years ago
  69. 7562408 move libbinder's header files under includes/binder by Mathias Agopian · 17 years ago
  70. 615a9bf checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 17 years ago
  71. 4afdfa7 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 17 years ago
  72. 0b62e24 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 17 years ago
  73. 1dd70b9 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 17 years ago
  74. ce80c82 AI 144054: am: CL 144053 Fix issue #1751242 A2DP playback fails first time: Invalid buffer size: minFrameCount 10240, frameCount 4800 by Eric Laurent · 17 years ago
  75. cd6725a Automated import from //branches/donutburger/...@142065,142065 by Eric Laurent · 18 years ago
  76. 4003bf5 Automated import from //branches/donutburger/...@141711,141711 by Andreas Huber · 18 years ago
  77. 7d56324 Automated import from //branches/donutburger/...@141200,141200 by Jean-Michel Trivi · 18 years ago
  78. 158857d Automated import from //branches/donutburger/...@140867,140867 by Jean-Michel Trivi · 18 years ago
  79. 7dc1125 Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 18 years ago
  80. 2c22aeb Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 18 years ago
  81. 1179bc9 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 18 years ago
  82. c048cae auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 18 years ago
  83. 65e731f auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 18 years ago
  84. 8365529 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 18 years ago
  85. 8555d08 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 18 years ago
  86. 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 18 years ago
  87. 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 18 years ago
  88. ad04d92 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 18 years ago
  89. 99ffda8 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 18 years ago
  90. 925a349 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 18 years ago
  91. 25658fd auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 18 years ago
  92. 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 18 years ago
  93. 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 18 years ago
  94. e5198b6 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 18 years ago
  95. cce8bd1 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 18 years ago
  96. 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 18 years ago
  97. 2729ea9 Initial Contribution by The Android Open Source Project · 18 years ago