1. 2ba92c7 do not merge bug 3370834 Cherrypick from master by Jean-Michel Trivi · 14 years ago
  2. 9efe473 Squash commits of the following patches, cherry-picked from other branch - do not merge. by James Dong · 14 years ago
  3. f13d450 Send "compilation" tag when inserting into the database. by Marco Nelissen · 14 years ago
  4. ba77a3f Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  5. d609ca7 Expose AMRNB/WB and AAC encoder and related file output formats - do not merge by James Dong · 14 years ago
  6. 688f4c5 Merge "Update java doc for visualizer FFT capture." into gingerbread by Eric Laurent · 14 years ago
  7. f6bd761 Use back-facing camera as default in camera/camcorder profile.do not merge by Wu-cheng Li · 14 years ago
  8. 5aa95dd Update a comment about when setOrientationHint() should be called by James Dong · 14 years ago
  9. ad8f19c Add a new public API to support recording rotated videos by James Dong · 14 years ago
  10. c80c288 Revert "Support rotation in media recorder" by James Dong · 14 years ago
  11. f1febe4 Support rotation in media recorder by James Dong · 14 years ago
  12. 03a4090 Update java doc for visualizer FFT capture. by Eric Laurent · 14 years ago
  13. 9adf466 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
  14. 10b9b3f Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality. by Andreas Huber · 14 years ago
  15. 1a5149e Fix issue 3022800. by Eric Laurent · 14 years ago
  16. 672c0dc Fix issue 2913071. by Eric Laurent · 14 years ago
  17. 92cf2d6 Made audio effect control panel intents public. by Eric Laurent · 14 years ago
  18. d09af7d Added intents for audio effects control application by Eric Laurent · 14 years ago
  19. 71450f8 Changed type of reverb presets from int to short by Eric Laurent · 14 years ago
  20. ba8da2e Audio Effects: fixed "strength supported" parameter size. by Eric Laurent · 14 years ago
  21. 66edf55 Merge "Fix bug 2684341 Don't steal the media button event from the phone app is the phone is ringing, even in silent mode." into gingerbread by Jean-Michel Trivi · 14 years ago
  22. e73131a Fix bug 2684341 Don't steal the media button event from the phone by Jean-Michel Trivi · 14 years ago
  23. 2a6b80b Fixed several audio effects problems. by Eric Laurent · 14 years ago
  24. 769f9b8 am 5b86de94: fix doc bugs by Scott Main · 14 years ago
  25. 5b86de9 fix doc bugs by Scott Main · 14 years ago
  26. 57648e4 Support for Gtalk video, includes AMR/H.263 assembler and packetization support, extensions to MediaRecorder to stream via RTP over a pair of UDP sockets as well as various fixes to the RTP implementation. by Andreas Huber · 14 years ago
  27. 17cb280 NEW_API: Unhide audio effect APIs. by Eric Laurent · 14 years ago
  28. 92e847e Audio effects: aligned Equalizer API argument types on OpenSL ES SLEqualizerItf. by Eric Laurent · 14 years ago
  29. ca57d1c Audio Effects: added methods to effects java classes to store and load current effect settings in by Eric Laurent · 14 years ago
  30. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  31. fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 14 years ago
  32. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  33. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  34. c03befe Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  35. a0c2b53 Merge "Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call." into gingerbread by Eric Laurent · 14 years ago
  36. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  37. e2dd8c4 Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  38. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  39. 3c652ca Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call. by Eric Laurent · 14 years ago
  40. 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
  41. 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 14 years ago
  42. 4d61f60 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 14 years ago
  43. a8c2514 Merge "Pass BluetoothDevice to the Bluetooth Headset calls." into kraken by Jaikumar Ganesh · 14 years ago
  44. a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 14 years ago
  45. 57ad070 am c40209ac: am 28a92b2e: Merge "Fix a Javadoc to clarify when setAudioStreamType() should be called." into froyo by James Dong · 14 years ago
  46. c40209a am 28a92b2e: Merge "Fix a Javadoc to clarify when setAudioStreamType() should be called." into froyo by James Dong · 14 years ago
  47. 9d96354 Fix a Javadoc to clarify when setAudioStreamType() should be called. by James Dong · 14 years ago
  48. 740e39b Pass BluetoothDevice to the Bluetooth Headset calls. by Jaikumar Ganesh · 14 years ago
  49. c109190 Add support for gps altitude EXIF tags. by Wu-cheng Li · 14 years ago
  50. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  51. d9712b6 am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  52. bbafdc6 am 836b2d75: Merge "Don\'t clear the _data column in the audio_meta table, since it isn\'t needed, and causes a sqlite constraint exception. Bug 2671792." into froyo by Marco Nelissen · 14 years ago
  53. 0c73adb am 3e90c76c: Merge "Update javadoc in android.media.AudioManager to not hide the registerAudioFocusListener() methods." into froyo by Jean-Michel Trivi · 14 years ago
  54. ea37d9b am aaa01b18: Merge " Fix bug 2670395 and 2599698 When the user selects a "Silent" notification sound, the Uri encoded path is an empty string. Setting this Uri as the data source of the MediaPlayer used to play notifications caused the completion listen by Jean-Michel Trivi · 14 years ago
  55. b1235a5 Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  56. 5f53f08 Hide two audio focus methods. by Xavier Ducrohet · 14 years ago
  57. 33f49c8 Don't clear the _data column in the audio_meta table, since it isn't by Marco Nelissen · 14 years ago
  58. 46b3a18 Update javadoc in android.media.AudioManager to not hide the by Jean-Michel Trivi · 14 years ago
  59. 392a2bb Fix bug 2670395 and 2599698 by Jean-Michel Trivi · 14 years ago
  60. c865219 merge from open-source master by The Android Open Source Project · 14 years ago
  61. c6f8ea4 speling fix by hugh kennedy · 14 years ago
  62. a847ba4 Fix bug 2619062 Music is routed to Phone speaker, though it is by Jean-Michel Trivi · 14 years ago
  63. b4bccb6 Update AudioService to reflect phone state changes with AudioFocus. by Jean-Michel Trivi · 14 years ago
  64. 9b8b417 Merge "When updating existing entries in the media database, don't update the is_music, is_ringtone, etc columns. This ensures that custom ringtones will still be shown in the ringtone picker after a rescan. Bug 2594125 Change-Id: I56761240d6f6e699514169d80a445317ba0de9e2" into froyo by Marco Nelissen · 14 years ago
  65. c066557 When updating existing entries in the media database, don't update by Marco Nelissen · 14 years ago
  66. 3891c4c Fix issue 2602879: camera shutter sound not playing. by Eric Laurent · 14 years ago
  67. 3b59126 Fix issue 2604270 Device auto connects to Car Dock (Media profile) after undocking. by Eric Laurent · 14 years ago
  68. 758dd52 Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in silent mode. by Eric Laurent · 14 years ago
  69. 527c3ab Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode. by Eric Laurent · 14 years ago
  70. 4c637b9 Fix bug 2578813 Delay pausing music and routing audio for car docks by Jean-Michel Trivi · 14 years ago
  71. bcac496 Honor the "Never vibrate" setting for incoming calls. by Daniel Sandler · 14 years ago
  72. 2930bb2 Fix monkey bug 2586534 java.util.ConcurrentModificationException by Jean-Michel Trivi · 14 years ago
  73. b7c8c76 Per requested by API council, rename MediaScannerConneciton.ScanResultListener to .OnScanCompletedListener by Ray Chen · 14 years ago
  74. 44dcf65 Make createVideoThumbnail and createImageThumbnail look consistent. by Ray Chen · 14 years ago
  75. 55d1bb3 Fix bug 2565463 Ensure an object cannot appear twice in the by Jean-Michel Trivi · 14 years ago
  76. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 14 years ago
  77. 7f7e67f Fix bug 2553575 API REVIEW: android.media Change 1 of 3 by Jean-Michel Trivi · 14 years ago
  78. 5b4e654 Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking. by Eric Laurent · 14 years ago
  79. bbbb1dc Unhide the MediaButton receiver API in android.media.AudioManager by Jean-Michel Trivi · 14 years ago
  80. 90f8680 Update MediaRecorder.java documentation to mention it does not work on the emulator yet. by James Dong · 14 years ago
  81. 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 · 14 years ago
  82. 983ac2b Unhide new constants used in AudioFocus API to denote a situation by Jean-Michel Trivi · 14 years ago
  83. e5e1e87 Fix two AudioFocus issues: by Jean-Michel Trivi · 14 years ago
  84. 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 · 14 years ago
  85. 0096b8d We should pass null for the album artist if it was not set, instead of a copy by Marco Nelissen · 14 years ago
  86. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 14 years ago
  87. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 14 years ago
  88. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 14 years ago
  89. c04cfa3 Unhide AudioManager API to control bluetooth SCO audio connection. by Eric Laurent · 14 years ago
  90. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 14 years ago
  91. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 14 years ago
  92. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  93. 308e9a5 Fix bug where the ID stored for an OnAudioFocusChangeListener is an by Jean-Michel Trivi · 14 years ago
  94. 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 · 14 years ago
  95. d327f21 Implementation of the policing of transport control key press by Jean-Michel Trivi · 14 years ago
  96. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 14 years ago
  97. e208377 Add GPSProcessingMethod tag to ExifInterface. by Ray Chen · 14 years ago
  98. b4ca6ef Avoid overriding DATE_TAKEN by unreliable file time. MediaProvider will calculate it if needed. by Ray Chen · 14 years ago
  99. 758559e Fix bug 2329540 by Jean-Michel Trivi · 14 years ago
  100. eabb6df Unhide API additions to AudioManager for AudioFocus support. by Jean-Michel Trivi · 14 years ago