1. acd2bd7 1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side. by Sahil Sachdeva · 17 years ago
  2. 5a22b90 Fix issue 2045983 ToneGenerator: fix void statement. by Eric Laurent · 17 years ago
  3. f4148b5 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 17 years ago
  4. 408b8e1 Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 17 years ago
  5. 47f59cf Build the stagefright library by default. by Andreas Huber · 17 years ago
  6. 23aea97 Merge change 9674 by Android (Google) Code Review · 17 years ago
  7. fa2877b Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 17 years ago
  8. 285ead2 The mp3 decoder now correctly uses microseconds to measure time. One less quirk. by Andreas Huber · 17 years ago
  9. bf37f33 Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 17 years ago
  10. 3302526 Fix problem in AudioTrack with 8 bit PCM and direct output. by Eric Laurent · 17 years ago
  11. fd6444c merge from open-source master by Jean-Baptiste Queru · 17 years ago
  12. 8b938cd The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 17 years ago
  13. 81573ec Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 17 years ago
  14. 264fb31 am f4dc9da3: Merge snapshot variant of donut back into the main tree by Jean-Baptiste Queru · 17 years ago
  15. 5b89194 merge from donut by Jean-Baptiste Queru · 17 years ago
  16. 3ccdc3e Merge snapshot variant of donut back into the main tree by Jean-Baptiste Queru · 17 years ago
  17. 6db15db donut snapshot by Jean-Baptiste Queru · 17 years ago
  18. cfb3bc7 While other OMX nodes appear to now have switched to using microseconds to timestamp buffers, at least the TI AAC and MP3 decoders still use milliseconds. by Andreas Huber · 17 years ago
  19. 0024245 Squashed commit of the following: by Andreas Huber · 17 years ago
  20. 9a92037 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 17 years ago
  21. 805544f reconcile korg/master into goog/master by Jean-Baptiste Queru · 17 years ago
  22. 7948278 Merge korg/donut into korg/master by Jean-Baptiste Queru · 17 years ago
  23. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  24. a64c8c7 Added native metadata support. by niko · 17 years ago
  25. 8445fd9 am db7db69a: Merge snapshot variant of donut back into main tree by Jean-Baptiste Queru · 17 years ago
  26. 54d6a33 Merge snapshot variant of donut back into main tree by Jean-Baptiste Queru · 17 years ago
  27. 6d9d4ac donut snapshot by Jean-Baptiste Queru · 17 years ago
  28. e7656d6 Fixing the build: StagefrightPlayer now implements the newly introduced "getMetadata" pure virtual. by Andreas Huber · 17 years ago
  29. d608a81 Added method to get metadata out of the player. by niko · 17 years ago
  30. 919f738 Merge change 7701 by Android (Google) Code Review · 17 years ago
  31. c8d6c8b Clean up MP3Extractor code and fixes a bug that miscalculated the position of the header by a few bytes whenever we read in more data. by Andreas Huber · 17 years ago
  32. 548681f stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they are apparently not cleared by the OMX implementation. by Andreas Huber · 17 years ago
  33. 72b56ef Another fix for building libstagefright for the simulator, plus whitespace adjustments. by Marco Nelissen · 17 years ago
  34. 361f482 Fixes to make libstagefright build for the simulator. by Marco Nelissen · 17 years ago
  35. 039eaad merge-ignore changes that were already in or that are not relevant by Jean-Baptiste Queru · 17 years ago
  36. 14d2747 New test player stub to load mock native players. by Nicolas Catania · 17 years ago
  37. 20111aa Squashed commit of the following: by Andreas Huber · 17 years ago
  38. 508a3b6 Merge change 7150 by Android (Google) Code Review · 17 years ago
  39. a25f0fc Merge change 7067 by Android (Google) Code Review · 17 years ago
  40. 7b11556 Ignore pause and seek for live streaming. by Ravi K Yenduri · 17 years ago
  41. 2b50fba first attempt to fix the sim by Mathias Agopian · 17 years ago
  42. b07c28b add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 17 years ago
  43. 43d2c03 Merge change 6898 by Android (Google) Code Review · 17 years ago
  44. bc30e7e Merge change 6812 by Android (Google) Code Review · 17 years ago
  45. 00ee480 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 17 years ago
  46. 4829038 Implemented the tracking of the metadata updates. by Nicolas Catania · 17 years ago
  47. aa37173 Don't pass references to temporary objects, and handle the case where we dont have a Surface. by Marco Nelissen · 17 years ago
  48. 8e1b6cc Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 17 years ago
  49. a920ee9 Merge change 6636 by Android (Google) Code Review · 17 years ago
  50. 699f095 am 5964e737: Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 17 years ago
  51. a7e0e8b Implemented the metadata changed notification filters. by Nicolas Catania · 17 years ago
  52. c38bb06 Fix issue 1946033: dialer deadlocks and/or ANRs when using dialpad in-call by Eric Laurent · 17 years ago
  53. 814914c Merge change 6382 by Android (Google) Code Review · 17 years ago
  54. 7c5252e add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 17 years ago
  55. 349dba3 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  56. 5732662 Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  57. 82827d7 Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
  58. 24a5bda am 2d9f3169: Merge change 5595 into donut by Android (Google) Code Review · 17 years ago
  59. 76aa283 We might try to close the Vorbis file twice under certain by Dave Sparks · 17 years ago
  60. e35922d merge master in master_gl by Mathias Agopian · 17 years ago
  61. 1d187f1 Direct api to the native media player. by Nicolas Catania · 17 years ago
  62. 3d59a4b am 1bee98af: Merge change 5100 into donut by Android (Google) Code Review · 17 years ago
  63. 5e0a304 Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 17 years ago
  64. e4f071b am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 17 years ago
  65. f1bd03d add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 17 years ago
  66. 56f0cc5 Renamed all android.hardware.IMedia* strings to android.media.IMedia* by niko · 17 years ago
  67. db8749b Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
  68. 4710a1f am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 17 years ago
  69. 6609518 Removed trailing whitespaces. by Nicolas Catania · 17 years ago
  70. 2ff585f fix a bug where copybit only renders in the first buffer when used with s/w GL by Mathias Agopian · 17 years ago
  71. 79021f4 revive the copybit test. by Mathias Agopian · 17 years ago
  72. 2a7d5b3 am b2df1699: Merge change 1548 into donut by Android (Google) Code Review · 17 years ago
  73. 9747c5a NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 17 years ago
  74. 348514d cleanup Debug.h a bit by Mathias Agopian · 17 years ago
  75. 6f74b0c fix build by Mathias Agopian · 17 years ago
  76. cf77b16 Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
  77. 273d098 get rid of utils.h by Mathias Agopian · 17 years ago
  78. 0b4a2fb Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
  79. 489d60e am f3288f17: Merge change 2468 into donut by Android (Google) Code Review · 17 years ago
  80. b7056fc some work to try to reduce the code size of some native libraries by Mathias Agopian · 17 years ago
  81. 172fb9a setVolume did not check interface descriptor DO NOT MERGE by Dave Sparks · 17 years ago
  82. 95634c8 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 17 years ago
  83. f5879c1 Fix issue 1846343 - part 1 by Eric Laurent · 17 years ago
  84. 794aaef merge master to master_gl by Mathias Agopian · 17 years ago
  85. 0058db5 am f84d654c: am 4d8adefd: AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder. When we moved the media recorder to the media server process, we lost the permission check that was done at the process boundary in the AudioRecord binder interface because the AudioRecord object is created in the same process. This change adds a permission check in the MediaRecorderClient:setAudioSource() method. BUG=1868334 by Dave Sparks · 17 years ago
  86. 260b80b am 4d8adefd: AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder. When we moved the media recorder to the media server process, we lost the permission check that was done at the process boundary in the AudioRecord binder interface because the AudioRecord object is created in the same process. This change adds a permission check in the MediaRecorderClient:setAudioSource() method. BUG=1868334 by Dave Sparks · 17 years ago
  87. 83a1a84 AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder. by Dave Sparks · 17 years ago
  88. 41d23d5 am c1c82509: Merge change 2163 into donut by Android (Google) Code Review · 17 years ago
  89. 44722c6 Merge change 2163 into donut by Android (Google) Code Review · 17 years ago
  90. 510d656 Fix permission hole for RECORD_AUDIO created when we moved the MediaRecorder by Dave Sparks · 17 years ago
  91. 7562408 move libbinder's header files under includes/binder by Mathias Agopian · 17 years ago
  92. 615a9bf checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 17 years ago
  93. 8bae845 am d3f14a62: reconcile donut snapshot by Jean-Baptiste Queru · 17 years ago
  94. 3f52b19 reconcile donut snapshot by Jean-Baptiste Queru · 17 years ago
  95. b206b93 donut snapshot by Jean-Baptiste Queru · 17 years ago
  96. a9470ac Change required for OpenCORE 2.04 Update by Garret Pick · 17 years ago
  97. cde489a Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 17 years ago
  98. f21de66 Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
  99. 94787a7 am b85c374: Merge change 1155 into donut by Android (Google) Code Review · 17 years ago
  100. 4afdfa7 Don't allow negative numbers in ToneGenerator toneType parameter Bug 1836596 by Dave Sparks · 17 years ago