1. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 15 years ago
  2. 62a2aa0 Fix String8 to free its memory only after assignment operations based on pointers are finished in case that pointer referred to the string's original contents. by Andreas Huber · 15 years ago
  3. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  4. 1debc66 fix [2751143] Device crashes when in a text box for too long by Mathias Agopian · 15 years ago
  5. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  6. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  7. 593c05c clean-up client management. by Mathias Agopian · 15 years ago
  8. cefb01a Merge "Add KEY_SUPPORTED_METERING_MODES and fix some typos." into kraken by Wu-cheng Li · 15 years ago
  9. 8aba232 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 15 years ago
  10. 2ea200c Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 15 years ago
  11. 5f5df38 Merge "Add camera metering mode API." into kraken by Wu-cheng Li · 15 years ago
  12. 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 15 years ago
  13. f7f6333 Add camera metering mode API. by Wu-cheng Li · 15 years ago
  14. a0612e4 fix a bug where fading in/out of opaque 32-bits windows wasn't working by Mathias Agopian · 15 years ago
  15. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  16. 198975b Merge "Add video frame parameter." into kraken by Wu-cheng Li · 15 years ago
  17. d2c2929 Add video frame parameter. by Wu-cheng Li · 15 years ago
  18. c7b388c more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  19. 0d3c006 minor clean-up GLclampx -> GLclampf by Mathias Agopian · 15 years ago
  20. 7d1508b clean-up dead-code by Mathias Agopian · 15 years ago
  21. 9237703 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 15 years ago
  22. 663badd oopsie. forgot to displatch SET_BUFFERS_GEOMETRY by Mathias Agopian · 15 years ago
  23. 2ce19af fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  24. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  25. 57d8989 fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  26. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  27. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  28. 35b1a93 add a few tests to SharedBufferStackTest by Mathias Agopian · 15 years ago
  29. 662be10 improve SharedBufferStack test by Mathias Agopian · 15 years ago
  30. be6c8fc fix a bug where queueBuffer() would fail after the SharedbufferStack is resized by Mathias Agopian · 15 years ago
  31. cd30f4f fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  32. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 15 years ago
  33. ae7ca4c Fix build error. by Wu-cheng Li · 15 years ago
  34. e339c5e Add camera focus distances API. by Wu-cheng Li · 15 years ago
  35. 4606d5d Merge "fix uninitialized variable in DisplayHardware" into kraken by Mathias Agopian · 15 years ago
  36. 51c66aa fix uninitialized variable in DisplayHardware by Mathias Agopian · 15 years ago
  37. bfb776ac Merge "Get rid of warnings when compiled with -Wformat-security" into kraken by Nick Kralevich · 15 years ago
  38. 7450c02 am 900b6157: merge from open-source master by The Android Open Source Project · 15 years ago
  39. 900b615 merge from open-source master by The Android Open Source Project · 15 years ago
  40. 29f5d9b Merge "Fix deadlock if the last reference of ICameraClient is removed in ICamera::connect()" into kraken by Chih-Chung Chang · 15 years ago
  41. b0a0147 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 15 years ago
  42. 553447b Fix deadlock if the last reference of ICameraClient is removed in by Chih-Chung Chang · 15 years ago
  43. ce2cbe4 Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 15 years ago
  44. ca20104 Merge "Fix issue 2678048: binder death detection in AudioFlinger is broken." into kraken by Eric Laurent · 15 years ago
  45. c247328d Merge "Several fixes in AudioDumpInterface:" into kraken by Eric Laurent · 15 years ago
  46. 2f0e675 Merge "SharedBufferStack now can grow up to 16 buffers." into kraken by Mathias Agopian · 15 years ago
  47. 6a70cb8 Merge "Refactor some code in surfaceflinger in preparation of upcoming changes" into kraken by Mathias Agopian · 15 years ago
  48. ca64ed6 Merge "remove the "memcpy" hack" into kraken by Mathias Agopian · 15 years ago
  49. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  50. 9f2c4fd Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 15 years ago
  51. aca2ee8 remove the "memcpy" hack by Mathias Agopian · 15 years ago
  52. e862153 Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken by Kenny Root · 15 years ago
  53. fc12466 Several fixes in AudioDumpInterface: by Eric Laurent · 15 years ago
  54. b339013 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  55. 4f0f17d Fix issue 2678048: binder death detection in AudioFlinger is broken. by Eric Laurent · 15 years ago
  56. 68246dc ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  57. 78624e4 Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  58. e1b2b3b Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 15 years ago
  59. 4cfc21e am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 15 years ago
  60. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 15 years ago
  61. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 15 years ago
  62. 2df6f51 fix [2664345] Flash: Bad flicker at the end of a pinch zoom. by Mathias Agopian · 15 years ago
  63. a269d19 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  64. 08b3d2e Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  65. 3b91e13 make sure the server-side validates pointers/indices visible on the client side by Mathias Agopian · 15 years ago
  66. 1bb8b67 Merge "Add support for enqueuing buffers in arbitrary order" into kraken by Mathias Agopian · 15 years ago
  67. daedd81 Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken by Mathias Agopian · 15 years ago
  68. 1d0fa39 Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken by Mathias Agopian · 15 years ago
  69. 14cee9f New xlarge screen size. by Dianne Hackborn · 15 years ago
  70. bfe7f0b1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  71. f590f70 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  72. c54c127 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  73. 9bce873 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  74. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  75. 83512d4 DO NOT MERGE fix [2557396] Adreno200: glDrawTexi() doesn't work with height <= 16 by Mathias Agopian · 15 years ago
  76. b834b38 Merge "added setCrop() to android_native_window_t" into kraken by Mathias Agopian · 15 years ago
  77. 827cda4 Merge "add support for up to 16 buffers per surface" into kraken by Mathias Agopian · 15 years ago
  78. 360865e Merge "clean-up surfaceflinger a bit" into kraken by Mathias Agopian · 15 years ago
  79. e5c0a7b clean-up surfaceflinger a bit by Mathias Agopian · 15 years ago
  80. bb331f7 am 0fabf2e8: am 8ccbd4ba: Merge "Fix bug 2604132 40s skip after undocking In case of A2DP write errors, there is an overflow in the calculation of the sleep duration to simulate the timing of a successful write." into froyo by Jean-Michel Trivi · 15 years ago
  81. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  82. 6bb5eba add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  83. 2f22d35 Fix bug 2604132 40s skip after undocking by Jean-Michel Trivi · 15 years ago
  84. 732c73e am 26f61635: am 0a4ab1b9: Merge "fix [2599939] "cannot play video" after open/close a video player a dozen of times" into froyo by Mathias Agopian · 15 years ago
  85. 92c3b39 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 15 years ago
  86. 67bbac8 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  87. 24af70e am e7d5a2f9: am 45423465: Merge "fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart)" into froyo by Mathias Agopian · 15 years ago
  88. 967dce3 fix [2594950] Flash: Zooming in on some content crashes the Nexus One and causes it to reboot (runtime restart) by Mathias Agopian · 15 years ago
  89. 926d9a8 am 08caa704: am c58b4232: Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  90. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  91. 2dc3da6 am 1921527c: am 9da7730d: Merge "Additional fix for isssue 2548710: Native AudioTrack resources never freed." into froyo by Eric Laurent · 15 years ago
  92. 380558b Additional fix for isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 15 years ago
  93. db3647f fix [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  94. d0964b3 Only hold a weak pointer on SurfaceComposerClients by Matt Fischer · 15 years ago
  95. 59962ce Make pixels prettier. by Mathias Agopian · 15 years ago
  96. 71f37cd Fix isssue 2548710: Native AudioTrack resources never freed. by Eric Laurent · 15 years ago
  97. 966fcb8 Revert "fix [2542425] memory leak during video recording" by Dianne Hackborn · 15 years ago
  98. 544592e fix [2542425] memory leak during video recording by Mathias Agopian · 15 years ago
  99. 04fdd18 Merge "fix [2542425] memory leak during video recording" into froyo by Mathias Agopian · 15 years ago
  100. d741452 fix [2542425] memory leak during video recording by Mathias Agopian · 15 years ago