1. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  2. 259b7c1 Fixing AMR recording code. by Andreas Huber · 14 years ago
  3. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 14 years ago
  4. ba53068 Merge "Properly implement asynchronous preparation of media playback." by Andreas Huber · 15 years ago
  5. 6be780e Properly implement asynchronous preparation of media playback. by Andreas Huber · 15 years ago
  6. 2c51014 Use Tremor for sim-eng, and Tremolo for other targets. by Gloria Wang · 15 years ago
  7. 9682728 Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 15 years ago
  8. 2f46c06 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 15 years ago
  9. 1875b7e Don't use MemoryDealer in MetadataRetrieverClient as it's not necessary. by Mathias Agopian · 15 years ago
  10. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  11. 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
  12. 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
  13. 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  14. 996dddf Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 15 years ago
  15. 2cb5c9c Special-case .wmv and .wma metadata retrieval and playback to use PV if available. by Andreas Huber · 15 years ago
  16. e274db1 b/2353646 by Marco Nelissen · 15 years ago
  17. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  18. 67aee05 Use stagefright for http streaming if the right property is set. by Andreas Huber · 15 years ago
  19. 7782fdf Make metadata support through stagefright property dependent until it's ready. by Andreas Huber · 15 years ago
  20. 6a3a018 Disable HTTP playback and metadata support in stagefright, use PV instead. by Andreas Huber · 15 years ago
  21. 1314e73 AwesomePlayer now renders either remote (IOMXRenderer) or locally depending on what kind of decoder was instantiated. Split off color conversion code into its own shared library. by Andreas Huber · 15 years ago
  22. 9472b35 am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  23. 14f8940 Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  24. bfb9fb1 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
  25. b904c2a Remove old hack A/V sync hack that is no longer needed. by Dave Sparks · 15 years ago
  26. ebcb7c3 am 8424ec32: Merge change I0f9a53d4 into eclair by Dave Sparks · 15 years ago
  27. 0f9a53d Set metadata retriever thread group to the caller's group. by Dave Sparks · 15 years ago
  28. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  29. ea6a38c Squashed commit of the following: by Andreas Huber · 15 years ago
  30. d533ca6 am cfe45c77: Merge change I96c4d4b3 into eclair by Andreas Huber · 15 years ago
  31. da440f1 Fix for random audio output failures, properly dup() the file descriptor in IMediaPlayer::setDataSource to assume ownership as the caller will otherwise close it. by Andreas Huber · 15 years ago
  32. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  33. 1166ff7 am 1d9246e8: Merge change Id095e180 into eclair by Marco Nelissen · 15 years ago
  34. 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
  35. 9cf9628 am 3a814141: Merge change Iee0486e2 into eclair by Gloria Wang · 15 years ago
  36. 608a263 Dump media recorder PID in dumpsys media.player, and fix minor bugs. by Gloria Wang · 15 years ago
  37. 9d73409 Merge change Ic5e3d73f into eclair-mr2 by Android (Google) Code Review · 15 years ago
  38. c5e3d73 LOG_ASSERT needs a message. by Patrick Scott · 15 years ago
  39. 5a7691f am e8543418: Merge change I7c0d20a7 into eclair by Dave Sparks · 15 years ago
  40. 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
  41. 7c0d20a Run the metadataretriever at background priority. Bug 2187133. by Dave Sparks · 15 years ago
  42. 9a12baf New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  43. ad28543 Make stagefright a little less verbose. Fix heap corruption for real. by Andreas Huber · 15 years ago
  44. e13526a Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 15 years ago
  45. e981c33 Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  46. f68c168 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 15 years ago
  47. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  48. cfd5557 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 15 years ago
  49. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago
  50. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  51. 999f1ae Remove audio latency fudge factor 96 msec. by Jianhong Jiang · 15 years ago
  52. 67fc234 Fix some metadata retriever issues: by James Dong · 15 years ago
  53. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  54. 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
  55. 392ff3b Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320 by James Dong · 15 years ago
  56. 0d596d4 Build the stagefright library by default. by Andreas Huber · 15 years ago
  57. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  58. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  59. bc72692 Added native metadata support. by niko · 15 years ago
  60. 80b3ab3 Fixing the build: StagefrightPlayer now implements the newly introduced "getMetadata" pure virtual. by Andreas Huber · 15 years ago
  61. 8994837 Added method to get metadata out of the player. by niko · 15 years ago
  62. 8f5fcab New test player stub to load mock native players. by Nicolas Catania · 15 years ago
  63. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago
  64. 4df8b2c Implemented the tracking of the metadata updates. by Nicolas Catania · 15 years ago
  65. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  66. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  67. dfe983b Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  68. 548b992 am 2d9f3169: Merge change 5595 into donut by Android (Google) Code Review · 15 years ago
  69. 9788119 We might try to close the Vorbis file twice under certain by Dave Sparks · 15 years ago
  70. f31868e merge master in master_gl by Mathias Agopian · 15 years ago
  71. 20cb94e Direct api to the native media player. by Nicolas Catania · 15 years ago
  72. a650aaa fix build by Mathias Agopian · 15 years ago
  73. 3b4062e get rid of utils.h by Mathias Agopian · 15 years ago
  74. 183baba am c1c82509: Merge change 2163 into donut by Android (Google) Code Review · 15 years ago
  75. 6690dc5 Fix permission hole for RECORD_AUDIO created when we moved the MediaRecorder by Dave Sparks · 15 years ago
  76. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  77. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago
  78. c02cac4 Change 79 in git master branch by James Dong · 15 years ago
  79. c2bc16c am 7fe3b06: Merge change 740 into donut by Android (Google) Code Review · 15 years ago
  80. 7fe3b06 Merge change 740 into donut by Android (Google) Code Review · 15 years ago
  81. ef77be9 am 9f98f79: Merge change 739 into donut by Android (Google) Code Review · 15 years ago
  82. c082769 MIDI render thread was nice 0, should be nice -16. by Dave Sparks · 15 years ago
  83. 0e051b1 Vorbis render thread was nice 0, should be nice -16. by Dave Sparks · 15 years ago
  84. 3ca47d1 Squashed commit of the following: by Jianhong Jiang · 15 years ago
  85. bb038d1 Revert "Changes required to accommodate OpenCORE 2.0" by Jean-Baptiste Queru · 15 years ago
  86. b8c055e AI 143267: am: CL 143127 Media recorder service requires android.permission.CAMERA to record video by Dave Sparks · 15 years ago
  87. b413494 Merge commit 'goog/cupcake' by The Android Open Source Project · 15 years ago
  88. e186113 Merge commit 'korg/cupcake' by The Android Open Source Project · 15 years ago
  89. ba9844e AI 143127: Media recorder service requires android.permission.CAMERA to record video by Dave Sparks · 15 years ago
  90. 6ee2e78 Automated import from //branches/donutburger/...@141593,141593 by Dave Sparks · 15 years ago
  91. cb9a44e Automated import from //branches/cupcake/...@141591,141591 by Dave Sparks · 15 years ago
  92. 680f8c7 Deal better with situations where OpenCORE is disabled. by Jean-Baptiste Queru · 15 years ago
  93. 2a73de7 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 15 years ago
  94. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  95. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  96. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  97. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  98. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  99. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  100. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago