1. b4c1d0e am 92431300: am 724f3008: am ca9a083b: am e43e563e: Merge "Don\'t check whether a specific named activity supports mp3 playback, just that there is at least one that does. Fixes bug 2534382. Change-Id: I00d9ac49bd91f161388d5c3de47b1b6abe9e8d9c" into froyo by Marco Nelissen · 15 years ago
  2. f974b84 am e4b62c23: am 84d12f3f: am dbad286c: am 25c2dd60: Merge "Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener http://2553871" into froyo by Ray Chen · 15 years ago
  3. e43e563 Merge "Don't check whether a specific named activity supports mp3 playback, just that there is at least one that does. Fixes bug 2534382. Change-Id: I00d9ac49bd91f161388d5c3de47b1b6abe9e8d9c" into froyo by Marco Nelissen · 15 years ago
  4. 25c2dd6 Merge "Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener http://2553871" into froyo by Ray Chen · 15 years ago
  5. 5294f14 am 1bf6cb72: am 1e6edab6: am 01f78928: am 567b57b6: Merge "Report the requested seek time while seek is in progress." into froyo by Andreas Huber · 15 years ago
  6. 97a9c6a Don't check whether a specific named activity supports mp3 playback, by Marco Nelissen · 15 years ago
  7. ddb709c Report the requested seek time while seek is in progress. by Andreas Huber · 15 years ago
  8. b7c8c76 Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener by Ray Chen · 15 years ago
  9. ba56799 am b93ae7ea: am 3e8b89bd: am 2be77a22: Merge "Partial revert of previous change to improve hardware AAC decoder performance, increasing the input buffer size so dramatically accidentally broke streaming performance." into froyo by Andreas Huber · 15 years ago
  10. 548b799 Partial revert of previous change to improve hardware AAC decoder performance, increasing the input buffer size so dramatically accidentally broke streaming performance. by Andreas Huber · 15 years ago
  11. 505a318 am 507748e9: am 6c935602: am 44dcf658: Make createVideoThumbnail and createImageThumbnail look consistent. by Ray Chen · 15 years ago
  12. 44dcf65 Make createVideoThumbnail and createImageThumbnail look consistent. by Ray Chen · 15 years ago
  13. 0450617 am e47009aa: am 0f7c543c: am eb6e3edc: Merge "Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly." into froyo by Andreas Huber · 15 years ago
  14. eb6e3ed Merge "Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly." into froyo by Andreas Huber · 15 years ago
  15. a4357ad Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 15 years ago
  16. 9702a03 am 1f857164: am f0e62b7a: am 29039dee: Merge "Support another kind of iso mpeg4 file." into froyo by Andreas Huber · 15 years ago
  17. 29039de Merge "Support another kind of iso mpeg4 file." into froyo by Andreas Huber · 15 years ago
  18. 5a3a3b1 am 055897ac: am 28525488: am 9ab05fff: Merge "Fix bug 2565463 Ensure an object cannot appear twice in the AudioFocus stack. Enforce parameter check in AudioManager.requestAudioFocus() Typo correction in AudioService.unregisterMediaButtonEventReceiver()" into froyo by Jean-Michel Trivi · 15 years ago
  19. 6f9ff5d am 4cd79e3c: am 6c8770df: am d9c16c37: Merge "Use local lock for most MediaMetadataRetriever methods. Bug 2560834." into froyo by Dave Sparks · 15 years ago
  20. 9ab05ff Merge "Fix bug 2565463 Ensure an object cannot appear twice in the AudioFocus stack. Enforce parameter check in AudioManager.requestAudioFocus() Typo correction in AudioService.unregisterMediaButtonEventReceiver()" into froyo by Jean-Michel Trivi · 15 years ago
  21. aae05df am 05e7aedd: am 948e7dc0: am e11bafec: Add the test template for the media audio manager test. by Yu Shan Emily Lau · 15 years ago
  22. db6cc0b Use local lock for most MediaMetadataRetriever methods. Bug 2560834. by Dave Sparks · 15 years ago
  23. 55d1bb3 Fix bug 2565463 Ensure an object cannot appear twice in the by Jean-Michel Trivi · 15 years ago
  24. e11bafe Add the test template for the media audio manager test. by Yu Shan Emily Lau · 15 years ago
  25. eea1eef Support another kind of iso mpeg4 file. by Andreas Huber · 15 years ago
  26. bf3b498 am 85bc2ae1: am d12d6c30: am ccc17b34: Merge "Public API changes for CameraProfile and CamcorderProfile classes" into froyo by James Dong · 15 years ago
  27. ccc17b3 Merge "Public API changes for CameraProfile and CamcorderProfile classes" into froyo by James Dong · 15 years ago
  28. 43c7542 am a74a751c: am 5100df84: am 49e5a4c5: Update AMR codec. by Dave Sparks · 15 years ago
  29. 49e5a4c Update AMR codec. by Dave Sparks · 15 years ago
  30. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 15 years ago
  31. 7f9b1fa Add isSilentMode initially hidden before API council approval, test case to be added separately. by Glenn Kasten · 15 years ago
  32. 3ce1648 Merge "Fix bug 2553575 API REVIEW: android.media Change 1 of 3 Notes from API Council review: Rename onAudioFocusChanged -> onAudioFocusChange" into froyo by Jean-Michel Trivi · 15 years ago
  33. 7f7e67f Fix bug 2553575 API REVIEW: android.media Change 1 of 3 by Jean-Michel Trivi · 15 years ago
  34. 804878f Merge "Skip any number of leading ID3v2 tags (instead of just the first), also simplify/fix the find-consecutive-mp3-frames functionality." into froyo by Andreas Huber · 15 years ago
  35. 0d34d8b Skip any number of leading ID3v2 tags (instead of just the first), also simplify/fix the find-consecutive-mp3-frames functionality. by Andreas Huber · 15 years ago
  36. 5c1e96b Merge "Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while paused (legacy behaviour)." into froyo by Andreas Huber · 15 years ago
  37. 8e2b941 Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while paused (legacy behaviour). by Andreas Huber · 15 years ago
  38. 99e330b Merge "Properly fill in the component name for the software decoders." into froyo by Andreas Huber · 15 years ago
  39. 7167472 Properly fill in the component name for the software decoders. by Andreas Huber · 15 years ago
  40. b75d137 Timeout on socket recv calls after 5secs, retry connection also if server unexpectedly closed the connection on its end and we know that there should've been more data available. by Andreas Huber · 15 years ago
  41. c2eeb2f Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB. by Andreas Huber · 15 years ago
  42. 1e64e52 Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns." into froyo by Andreas Huber · 15 years ago
  43. 62141b4 Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns. by Andreas Huber · 15 years ago
  44. 252573c Finer-grained locking in AwesomePlayer, position and duration are now protected by a separate mutex that's only held for brief moments of time. by Andreas Huber · 15 years ago
  45. bb961a0 Merge "Fix testCameraPreviewMemoryUsage test." by Wu-cheng Li · 15 years ago
  46. 59411b3 Fix testCameraPreviewMemoryUsage test. by Wu-cheng Li · 15 years ago
  47. ad069eb Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax) as well." by Andreas Huber · 15 years ago
  48. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 15 years ago
  49. f71daba Enable early termination of the prefetcher's preparation phase. by Andreas Huber · 15 years ago
  50. 9b732de Clear the local prefetcher strong reference before signalling that prepare() was cancelled early in order to avoid a race condition that occasionally triggered an assertion from the main thread. by Andreas Huber · 15 years ago
  51. 5b4e654 Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking. by Eric Laurent · 15 years ago
  52. bbbb1dc Unhide the MediaButton receiver API in android.media.AudioManager by Jean-Michel Trivi · 15 years ago
  53. 90f8680 Update MediaRecorder.java documentation to mention it does not work on the emulator yet. by James Dong · 15 years ago
  54. c2662bf Merge "libutils Condition are now PRIVATE by default" by Mathias Agopian · 15 years ago
  55. 9f3168b Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus during a call, the next focus owner in the stack was never notified - if a focus owner requests the focus while alread owning it, and the type of focus request changes, the previous focus owner was not notified that the type of focus loss had changed." by Jean-Michel Trivi · 15 years ago
  56. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  57. 983ac2b Unhide new constants used in AudioFocus API to denote a situation by Jean-Michel Trivi · 15 years ago
  58. e5e1e87 Fix two AudioFocus issues: by Jean-Michel Trivi · 15 years ago
  59. aac4bfb Merge "We should pass null for the album artist if it was not set, instead of a copy of the artist, since the media provider needs to know whether the album artist was actually set." by Marco Nelissen · 15 years ago
  60. 0096b8d We should pass null for the album artist if it was not set, instead of a copy by Marco Nelissen · 15 years ago
  61. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 15 years ago
  62. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 15 years ago
  63. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 15 years ago
  64. c04cfa3 Unhide AudioManager API to control bluetooth SCO audio connection. by Eric Laurent · 15 years ago
  65. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 15 years ago
  66. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 15 years ago
  67. 099e3e7 Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)" by Andreas Huber · 15 years ago
  68. bd27875 Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!) by Andreas Huber · 15 years ago
  69. d928200 Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration. by Andreas Huber · 15 years ago
  70. 43595bc Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification. by Andreas Huber · 15 years ago
  71. cbf1840 Merge "Issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 15 years ago
  72. cf74ceea Merge "While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times." by Andreas Huber · 15 years ago
  73. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  74. a378de7 Merge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty string when audio focus is requested or abandonned with a null listener." by Jean-Michel Trivi · 15 years ago
  75. 8783429 While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times. by Andreas Huber · 15 years ago
  76. aa77354 Merge "Don't stop a test case when the test case failed for some of the sample files. Instead, only check against failure or success at the end of the test case." by James Dong · 15 years ago
  77. 454f69c Don't stop a test case when the test case failed for some of the sample files. by James Dong · 15 years ago
  78. 2babee6 Merge "Inserted a 1.5s wait time between the camera release and new camrea." by Yu Shan Emily Lau · 15 years ago
  79. 308e9a5 Fix bug where the ID stored for an OnAudioFocusChangeListener is an by Jean-Michel Trivi · 15 years ago
  80. d1f7876 Merge "Implementation of the policing of transport control key press events among multiple applications competing for the remote control focus. AudioManager defines a new API for applications to use in order to register their BroadcastReceiver for the media button as the one to receive the corresponding intent, but all applications at the same time (in an ordered broadcast). AudioService handles a stack of remote control focus owners. It traps ACTION_MEDIA_BUTTON intents and sends a new intent to the remote control focus owner." by Jean-Michel Trivi · 15 years ago
  81. 65c8a7a Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate." by Andreas Huber · 15 years ago
  82. fe1dee8 Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate. by Andreas Huber · 15 years ago
  83. d327f21 Implementation of the policing of transport control key press by Jean-Michel Trivi · 15 years ago
  84. 4889fb7 Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 15 years ago
  85. 1cffa44 Inserted a 1.5s wait time between the camera release and new camrea. by Yu Shan Emily Lau · 15 years ago
  86. ef9500f Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 15 years ago
  87. 1fbf63a "isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times. by Andreas Huber · 15 years ago
  88. 7f83e10 Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." by Andreas Huber · 15 years ago
  89. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 15 years ago
  90. 0543a5a Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 15 years ago
  91. 0d4726a Merge "Fix regression in directory scanning" by Kenny Root · 15 years ago
  92. f62dd66 Fixes bug 2502132, and masks bug 2518313. by Glenn Kasten · 15 years ago
  93. 0c2ab24 Adjust expected text frame length in ID3 by Kenny Root · 15 years ago
  94. a8c02d7 Fix regression in directory scanning by Kenny Root · 15 years ago
  95. b06a68b Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 15 years ago
  96. 43f0e8e We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec... by Andreas Huber · 15 years ago
  97. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 15 years ago
  98. 7d74086 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 15 years ago
  99. 174de8e Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 15 years ago
  100. 2d6f709 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 15 years ago