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