1. 663ec30 Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 15 years ago
  2. eb14a78 Fix issues 2333450 and 2333559: by Eric Laurent · 15 years ago
  3. 66d28ce Fix SoundPool buffer size rounding error. Bug 2327620. by Dave Sparks · 15 years ago
  4. 14f8940 Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  5. 6154412 Partially fix bug 2111240 Detect docking / undocking event by reporting by Jean-Michel Trivi · 15 years ago
  6. 6d42d80 Merge change I9cc489a2 into eclair by Android (Google) Code Review · 15 years ago
  7. 8445f36 Merge change Ibb9b1de1 into eclair by Android (Google) Code Review · 15 years ago
  8. 9cc489a Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persistent "error 8" state on future attempts and breaks voice search. by Eric Laurent · 15 years ago
  9. 30daf09 1) Capture the start memory before the test started by Yu Shan Emily Lau · 15 years ago
  10. 052d9c8 Images.Media.DATE_TAKEN should be in milliseconds. http://b/2297371 by Ray Chen · 15 years ago
  11. e12de4d Merge change Id5fa58cf into eclair by Android (Google) Code Review · 15 years ago
  12. d5fa58c Fix timezone issue to comply with EXIF standard. by Ray Chen · 15 years ago
  13. 0b6ee9f DATE_TAKEN should be in millisecond instead of second. by Ray Chen · 15 years ago
  14. 524dc04 Fix issue 2192673: Music Pausing Even when notifications are set to silent. by Eric Laurent · 15 years ago
  15. 16cc72b Fix simulator build. by Dave Sparks · 15 years ago
  16. 0f9a53d Set metadata retriever thread group to the caller's group. by Dave Sparks · 15 years ago
  17. e780094 Merge change I49f02be9 into eclair by Android (Google) Code Review · 15 years ago
  18. 9ed314c Merge change Ib3191441 into eclair by Android (Google) Code Review · 15 years ago
  19. b1ce51f Add the checking for mediaplayer stress test. by Yu Shan Emily Lau · 15 years ago
  20. 49f02be Issue 2265163: Audio still reported routed through earpiece on sholes by Eric Laurent · 15 years ago
  21. d66a901 DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering. by Andreas Huber · 15 years ago
  22. 941136f Fix bug 2271468 Update the javadoc for MediaRecorder.AudioSource by Jean-Michel Trivi · 15 years ago
  23. 05df33e Fix issue 2265955 Use dateCreated when dateTaken isn't valid when writing images/videos to database. by Ray Chen · 15 years ago
  24. fddfb9a Merge change Iad79689a into eclair by Android (Google) Code Review · 15 years ago
  25. 1aa9f3c Merge change I923d7d72 into eclair by Android (Google) Code Review · 15 years ago
  26. 923d7d7 Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast. by Eric Laurent · 15 years ago
  27. c8d7c14 Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor. by Andreas Huber · 15 years ago
  28. 059b4be Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes by Eric Laurent · 15 years ago
  29. da440f1 Fix for random audio output failures, properly dup() the file descriptor in IMediaPlayer::setDataSource to assume ownership as the caller will otherwise close it. by Andreas Huber · 15 years ago
  30. c060d86 Check whether test server is up before running tests which use streaming files. by Gloria Wang · 15 years ago
  31. fde273b Merge change Ic997acac into eclair by Android (Google) Code Review · 15 years ago
  32. c997aca Make AudioPlayer a little less verbose, defer starting audio playback until after the first video frame has been decoded (if there's video at all). by Andreas Huber · 15 years ago
  33. 1e495da Merge change I4b03c2cd into eclair by Android (Google) Code Review · 15 years ago
  34. 1dc2ae2 Fix bug 2242585 to unhide the new audio recording sources. by Jean-Michel Trivi · 15 years ago
  35. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  36. a4eedac Now that UseBuffer on this component is fixed, let's use it. by Andreas Huber · 15 years ago
  37. 67b6929 Merge change I93f500a5 into eclair by Android (Google) Code Review · 15 years ago
  38. bda7469 Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 15 years ago
  39. b1c85ec Add windows media support check in MediaMetadataTest.java and MediaPlayerApiTest.java by James Dong · 15 years ago
  40. 6869df3 Add new audio sources to support the A1026 recording configurations. by Jean-Michel Trivi · 15 years ago
  41. d2906ad Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem. by Andreas Huber · 15 years ago
  42. f67eff1 Merge change Ib0036762 into eclair by Android (Google) Code Review · 15 years ago
  43. d6af2e0 Merge change I43a335c3 into eclair by Android (Google) Code Review · 15 years ago
  44. 774d956 Merge change Ic8c7ca7b into eclair by Android (Google) Code Review · 15 years ago
  45. 758613d Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second. by Marco Nelissen · 15 years ago
  46. 38b03a7 Add windows media support check in MediaMetadataRetrieverTest bug 2232274 by James Dong · 15 years ago
  47. 43a335c Suppress takePicture test from continuous DO NOT MERGE. by Brett Chabot · 15 years ago
  48. c8c7ca7 Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous. by Brett Chabot · 15 years ago
  49. 608a263 Dump media recorder PID in dumpsys media.player, and fix minor bugs. by Gloria Wang · 15 years ago
  50. 8988973 Merge change I4e83a76a into eclair by Android (Google) Code Review · 15 years ago
  51. 11a74a7 Fix bug 2201417. Whenever the System setting that indicates by Jean-Michel Trivi · 15 years ago
  52. 8cc42c5 Add some logging to detect if AsyncPlayer is lagging. Bug 2201082. by Dave Sparks · 15 years ago
  53. adf4b4f Merge change I96458368 into eclair by Android (Google) Code Review · 15 years ago
  54. 13b9371 Fixed the H263 video duation which caused the incorrect video validation. by Yu Shan Emily Lau · 15 years ago
  55. e854341 Merge change I7c0d20a7 into eclair by Android (Google) Code Review · 15 years ago
  56. 7c0d20a Run the metadataretriever at background priority. Bug 2187133. by Dave Sparks · 15 years ago
  57. 6e50a8c Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers." by Andreas Huber · 15 years ago
  58. bf96aaa Merge change Icf10db28 into eclair by Android (Google) Code Review · 15 years ago
  59. dd28d56 Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 15 years ago
  60. 7a03b07 Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers. by Andreas Huber · 15 years ago
  61. 415f3e2 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 15 years ago
  62. f16a0b7 do not merge: The qcom video decoders always output yuv data after adjusting dimensions to be a multiple of 16. by Andreas Huber · 15 years ago
  63. 9991013 1) Add 10 seconds wait time before collecting the end memory. by Yu Shan Emily Lau · 15 years ago
  64. 62443f5 Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 15 years ago
  65. 3b49e9b Fix for bug 2158794. Hide MediaPlayer.invoke() and MediaPlayer.newRequest(), and Fix bad links in ToneGenerator documentation. by gwang@google.com · 15 years ago
  66. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  67. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  68. f09edd6 Merge change Id60fa26a into eclair by Android (Google) Code Review · 15 years ago
  69. ef093cd Fix issue 2152541 thumbnail images stretched. by Ray Chen · 15 years ago
  70. 89e74ba Fix Issue 2158631: AudioService: volume control sometimes not restored after media server process crash. by Eric Laurent · 15 years ago
  71. 37b0f27 Merge change I999f1aeb into eclair by Android (Google) Code Review · 15 years ago
  72. 999f1ae Remove audio latency fudge factor 96 msec. by Jianhong Jiang · 15 years ago
  73. edd942c Merge change I55a6ac8c into eclair by Android (Google) Code Review · 15 years ago
  74. 55a6ac8 Fixed the long recorder time and reduce the number of loops. by Yu Shan Emily Lau · 15 years ago
  75. 8bbba0e Merge change If5722b3f into eclair by Android (Google) Code Review · 15 years ago
  76. f5722b3 Dont NPE if the thumbnail file cannot be opened. by Chih-Chung Chang · 15 years ago
  77. 7d98718 Merge change I19f2928b into eclair by Android (Google) Code Review · 15 years ago
  78. a2ef57d Fix issue 2141503: Keyclick sound doesn't honor volume settings. by Eric Laurent · 15 years ago
  79. 4c232c5 Merge change Idd16976f into eclair by Android (Google) Code Review · 15 years ago
  80. ecc97cc Unify Java NIO to read/write MiniThumbFile. by Ray Chen · 15 years ago
  81. 67fc234 Fix some metadata retriever issues: by James Dong · 15 years ago
  82. 99638e7 Merge change 27466 into eclair by Android (Google) Code Review · 15 years ago
  83. 525ad18 Turn on thubmnail capture unit test for media metadata retriever by James Dong · 15 years ago
  84. 7d97351 Merge change 27449 into eclair by Android (Google) Code Review · 15 years ago
  85. 1851db6 Always consider m4a files as audio, even when they contain a video track. by Marco Nelissen · 15 years ago
  86. dba93b6 Merge change 27318 into eclair by Android (Google) Code Review · 15 years ago
  87. d4f3586 Check that playlist entries refer to a row in the audio table. by Marco Nelissen · 15 years ago
  88. cc96652 Remove fflush when storing thumbanil to sdcard. by Ray Chen · 15 years ago
  89. 0faa5c6c Merge change 27271 into eclair by Android (Google) Code Review · 15 years ago
  90. 0ddbc35 Only scan windows media files when those codecs are enabled. by Marco Nelissen · 15 years ago
  91. 7756cbee Merge change 27073 into eclair by Android (Google) Code Review · 15 years ago
  92. 34831c9 Removed the device type checking by Yu Shan Emily Lau · 15 years ago
  93. e9bd478 Merge change 26881 into eclair by Android (Google) Code Review · 15 years ago
  94. 3f790d8 Merge change 27011 into eclair by Android (Google) Code Review · 15 years ago
  95. a56e653 Added the checking for the wma in the memory test. by Yu Shan Emily Lau · 15 years ago
  96. af141d5 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 15 years ago
  97. 343449f Fix issue 2128896 The thumbnail generated after picture capture with max zoom is overlapped with previous thumbnail. by Ray Chen · 15 years ago
  98. 7d0bdfa Merge change 26948 into eclair by Android (Google) Code Review · 15 years ago
  99. 5b0b63b Suppress the testPing as we moved the release test target to the userdebug. This test rely on a mock_media_player.so which build under the eng build by Yu Shan Emily Lau · 15 years ago
  100. a52b4d7 Fix broken build. by Dianne Hackborn · 15 years ago