1. 18e7bce Address multiple RemoteControlDisplay competing for registration by Jean-Michel Trivi · 13 years ago
  2. 6032a60 Signal errors to the client instead of asserting in ACodec. by Andreas Huber · 13 years ago
  3. fedd53b Merge "Don't try to rescale when no bitmap in RemoteControlClient" by Jean-Michel Trivi · 13 years ago
  4. 539340f Merge "Support for posting messages and synchronously waiting for a response." by Andreas Huber · 13 years ago
  5. 6e679d5 Don't try to rescale when no bitmap in RemoteControlClient by Jean-Michel Trivi · 13 years ago
  6. 9ba16f6 Properly reset the number of frames we think we've written to the audio sink by Andreas Huber · 13 years ago
  7. 2daf331 Merge "Bug 4364249 Play position is 0 after flushing AudioTrack" by Jean-Michel Trivi · 13 years ago
  8. 22cb204 Bug 4364249 Play position is 0 after flushing AudioTrack by Jean-Michel Trivi · 13 years ago
  9. e688257 Support for posting messages and synchronously waiting for a response. by Andreas Huber · 13 years ago
  10. 463854b Merge "When encountering a discontinuity, flush(clear) all content enqueued up to that" by Andreas Huber · 13 years ago
  11. ced159b When encountering a discontinuity, flush(clear) all content enqueued up to that by Andreas Huber · 13 years ago
  12. 5837dfa Merge "Set mSeekNotificationSent as false for RTSP seeking. Fix for bug 5208736." by Gloria Wang · 13 years ago
  13. 051f890 Set mSeekNotificationSent as false for RTSP seeking. Fix for bug 5208736. by Gloria Wang · 13 years ago
  14. b335a5a Merge "When Camera is launched by media recording framework, stagefright controls the stop and release." by James Dong · 13 years ago
  15. 8312278 When Camera is launched by media recording framework, stagefright controls the stop and release. by James Dong · 13 years ago
  16. e981647 Merge "Fix deadlock in AudioService" by Jean-Michel Trivi · 13 years ago
  17. 3094d95 Fix deadlock in AudioService by Jean-Michel Trivi · 13 years ago
  18. 7096c4a Merge "Port setting change should happen before receiving any filled frame." by Chih-Chung Chang · 13 years ago
  19. 8865307 Default W, H allowed in SurfaceMediaSource dequeue by Pannag Sanketi · 13 years ago
  20. 25c18fe Merge "More information for RemoteControlDisplay about new client" by Jean-Michel Trivi · 13 years ago
  21. 4b6df6a3 More information for RemoteControlDisplay about new client by Jean-Michel Trivi · 13 years ago
  22. 409f95f Merge "Testing the GL/ CPU encoding w/ Gralloc buffers" by Pannag Sanketi · 13 years ago
  23. 557b709 Testing the GL/ CPU encoding w/ Gralloc buffers by Pannag Sanketi · 13 years ago
  24. 2b0f795 Merge "Bug 5045498 Single binder call when metadata and artwork are updated" by Jean-Michel Trivi · 13 years ago
  25. 85a0a05 Merge "Bug 5045498 Implementation of RemoteControlClient.MetadataEditor" by Jean-Michel Trivi · 13 years ago
  26. 44413e5 Bug 5045498 Single binder call when metadata and artwork are updated by Jean-Michel Trivi · 13 years ago
  27. 4da5eef Bug 5045498 Implementation of RemoteControlClient.MetadataEditor by Jean-Michel Trivi · 13 years ago
  28. a8120ea Merge "To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams." by James Dong · 13 years ago
  29. 68e37ae Merge "Bug 5045498 New implementation of remote control API" by Jean-Michel Trivi · 13 years ago
  30. 4426e42 Bug 5045498 New implementation of remote control API by Jean-Michel Trivi · 13 years ago
  31. d109a7d Merge "We were accidentally sending out an output buffer before the final port settings change" by Andreas Huber · 13 years ago
  32. 887b729 We were accidentally sending out an output buffer before the final port settings change by Andreas Huber · 13 years ago
  33. cf56f1e Merge "Revert "Change condition to enter silent mode."" by Eric Laurent · 13 years ago
  34. 73a56fe Revert "Change condition to enter silent mode." by Eric Laurent · 13 years ago
  35. f1824a9 Pass correct indices for thumbnails of MediaImageItem. by Chih-Chung Chang · 13 years ago
  36. e649668 Port setting change should happen before receiving any filled frame. by Chih-Chung Chang · 13 years ago
  37. 6e37cf9 The MatroskaExtractor will now publish a different mime-type "video/webm" if by Andreas Huber · 13 years ago
  38. 8598e57 Merge "Remove useAndroidNativeBuffer(2) warning message." by Chih-Chung Chang · 13 years ago
  39. c0a2222 Merge "Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java)" by Rajneesh Chowdury · 13 years ago
  40. c0ce607 Merge "Stagefright: fix a compiler warning" by Jamie Gennis · 13 years ago
  41. 3ced044 Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java) by Rajneesh Chowdury · 13 years ago
  42. 121e50c Raise the maximum input buffer size for the vpx video decoder to 256KB by Andreas Huber · 13 years ago
  43. 7f639d3 Merge "Fix 5144356: Native crash while importing music" by Chih-Chung Chang · 13 years ago
  44. 0bf049c Merge "When switching surface, do not set mSeekNotificationSent as true, because there could be a previous uncompleted seeking which needs to send back MEDIA_SEEK_COMPLETE message. If we set mSeekNotificationSent as true here, then mediaplayer.cpp will be waiting for message MEDIA_SEEK_COMPLETE. The getCurrentPosition() will always return the seek time before MEDIA_SEEK_COMPLETE being received by mediaplayer.cpp. Fix for bug 5181272." by Gloria Wang · 13 years ago
  45. 3c578f2 When switching surface, do not set mSeekNotificationSent as true, by Gloria Wang · 13 years ago
  46. 3d01812 Merge "Some decoders require more gentle treatment" by Andreas Huber · 13 years ago
  47. 5bc5303 Some decoders require more gentle treatment by James Dong · 13 years ago
  48. 4960f3a Disable vorbis-auto-looping if the audio sink used is not realtime, i.e. recording. by Andreas Huber · 13 years ago
  49. a91495d Merge "Fix for 5155561 During export, progress bar jumps from 0 to 50%" by Rajneesh Chowdury · 13 years ago
  50. b6769fc Remove useAndroidNativeBuffer(2) warning message. by Chih-Chung Chang · 13 years ago
  51. 176dde8 Fix 5144356: Native crash while importing music by Chih-Chung Chang · 13 years ago
  52. 983ab88 To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams. by Dongwon Kang · 13 years ago
  53. 8c60d89 Merge "Bug 5045498 RemoteControlClient interface" by Jean-Michel Trivi · 13 years ago
  54. 6721d33 Fix for 5155561 During export, progress bar jumps from 0 to 50% by Rajneesh Chowdury · 13 years ago
  55. 8f66841 Merge "Fix issue 5126270: Holding volume down vibrates" by Eric Laurent · 13 years ago
  56. 5a9ffaa Merge "Make sure we have all the sample table metadata before declaring a track valid." by Andreas Huber · 13 years ago
  57. 987cb2e Make sure we have all the sample table metadata before declaring a track valid. by Andreas Huber · 13 years ago
  58. cc11b1b Fix issue 5126270: Holding volume down vibrates by Eric Laurent · 13 years ago
  59. 24ac9e1 Merge "Don't time out prematurely for video encoding waiting for output buffers" by James Dong · 13 years ago
  60. bc91ea6 Merge "Change condition to enter silent mode." by Eric Laurent · 13 years ago
  61. 178889e Bug 5045498 RemoteControlClient interface by Jean-Michel Trivi · 13 years ago
  62. d51b218 Merge "Display thumbnails one by one and cache them." by Chih-Chung Chang · 13 years ago
  63. bd151de Merge "Testing for bug 5122864 libwebcore related libraries increased by 3MB in ICS vs HCMR2" by Kristian Monsen · 13 years ago
  64. c5f9a42 Merge "Use camcorder profiles for MediaRecorderStressTest" by James Dong · 13 years ago
  65. 3b2d54a Merge "Error handling in ACodec and Nuplayer." by Andreas Huber · 13 years ago
  66. d84fd79 Error handling in ACodec and Nuplayer. by Andreas Huber · 13 years ago
  67. bf0a064 Properly initialize some instance variables. by Andreas Huber · 13 years ago
  68. c11c3ae Change condition to enter silent mode. by Eric Laurent · 13 years ago
  69. 92d6ea3 Don't time out prematurely for video encoding waiting for output buffers by James Dong · 13 years ago
  70. b921608 Testing for bug 5122864 libwebcore related libraries increased by 3MB in ICS vs HCMR2 by Kristian Monsen · 13 years ago
  71. 1f5de38 Display thumbnails one by one and cache them. by Chih-Chung Chang · 13 years ago
  72. 931e739 Merge "Fix issue 5131056: key beeps when screen is locked" by Eric Laurent · 13 years ago
  73. 96f218e Fix issue 5131056: key beeps when screen is locked by Eric Laurent · 13 years ago
  74. c9b9cbc Use camcorder profiles for MediaRecorderStressTest by James Dong · 13 years ago
  75. 59df720 Merge "Bug 5045498 javadoc for the remote control client API" by Jean-Michel Trivi · 13 years ago
  76. 837da71 Merge "Bug 5045498 Send media button event receiver to remote control" by Jean-Michel Trivi · 13 years ago
  77. fcd693a Bug 5045498 javadoc for the remote control client API by Jean-Michel Trivi · 13 years ago
  78. 152abef Merge "Deprecate use of some audio effects on output mix." by Eric Laurent · 13 years ago
  79. 0a9faa8 Bug 5045498 Send media button event receiver to remote control by Jean-Michel Trivi · 13 years ago
  80. 62f3617f Deprecate use of some audio effects on output mix. by Eric Laurent · 13 years ago
  81. cb04a1f Speed up thumbnail generation. by Chih-Chung Chang · 13 years ago
  82. 70b5c66 Merge "Fail request for audio focus when linkToDeath fails" by Jean-Michel Trivi · 13 years ago
  83. baf674e Fail request for audio focus when linkToDeath fails by Jean-Michel Trivi · 13 years ago
  84. 52727fc Merge "MediaScanner: Clear file path before deleting records to avoid accidental file deletions" by Mike Lockwood · 13 years ago
  85. 5a58619 Merge "Fix leak of global references and AudioFocusDeathHandler objects." by Jean-Michel Trivi · 13 years ago
  86. 061214b Fix leak of global references and AudioFocusDeathHandler objects. by Jean-Michel Trivi · 13 years ago
  87. f2e2b52 MediaScanner: Clear file path before deleting records to avoid accidental file deletions by Mike Lockwood · 13 years ago
  88. 497b3fe Issue 5081351: isWiredHeadsetOn() permission. by Eric Laurent · 13 years ago
  89. 65de903 Merge "If release has been called before finalize, do not expect MediaPlayer still exists" by James Dong · 13 years ago
  90. 43ef913 If release has been called before finalize, do not expect MediaPlayer still exists by James Dong · 13 years ago
  91. d9792ac Add a null check to handle failure of android::createPlayer by Jason Simmons · 13 years ago
  92. c498ad6 Merge "Fix issue 5144429: CTS test fails for AudioEffects" by Eric Laurent · 13 years ago
  93. 02bb0e4 Merge "Fix the software AAC decoder's AAC+ detection to ignore malformed frames" by Andreas Huber · 13 years ago
  94. f77493e Fix the software AAC decoder's AAC+ detection to ignore malformed frames by Andreas Huber · 13 years ago
  95. bb04910 Merge "Pass flags on remote control client information change in intent" by Jean-Michel Trivi · 13 years ago
  96. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  97. 09f1735 Fix issue 5144429: CTS test fails for AudioEffects by Eric Laurent · 13 years ago
  98. 35c6ec2 Stagefright: fix a compiler warning by Jamie Gennis · 13 years ago
  99. bcbddd9 Only set the ringtones and such if this is the first media scan b/5126979 by Marco Nelissen · 13 years ago
  100. 45bd608 Merge "Audio effects: track CPU and memory use separately" by Eric Laurent · 13 years ago