1. 265d9c0 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 16 years ago
  2. 25ec00f added NATIVE_WINDOW_FORMAT attribute to android_native_window_t by Mathias Agopian · 16 years ago
  3. b1d39aa Merge change 9649 by Android (Google) Code Review · 16 years ago
  4. ea03f4a Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 16 years ago
  5. 0dd7cb4 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 16 years ago
  6. 1de1316 The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 16 years ago
  7. 1a20bae Merge change 9287 by Android (Google) Code Review · 16 years ago
  8. 5b5c914 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 16 years ago
  9. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 16 years ago
  10. e7f0325 Merge change 9070 by Android (Google) Code Review · 16 years ago
  11. cbe7c54 Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 16 years ago
  12. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 16 years ago
  13. 4ccee71 Adding resizeInput and setAttributes for overlay by Benny Wong · 16 years ago
  14. 970764d 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 · 16 years ago
  15. 8a43277 Squashed commit of the following: by Andreas Huber · 16 years ago
  16. 3026a02 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 16 years ago
  17. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 16 years ago
  18. bc72692 Added native metadata support. by niko · 16 years ago
  19. 90443e6 Merge change 7529 by Android (Google) Code Review · 16 years ago
  20. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 16 years ago
  21. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 16 years ago
  22. 8ed7d69 Merge change 5892 by Android (Google) Code Review · 16 years ago
  23. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 16 years ago
  24. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 16 years ago
  25. 8994837 Added method to get metadata out of the player. by niko · 16 years ago
  26. 7013c8b Fixes to make libstagefright build for the simulator. by Marco Nelissen · 16 years ago
  27. 6d2090e Hardware overlay support by Benny Wong · 16 years ago
  28. 8f5fcab New test player stub to load mock native players. by Nicolas Catania · 16 years ago
  29. 358efe4 Merge change 7332 by Android (Google) Code Review · 16 years ago
  30. 262a583 Make MemoryDealer's destructor protected instead of public. by Andreas Huber · 16 years ago
  31. e46b7be Squashed commit of the following: by Andreas Huber · 16 years ago
  32. 1d9dfc5 EventHub: Add support for excluding devices from being opened by as a keyboard. by Mike Lockwood · 16 years ago
  33. 201e3ab Merge change 7150 by Android (Google) Code Review · 16 years ago
  34. 85d1f15 Merge change 7353 by Android (Google) Code Review · 16 years ago
  35. e3dd884 Implement virtual button support. by Dianne Hackborn · 16 years ago
  36. b3dfca1 Ignore pause and seek for live streaming. by Ravi K Yenduri · 16 years ago
  37. fb4f266 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 · 16 years ago
  38. b1c4ca5 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  39. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 16 years ago
  40. c494ba2 Merge change 6636 by Android (Google) Code Review · 16 years ago
  41. e2bf80f am 8a715b4b: Merge change 5510 into donut by Android (Google) Code Review · 16 years ago
  42. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 16 years ago
  43. 8a715b4 Merge change 5510 into donut by Android (Google) Code Review · 16 years ago
  44. ec109bd Merge change 6560 by Android (Google) Code Review · 16 years ago
  45. 6698d16 resolved conflicts for merge of 04c7d0f8 to master by Dave Sparks · 16 years ago
  46. f05b33b Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 by Daisuke Miyakawa · 16 years ago
  47. f6807d7 Add a virtual destructor to the TtsEngine class. by Marco Nelissen · 16 years ago
  48. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 16 years ago
  49. 42a3265 Merge change 6382 by Android (Google) Code Review · 16 years ago
  50. eb0ccd5 add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 16 years ago
  51. ca2bc75 Merge change 6361 by Android (Google) Code Review · 16 years ago
  52. 7459856 Fix sim build. by Andy McFadden · 16 years ago
  53. fcc5be9 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 16 years ago
  54. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 16 years ago
  55. 03a9a34 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  56. 17ffe10 am 991eec03: Merge change 6252 into donut by Android (Google) Code Review · 16 years ago
  57. 78c4051 Don't re-parse the framework resources all the time. by Dianne Hackborn · 16 years ago
  58. fee47b6 am c7396025: Merge change 6084 into donut by Android (Google) Code Review · 16 years ago
  59. d763b5d get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 16 years ago
  60. a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 16 years ago
  61. d96e0b0 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 16 years ago
  62. dfe983b Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  63. b66cd86 am bd9aa793: Merge change 5593 into donut by Android (Google) Code Review · 16 years ago
  64. de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 16 years ago
  65. 276826b Region::makeBoundsSelf() efficiently turns a region to its bounds by Mathias Agopian · 16 years ago
  66. 6034cb5 am 17a80081: Merge change 5544 into donut by Android (Google) Code Review · 16 years ago
  67. f6ff591 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 16 years ago
  68. bd9aa79 Merge change 5593 into donut by Android (Google) Code Review · 16 years ago
  69. 287148b Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 16 years ago
  70. 5a8d6f4 return bounds Rect by value by Mathias Agopian · 16 years ago
  71. 17a8008 Merge change 5544 into donut by Android (Google) Code Review · 16 years ago
  72. 723738c Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
  73. c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 16 years ago
  74. cf906de am b65dba45: Merge change 5470 into donut by Android (Google) Code Review · 16 years ago
  75. d6d03e0 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 16 years ago
  76. 1f73008 am c44989d6: Merge change 5350 into donut by Android (Google) Code Review · 16 years ago
  77. 864c0d5 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 16 years ago
  78. 26c28b1 make use of new eglGetRenderBufferANDROID extension to clean-up a bit a few hacks added recently by Mathias Agopian · 16 years ago
  79. cbc4c9f hack copybit back in for video playback on msm7k. we have h/w accelerated video again by Mathias Agopian · 16 years ago
  80. f31868e merge master in master_gl by Mathias Agopian · 16 years ago
  81. 6096587 am df65b60c: Merge change 5243 into donut by Android (Google) Code Review · 16 years ago
  82. 6f7e0db am a93466f5: Merge change 5220 into donut by Android (Google) Code Review · 16 years ago
  83. df65b60 Merge change 5243 into donut by Android (Google) Code Review · 16 years ago
  84. 63bcb79 Only report "unknown metadata" once per restore helper by Christopher Tate · 16 years ago
  85. e5b3607 am eaa89f74: Merge change 5172 into donut by Android (Google) Code Review · 16 years ago
  86. 2387208 am 3d7b8d1a: Merge change 5158 into donut by Android (Google) Code Review · 16 years ago
  87. 6f0602e Cleanup header file. Disallow copy of Camera object by making copy by Dave Sparks · 16 years ago
  88. 20cb94e Direct api to the native media player. by Nicolas Catania · 16 years ago
  89. b1dffc4 Remove deprecated callback function support. by Dave Sparks · 16 years ago
  90. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 16 years ago
  91. cf01aa3 am 1bee98af: Merge change 5100 into donut by Android (Google) Code Review · 16 years ago
  92. 1bee98a Merge change 5100 into donut by Android (Google) Code Review · 16 years ago
  93. 9bfd5f4 am 11b15779: Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  94. 11b1577 Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  95. b6d90ca Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 16 years ago
  96. ffa5a5a am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 16 years ago
  97. aaf4b6b add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 16 years ago
  98. 69d13f6 am 72be4049: Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  99. 72be404 Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  100. 4527acb am 856dd8a6: Merge change 4952 into donut by Android (Google) Code Review · 16 years ago