1. 4d61f60 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 15 years ago
  2. c81d2c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 15 years ago
  3. 1f24b30 Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek. by Andreas Huber · 15 years ago
  4. b206319 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 15 years ago
  5. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
  6. 1244eab Remove some hard-coded encoding parameters by James Dong · 15 years ago
  7. dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 15 years ago
  8. 4f501f0 Second part of speeding up video recording frame rate by James Dong · 15 years ago
  9. a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 15 years ago
  10. 455d410 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 15 years ago
  11. 7d2f703 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 15 years ago
  12. 7a68d36 Merge "Remove hard-coded pixel format for recording frames in CameraSource. Retrieve the pixel format from Camera HAL at runtime." into kraken by James Dong · 15 years ago
  13. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 15 years ago
  14. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  15. cefb01a Merge "Add KEY_SUPPORTED_METERING_MODES and fix some typos." into kraken by Wu-cheng Li · 15 years ago
  16. 8aba232 Add KEY_SUPPORTED_METERING_MODES and fix some typos. by Wu-cheng Li · 15 years ago
  17. 2ea200c Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 15 years ago
  18. c2f328d Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 15 years ago
  19. 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 15 years ago
  20. f7f6333 Add camera metering mode API. by Wu-cheng Li · 15 years ago
  21. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago
  22. cdfd5fe Fix a typo in Singleton<> by Mathias Agopian · 15 years ago
  23. 4644119 Merge "Avoid copying for input recording frames in CameraSource" into kraken by James Dong · 15 years ago
  24. dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 15 years ago
  25. 198975b Merge "Add video frame parameter." into kraken by Wu-cheng Li · 15 years ago
  26. d2c2929 Add video frame parameter. by Wu-cheng Li · 15 years ago
  27. c7b388c more clean-up of Surfaceflinger's client management by Mathias Agopian · 15 years ago
  28. 1090a29 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 15 years ago
  29. aed15e7 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 15 years ago
  30. 27a308d Merge "Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control." into kraken by Eric Laurent · 15 years ago
  31. 64f7549 Merge "fix [2712278] The preview buffer left some black borders in left and bottom edges" into kraken by Mathias Agopian · 15 years ago
  32. 2ce19af fix [2712278] The preview buffer left some black borders in left and bottom edges by Mathias Agopian · 15 years ago
  33. c0f3438 Fix issue 2667797: [Audio Effect Framework] new base class and binder interfaces for effect control. by Eric Laurent · 15 years ago
  34. cf3fa85 Merge "Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries." into kraken by Eric Laurent · 15 years ago
  35. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  36. 57d8989 fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  37. bd329dd Improve GPS EXIF parameters comments. by Wu-cheng Li · 15 years ago
  38. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  39. 4f5f278 Merge "fix the threading issue for setBuffercount()" into kraken by Mathias Agopian · 15 years ago
  40. 5fe37c6 Fix issue 2667796: [Audio Effect Framework] Effect factory and libraries. by Eric Laurent · 15 years ago
  41. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  42. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 15 years ago
  43. 66c46a6 added RWLock C++ wrapper by Mathias Agopian · 15 years ago
  44. 17299ab Initial software encoder checkins by James Dong · 15 years ago
  45. cd30f4f fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  46. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 15 years ago
  47. ae7ca4c Fix build error. by Wu-cheng Li · 15 years ago
  48. e339c5e Add camera focus distances API. by Wu-cheng Li · 15 years ago
  49. 68510e6 Detect and handle premature termination of a recording session by James Dong · 15 years ago
  50. 9db798d Audio/video initial recording time synchronization by James Dong · 15 years ago
  51. 1824486 Handle recording file size and/or duration limit by James Dong · 15 years ago
  52. b0a0147 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 15 years ago
  53. e292b3b Remove dummy surface in CameraSource by James Dong · 15 years ago
  54. 2f0e675 Merge "SharedBufferStack now can grow up to 16 buffers." into kraken by Mathias Agopian · 15 years ago
  55. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  56. e862153 Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken by Kenny Root · 15 years ago
  57. 11777d6f am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 15 years ago
  58. b339013 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  59. b003ad1 am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 15 years ago
  60. d8c3374 am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  61. 68246dc ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  62. 25c2af9 Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_t." into kraken by Jamie Gennis · 15 years ago
  63. e67c160 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 15 years ago
  64. b5e7423 Output streamable MP4 file during MP4 file recording by James Dong · 15 years ago
  65. 78624e41 Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  66. e1b2b3b Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 15 years ago
  67. 505cef3 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  68. 248597a am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  69. 1707851 am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  70. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 15 years ago
  71. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 15 years ago
  72. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 15 years ago
  73. a269d19 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  74. ca48c88 am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  75. 8a8658a Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  76. 8a1c093 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 15 years ago
  77. 71bd9fc am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 15 years ago
  78. 62f7ffe Disable vorbis seek when streaming from localhost. by Andreas Huber · 15 years ago
  79. 08b3d2e Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  80. 579e08e am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago
  81. f789644 merge from open-source master by The Android Open Source Project · 15 years ago
  82. b032bc0 Add new keycodes for the convenience of Japanese IMEs by mogimo · 16 years ago
  83. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 15 years ago
  84. ce0bd71 am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 15 years ago
  85. 8ea45aa am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 15 years ago
  86. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 15 years ago
  87. 1bb8b67 Merge "Add support for enqueuing buffers in arbitrary order" into kraken by Mathias Agopian · 15 years ago
  88. daedd81 Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken by Mathias Agopian · 15 years ago
  89. 1d0fa39 Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken by Mathias Agopian · 15 years ago
  90. 14cee9f New xlarge screen size. by Dianne Hackborn · 15 years ago
  91. bfe7f0b1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  92. f590f70 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  93. c54c127 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  94. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 15 years ago
  95. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  96. d29eafd am f021d12f: merge from open-source master by The Android Open Source Project · 15 years ago
  97. f021d12 merge from open-source master by The Android Open Source Project · 15 years ago
  98. 5a870fe Allow META* macros outside of the framework by Michael Richardson · 16 years ago
  99. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  100. 6bb5eba add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago