1. 552f274 Start isolating control block accesses in a proxy by Glenn Kasten · 13 years ago
  2. ce768c8 am ba6b1bc3: am e7550eb2: Merge "Initialize and copy mRotationAngle in VideoFrame" by Andreas Huber · 13 years ago
  3. 10db452 Initialize and copy mRotationAngle in VideoFrame by Christer Fletcher · 14 years ago
  4. d710143 Don't use control block frame count after create by Glenn Kasten · 13 years ago
  5. 020f79f Update audio comments by Glenn Kasten · 13 years ago
  6. 5518602 Simplify AudioRecord::restoreTrack_l() by Glenn Kasten · 13 years ago
  7. 5aab59a Move frame size out of the control block by Glenn Kasten · 13 years ago
  8. 2f6226a Move buffers pointer out of the control block by Glenn Kasten · 13 years ago
  9. e0461d1 Simplify AudioTrack::restoreTrack_l() by Glenn Kasten · 13 years ago
  10. ba85098 Remove CBLK_DIRECTION from control block flags by Glenn Kasten · 13 years ago
  11. c267415 Remove CBLK_FAST from control block flags by Glenn Kasten · 13 years ago
  12. d12b033 Simplify control block flag names by Glenn Kasten · 13 years ago
  13. 8af901c Line length 100 by Glenn Kasten · 13 years ago
  14. 0c9d26d Log track name on obtain/releaseBuffer warnings by Glenn Kasten · 14 years ago
  15. 3acbd05 Configure policy of mediaserver threads by Glenn Kasten · 14 years ago
  16. 559bf28 AV Android make files changes by James Dong · 14 years ago
  17. 00a10e8 Use a status_t return type for GL functors by Romain Guy · 14 years ago
  18. e53b9ea Whitespace and indentation by Glenn Kasten · 14 years ago
  19. 9f08fa0 remove files that moved to frameworks/native by Mathias Agopian · 14 years ago
  20. df712ea fix libgui header location by Mathias Agopian · 14 years ago
  21. d3393c3 libagl shouldn't export anything by Mathias Agopian · 14 years ago
  22. 9eeafeb remove dependency on android_native{s_priv|buffer}.h by Mathias Agopian · 14 years ago
  23. 99e53b8 Update comments by Glenn Kasten · 14 years ago
  24. 1a0ae5b Don't double destruct audio_track_cblk_t by Glenn Kasten · 14 years ago
  25. 83d8653 Make AudioTrack control block volume field private by Glenn Kasten · 14 years ago
  26. b1cf75c Track volume cleanup by Glenn Kasten · 14 years ago
  27. 6138822 Merge "Use size_t for frame size" by Glenn Kasten · 14 years ago
  28. 05632a5 AudioTrack and AudioFlinger send level cleanup by Glenn Kasten · 14 years ago
  29. b998065 Use size_t for frame size by Glenn Kasten · 14 years ago
  30. 362c4e6 Audio C++ comments by Glenn Kasten · 14 years ago
  31. 404a123 split ComposerService out of SurfaceComposerClient.h by Mathias Agopian · 14 years ago
  32. 8343f2c fix Surface positions are not floats by Mathias Agopian · 15 years ago
  33. 81eedd1 Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 15 years ago
  34. 2df788f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 15 years ago
  35. 4b85d17 unify SurfaceTexture and Surface by Mathias Agopian · 15 years ago
  36. c685410 Remove unnecessary level of priority indirection by Glenn Kasten · 15 years ago
  37. 0d255b2 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 15 years ago
  38. 68178d6 remove last traces of copybit by Mathias Agopian · 15 years ago
  39. d0675ed get rid of dependency on copybit HAL module by Mathias Agopian · 15 years ago
  40. 38ccae2 New fix for issue 4111672: control block flags by Eric Laurent · 15 years ago
  41. 0ab985c Send WebView the current transform and whether we're drawing a layer. by Romain Guy · 15 years ago
  42. 1703cdf Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 15 years ago
  43. 196855e Add support for up to 32 buffers per Surface by Mathias Agopian · 15 years ago
  44. 9383d1a clean-up unneeded code by Mathias Agopian · 15 years ago
  45. 181a379 fix [3259708] Graphic Buffer Mapper does not support YV12 by Mathias Agopian · 15 years ago
  46. effae7f Implement reducing the buffer count of a Surface. by Jamie Gennis · 15 years ago
  47. ce0feba Support extracting thumbnail from rotated video tracks by James Dong · 15 years ago
  48. 5081793 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 16 years ago
  49. 44d9848 Issue 3032913: improve AudioTrack recovery time by Eric Laurent · 16 years ago
  50. d7c43d3 fix a race in SF buffer management by Mathias Agopian · 16 years ago
  51. 9223564 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 16 years ago
  52. be1ad8d fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot dequeue all allocated buffers at once. by Mathias Agopian · 16 years ago
  53. 628eff9 Native input dispatch rewrite work in progress. by Jeff Brown · 16 years ago
  54. 36ef8cf allow re-targetting of surfaces by Mathias Agopian · 16 years ago
  55. cbbf27f split surface management from surface's buffers management by Mathias Agopian · 16 years ago
  56. be916aa Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 16 years ago
  57. ba0fab3 more clean-up in preparation of bigger changes by Mathias Agopian · 16 years ago
  58. 3f6b0cd fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 16 years ago
  59. fb6ae66 added the notion of fixed-size buffers by Mathias Agopian · 16 years ago
  60. 68f929b fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 16 years ago
  61. 082a4d8 added native_window_set_buffer_count() by Mathias Agopian · 16 years ago
  62. dd9a3a7 fix the threading issue for setBuffercount() by Mathias Agopian · 16 years ago
  63. e1f6105 fix some bugs in SharedBufferStack::resize by Mathias Agopian · 16 years ago
  64. d1b449a Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 16 years ago
  65. 45df6a2 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 16 years ago
  66. 5cc61b1 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 16 years ago
  67. 86f69c1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 16 years ago
  68. 41623bf cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 16 years ago
  69. 43d8a28 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 16 years ago
  70. e9e4d54 added setCrop() to android_native_window_t by Mathias Agopian · 16 years ago
  71. cdaaf32 add support for up to 16 buffers per surface by Mathias Agopian · 16 years ago
  72. 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 16 years ago
  73. 2eeabb1 fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 16 years ago
  74. 1c38c27 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 16 years ago
  75. 9416be4 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 16 years ago
  76. 7b9d6a9 fix [2182249] [MR1] valgrind error in surface flinger by Mathias Agopian · 16 years ago
  77. 68174b1 fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 17 years ago
  78. d46758b fix [2152536] ANR in browser by Mathias Agopian · 17 years ago
  79. 5bffa09 fix [2168531] have software-only gralloc buffer side-step the HAL by Mathias Agopian · 17 years ago
  80. 9d64a06 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 17 years ago
  81. defd1bd Attempt to fix [2152536] ANR in browser by Mathias Agopian · 17 years ago
  82. 9e3ebf8 add basic time stats for surfaces lock time by Mathias Agopian · 17 years ago
  83. 5a37cc5 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 17 years ago
  84. 4fc61bf fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 17 years ago
  85. 3dbf98c make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 17 years ago
  86. 81e2a52 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 17 years ago
  87. 4e3d248 Calculate specular lighting correctly by Martin Storsjo · 17 years ago
  88. 806a5fc be more friendly with C by Mathias Agopian · 17 years ago
  89. c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
  90. 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
  91. 00ee480 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 17 years ago
  92. 814914c Merge change 6382 by Android (Google) Code Review · 17 years ago
  93. 7c5252e add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 17 years ago
  94. 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
  95. 5732662 Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
  96. e35922d merge master in master_gl by Mathias Agopian · 17 years ago
  97. e4f071b am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 17 years ago
  98. f1bd03d add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 17 years ago
  99. 2ff585f fix a bug where copybit only renders in the first buffer when used with s/w GL by Mathias Agopian · 17 years ago
  100. 79021f4 revive the copybit test. by Mathias Agopian · 17 years ago