1. 84b8320 Gapless playback, step 1. by Marco Nelissen · 13 years ago
  2. d1f0023 Merge "MediaPlayerService: fix AudioSink latency" by Eric Laurent · 13 years ago
  3. 380b705 MediaPlayerService: fix AudioSink latency by Eric Laurent · 13 years ago
  4. 4ed260f Add channel mask in AudioSink by Jean-Michel Trivi · 13 years ago
  5. 720aa28 Switch the way we configure for MediaPlayer retransmission. by John Grossman · 13 years ago
  6. d72031c Upintegreate AAH TX and RX players from ICS_AAH by John Grossman · 13 years ago
  7. e901a5c Playback rate on MediaPlayer by Jean-Michel Trivi · 13 years ago
  8. bc1d77b Use audio_stream_type_t consistently by Glenn Kasten · 13 years ago
  9. 1c66547 Merge "Use audio_format_t consistently" by Glenn Kasten · 13 years ago
  10. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  11. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  12. 1c5a89d Use audio_format_t consistently by Glenn Kasten · 13 years ago
  13. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  14. ea427b0 resolved conflicts for merge of 26f70db9 to master by Andreas Huber · 13 years ago
  15. 95be245 Remove surface legacy APIs and code. by Andreas Huber · 13 years ago
  16. e396e99 am fc9592f8: am 08479cee: Merge "Stagefright: ANW::connect in MediaPlayerService" into ics-mr0 by Jamie Gennis · 13 years ago
  17. fc9592f am 08479cee: Merge "Stagefright: ANW::connect in MediaPlayerService" into ics-mr0 by Jamie Gennis · 13 years ago
  18. 2fa0ac2 Stagefright: ANW::connect in MediaPlayerService by Jamie Gennis · 13 years ago
  19. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. c7d9274 am b3cdadb6: Merge "Check whether media recorder client exists before dumping." into ics-mr0 by James Dong · 13 years ago
  21. dc8bbe7 Check whether media recorder client exists before dumping. by James Dong · 13 years ago
  22. a6be6dc NuPlayer is now taking on the task of streaming over RTSP. by Andreas Huber · 13 years ago
  23. 9968a36 Fix issue 5373048: AudioCache decode errors by Eric Laurent · 13 years ago
  24. fc301b0 Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  25. d9792ac Add a null check to handle failure of android::createPlayer by Jason Simmons · 13 years ago
  26. d5a20d8 Network traffic accounting for chromium stack support in mediaserver. by Ashish Sharma · 13 years ago
  27. 603d739 Charge network traffic to the uid of the process using the MediaPlayer. by Andreas Huber · 13 years ago
  28. fddf5d9 Make dumpsys(media.player) more useful by having AwesomePlayer populate it. by Andreas Huber · 13 years ago
  29. 6af763b Remove dead code related to gettid by Glenn Kasten · 13 years ago
  30. e46a86f Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 13 years ago
  31. 2225e4b Use AudioTrack::event_type not int in callback by Glenn Kasten · 13 years ago
  32. 5439223 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 13 years ago
  33. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  34. d01ec6e Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 13 years ago
  35. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  36. 162ee49 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 14 years ago
  37. c6e3b27 This reverts an earlier change 4aeec2da39fce4de9b07b694d59fd308ffb3d491 by Andreas Huber · 14 years ago
  38. 554d0ea Enable http-live support for https:// urls, fix a parsing issue. by Andreas Huber · 14 years ago
  39. ed73246 Add memory leak tracking/debugging code to drm server by James Dong · 14 years ago
  40. 9b3f152 - To track the usage of all audio output devices by Gloria Wang · 14 years ago
  41. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 14 years ago
  42. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 14 years ago
  43. d6c421f Remove legacy, AwesomePlayer-based http live implementation. by Andreas Huber · 14 years ago
  44. d7069ca0 Use NuPlayer for HTTP live streaming playback by default. by Andreas Huber · 14 years ago
  45. 54e6649 Squashed commit of the following: by Andreas Huber · 14 years ago
  46. a158746 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
  47. 52b52cd Support streaming data across binder boundaries. by Andreas Huber · 14 years ago
  48. c23dabf Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
  49. 8ec2d9a Remove legacy PV stuff by James Dong · 14 years ago
  50. 69b8d69 Squashed commit of the following: by Andreas Huber · 14 years ago
  51. 329430a am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  52. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  53. 7626650 am 7dff9dfd: am 269dea1c: Merge "Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. The dump function whitelists several directories as filters to the output. The mount point changed for SD card in Froyo, and we started filtering files that w by Dave Sparks · 14 years ago
  54. 124a346 Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. by Dave Sparks · 14 years ago
  55. 2527da0 am 9aa05ec2: am 681c5ff2: Merge "Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore." into gingerbread by Andreas Huber · 14 years ago
  56. 30cfa20 Reverse the default setting of media.stagefright.enable-{rtsp,record} in preparation for building without opencore. by Andreas Huber · 14 years ago
  57. e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
  58. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  59. 929642e Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  60. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  61. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  62. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  63. 7a747b8 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 14 years ago
  64. 21a534d am 1d628c5d: merge from open-source master by The Android Open Source Project · 14 years ago
  65. 1d628c5 merge from open-source master by The Android Open Source Project · 14 years ago
  66. ce0bd71 am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 14 years ago
  67. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 14 years ago
  68. fff02af am 6852b198: am d3d445b1: Merge "Use PV_PLAYER to handle RTSP streaming" into froyo by James Dong · 14 years ago
  69. 42d6657 Use PV_PLAYER to handle RTSP streaming by James Dong · 14 years ago
  70. ab88ea9 Remove legacy NO_OPENCORE code bypass from MediaPlayerService. by Andreas Huber · 15 years ago
  71. ebcc51d Accept media files by file extension in case insensitive manner. by Atsushi Eno · 15 years ago
  72. 6c26fe4 Fix build. I screwed up a merge. by Dave Sparks · 15 years ago
  73. 16433e2 Add locking to signal in AudioCache::notify(). Bug 2317844. by Dave Sparks · 15 years ago
  74. 3d23a61 Add some space and total memory amount to the memory dump from the media server process. by James Dong · 15 years ago
  75. 406a18b Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used. by Andreas Huber · 15 years ago
  76. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
  77. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  78. 2564300 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 · 15 years ago
  79. 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  80. 2cb5c9c Special-case .wmv and .wma metadata retrieval and playback to use PV if available. by Andreas Huber · 15 years ago
  81. e274db1 b/2353646 by Marco Nelissen · 15 years ago
  82. 67aee05 Use stagefright for http streaming if the right property is set. by Andreas Huber · 15 years ago
  83. 6a3a018 Disable HTTP playback and metadata support in stagefright, use PV instead. by Andreas Huber · 15 years ago
  84. 9472b35 am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  85. 14f8940 Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  86. b904c2a Remove old hack A/V sync hack that is no longer needed. by Dave Sparks · 15 years ago
  87. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  88. 1166ff7 am 1d9246e8: Merge change Id095e180 into eclair by Marco Nelissen · 15 years ago
  89. 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
  90. 9cf9628 am 3a814141: Merge change Iee0486e2 into eclair by Gloria Wang · 15 years ago
  91. 608a263 Dump media recorder PID in dumpsys media.player, and fix minor bugs. by Gloria Wang · 15 years ago
  92. 2712346 Use a simple replacement for String8 that allocates its storage beforehand to avoid reentering the heap while we're examining it (leak checker). by Andreas Huber · 15 years ago
  93. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  94. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  95. 999f1ae Remove audio latency fudge factor 96 msec. by Jianhong Jiang · 15 years ago
  96. 2aa39c4 Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true). by Andreas Huber · 15 years ago
  97. 392ff3b Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320 by James Dong · 15 years ago
  98. 0d596d4 Build the stagefright library by default. by Andreas Huber · 15 years ago
  99. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  100. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago