1. dcb89b3 MediaPlayer: add listener for raw track data by Chong Zhang · 11 years ago
  2. b13820f Reject unprepared MediaPlayers by Marco Nelissen · 11 years ago
  3. 82fc2ca am d5018116: Merge "Fix typo." by Glenn Kasten · 11 years ago
  4. f65fa17 Fix typo. by Masaki Muranaka · 11 years ago
  5. b7319a7 Update HTTP proxy configuration for all media playback inside stagefright. by Andreas Huber · 11 years ago
  6. 8bdb01c Don't purge effects we're about to start using by Marco Nelissen · 11 years ago
  7. 2070254 Instead of returning an error, return an invalid duration (-1 ms) by Andreas Huber · 11 years ago
  8. b1e7cd1 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  9. 5570227 Merge "Remove unnecessary parameter" by Glenn Kasten · 12 years ago
  10. f37971f Remove unnecessary parameter by Glenn Kasten · 12 years ago
  11. 484566c Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  12. b7c8e91 Add support for HLS playlists of type 'event'. by Andreas Huber · 12 years ago
  13. a4c5bc0 Add support for HLS playlists of type 'event'. by Andreas Huber · 12 years ago
  14. 36a4d2c Merge "Gapless playback, step 1." by Marco Nelissen · 12 years ago
  15. 6b74d67 Gapless playback, step 1. by Marco Nelissen · 12 years ago
  16. e53b9ea Whitespace and indentation by Glenn Kasten · 12 years ago
  17. c795b64 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 12 years ago
  18. df712ea fix libgui header location by Mathias Agopian · 12 years ago
  19. 99e53b8 Update comments by Glenn Kasten · 13 years ago
  20. a3f1fa3 Fix incorrect includes of AudioTrack.h by Glenn Kasten · 13 years ago
  21. fff6d71 Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  22. 4cc55d5 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  23. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. 5ff1dd5 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. e1c3962 Use audio_format_t consistently by Glenn Kasten · 13 years ago
  26. b8a8052 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  27. 471af5a resolved conflicts for merge of 26f70db9 to master by Andreas Huber · 13 years ago
  28. 3901e5d Remove surface legacy APIs and code. by Andreas Huber · 13 years ago
  29. 4b8bb4e am fc9592f8: am 08479cee: Merge "Stagefright: ANW::connect in MediaPlayerService" into ics-mr0 by Jamie Gennis · 13 years ago
  30. 7dae00b Stagefright: ANW::connect in MediaPlayerService by Jamie Gennis · 13 years ago
  31. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  32. 0662067 Handle setDataSource failures properly. #5261671 by Dave Burke · 13 years ago
  33. d681bbb Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  34. 3a34bef Keep effects sessions active when the caller dies. by Marco Nelissen · 13 years ago
  35. c3da343 connect/disconnect is now called from our EGL wrapper by Mathias Agopian · 13 years ago
  36. 5bc965b Merge "Log setVideoSurface() and setVideoSurfaceTexture() failures." by James Dong · 13 years ago
  37. fada58a Log setVideoSurface() and setVideoSurfaceTexture() failures. by James Dong · 13 years ago
  38. bea47bc MediaPlayer: add a disconnect from ANativeWindow by Jamie Gennis · 13 years ago
  39. 61c7ef5 MediaPlayer: add ANativeWindow (dis)connect calls by Jamie Gennis · 13 years ago
  40. 6476024 update for new audio.h header location by Dima Zavin · 13 years ago
  41. 4f9e47f Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 13 years ago
  42. fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  43. b483c47 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 13 years ago
  44. 1173118 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  45. 145e68f Increase cache size and low-watermark threshold, also by Andreas Huber · 14 years ago
  46. a1680bc Fix an issue wherre error notification will not be sent after mediaplayer reset by James Dong · 14 years ago
  47. 0a5ca66 Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
  48. 05ea643 Squashed commit of the following: by Andreas Huber · 14 years ago
  49. 2eeadf9 am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  50. 8c563ed Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  51. d44b51d am 5c9f3579: am f30fae63: Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread by Marco Nelissen · 14 years ago
  52. 1c1503c Add a check to track a problem the monkey script has been triggering. by Marco Nelissen · 14 years ago
  53. 5daeb12 Squashed commit of the following: by Andreas Huber · 14 years ago
  54. 3b26844 Fix issue 2876124. by Eric Laurent · 14 years ago
  55. 2beeb50 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  56. da7581b Added Visualizer effect. by Eric Laurent · 14 years ago
  57. a514bdb Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  58. 4023493 Allow invoke in all the player states except idle and error. by Nicolas Catania · 14 years ago
  59. 64fb06f Revert "Allow invoke in all the player states except idle and error." by Nicolas Catania · 14 years ago
  60. 63bacaf Allow invoke in all the player states except idle and error. by Nicolas Catania · 14 years ago
  61. 83ff143 MEDIA_PLAYER_STATE_ERROR is not a bitmask (b/2502881) by Marco Nelissen · 14 years ago
  62. 698f476 When we're in the 'playback complete' state, don't consider pausing by Marco Nelissen · 14 years ago
  63. 4e92c7e New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 14 years ago
  64. 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  65. 2db8455 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 14 years ago
  66. dd172fc Media server death nodification by James Dong · 15 years ago
  67. 10dbb8e Music visualizer support hack. by Marco Nelissen · 15 years ago
  68. aa37173 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 15 years ago
  69. 8e1b6cc Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  70. a7e0e8b Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  71. 1d187f1 Direct api to the native media player. by Nicolas Catania · 15 years ago
  72. 4710a1f am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 15 years ago
  73. 6609518 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
  74. 7562408 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  75. 5cb07aa Automated import from //branches/master/...@141712,141712 by Andreas Huber · 15 years ago
  76. 4003bf5 Automated import from //branches/donutburger/...@141711,141711 by Andreas Huber · 15 years ago
  77. 1af452f Automated import from //branches/master/...@140868,140868 by Jason Sams · 15 years ago
  78. 7dc1125 Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 15 years ago
  79. 65e731f auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  80. 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  81. 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  82. 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  83. 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  84. 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  85. 2729ea9 Initial Contribution by The Android Open Source Project · 16 years ago