1. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  2. 57d8989 fix a bug when reallocating a window's buffers is needed by Mathias Agopian · 15 years ago
  3. bd329dd Improve GPS EXIF parameters comments. by Wu-cheng Li · 15 years ago
  4. 25f0bda added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  5. 4f5f278 Merge "fix the threading issue for setBuffercount()" into kraken by Mathias Agopian · 15 years ago
  6. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  7. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 15 years ago
  8. 66c46a6 added RWLock C++ wrapper by Mathias Agopian · 15 years ago
  9. 17299ab Initial software encoder checkins by James Dong · 15 years ago
  10. cd30f4f fix some bugs in SharedBufferStack::resize by Mathias Agopian · 15 years ago
  11. eb8f850d Fix issue 2553359: Pandora does not work well with Passion deskdock / Cardock. by Eric Laurent · 15 years ago
  12. ae7ca4c Fix build error. by Wu-cheng Li · 15 years ago
  13. e339c5e Add camera focus distances API. by Wu-cheng Li · 15 years ago
  14. 68510e6 Detect and handle premature termination of a recording session by James Dong · 15 years ago
  15. 9db798d Audio/video initial recording time synchronization by James Dong · 15 years ago
  16. 1824486 Handle recording file size and/or duration limit by James Dong · 15 years ago
  17. b0a0147 AudioFlinger: rename variables to clarify reference to track channel count or channel mask by Eric Laurent · 15 years ago
  18. e292b3b Remove dummy surface in CameraSource by James Dong · 15 years ago
  19. 2f0e675 Merge "SharedBufferStack now can grow up to 16 buffers." into kraken by Mathias Agopian · 15 years ago
  20. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 15 years ago
  21. e862153 Merge "ZipUtilsRO rewrite based on Dalvik Zip rewrite" into kraken by Kenny Root · 15 years ago
  22. 11777d6f am b003ad17: am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 15 years ago
  23. b339013 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  24. b003ad1 am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 15 years ago
  25. d8c3374 am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  26. 68246dc ZipUtilsRO rewrite based on Dalvik Zip rewrite by Kenny Root · 15 years ago
  27. 25c2af9 Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_t." into kraken by Jamie Gennis · 15 years ago
  28. e67c160 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 15 years ago
  29. b5e7423 Output streamable MP4 file during MP4 file recording by James Dong · 15 years ago
  30. 78624e41 Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  31. e1b2b3b Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 15 years ago
  32. 505cef3 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  33. 248597a am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  34. 1707851 am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  35. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 15 years ago
  36. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 15 years ago
  37. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 15 years ago
  38. a269d19 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  39. ca48c88 am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  40. 8a8658a Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  41. 8a1c093 am 71bd9fc8: am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 15 years ago
  42. 71bd9fc am 100ef9be: Merge "Disable vorbis seek when streaming from localhost." into froyo by Andreas Huber · 15 years ago
  43. 62f7ffe Disable vorbis seek when streaming from localhost. by Andreas Huber · 15 years ago
  44. 08b3d2e Make static versions of libutils and libbinder. by Dan Egnor · 15 years ago
  45. 579e08e am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago
  46. f789644 merge from open-source master by The Android Open Source Project · 15 years ago
  47. b032bc0 Add new keycodes for the convenience of Japanese IMEs by mogimo · 16 years ago
  48. 3300e96 Support audio and video track interleaving in the recorded mp4 file by James Dong · 15 years ago
  49. ce0bd71 am 8ea45aad: am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 15 years ago
  50. 8ea45aa am e083d0a2: Merge "Support for Ogg Vorbis decoding in stagefright." into froyo by Andreas Huber · 15 years ago
  51. eb5eef3 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 15 years ago
  52. 1bb8b67 Merge "Add support for enqueuing buffers in arbitrary order" into kraken by Mathias Agopian · 15 years ago
  53. daedd81 Merge "cleanup. waitForCondition() now uses polymorphsim instead of templtes" into kraken by Mathias Agopian · 15 years ago
  54. 1d0fa39 Merge "fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly." into kraken by Mathias Agopian · 15 years ago
  55. 14cee9f New xlarge screen size. by Dianne Hackborn · 15 years ago
  56. bfe7f0b1 Add support for enqueuing buffers in arbitrary order by Mathias Agopian · 15 years ago
  57. f590f70 cleanup. waitForCondition() now uses polymorphsim instead of templtes by Mathias Agopian · 15 years ago
  58. c54c127 fix a race condition in undoDequeue(), where 'tail' could be computed incorrectly. by Mathias Agopian · 15 years ago
  59. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 15 years ago
  60. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  61. d29eafd am f021d12f: merge from open-source master by The Android Open Source Project · 15 years ago
  62. f021d12 merge from open-source master by The Android Open Source Project · 15 years ago
  63. 5a870fe Allow META* macros outside of the framework by Michael Richardson · 16 years ago
  64. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  65. 6bb5eba add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  66. 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
  67. 26f6163 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
  68. 92c3b39 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 15 years ago
  69. 67bbac8 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  70. 445a978 Merge "don't hardcode "mSurface" throughout our source code" into kraken by Mathias Agopian · 15 years ago
  71. 7853c89 am 248ea4a9: am 5baa5e19: Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don\'t have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo by Andreas Huber · 15 years ago
  72. 248ea4a am 5baa5e19: Merge "Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don\'t have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks." into froyo by Andreas Huber · 15 years ago
  73. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
  74. d0332ad Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we don't have a decoder for it, ignore potentially malformed metadata for AMR NB and WB tracks. by Andreas Huber · 15 years ago
  75. 4501f62 Merge "Remove unnecessary lock from AMRWriter." into kraken by Andreas Huber · 15 years ago
  76. 08caa70 am c58b4232: Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  77. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  78. e2018ca Remove unnecessary lock from AMRWriter. by Andreas Huber · 15 years ago
  79. b52e9f7 am eb12e45f: Merge "Refactor connection/redirection code, support redirects on reconnection." into froyo by Andreas Huber · 15 years ago
  80. 6536942 merge from open-source master by The Android Open Source Project · 15 years ago
  81. aba965f Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 15 years ago
  82. a51250b Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection. by Andreas Huber · 15 years ago
  83. 4fedd80 Add keycodes PageUp and PageDown by Chih-Wei Huang · 16 years ago
  84. a4357ad Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 15 years ago
  85. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 15 years ago
  86. dc5ce9c fix [2545826] calling into gralloc with external lock held by Mathias Agopian · 15 years ago
  87. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  88. 900e0d0 Update TTS plugin interface to receive engine configuration data by Jean-Michel Trivi · 15 years ago
  89. 8783429 While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times. by Andreas Huber · 15 years ago
  90. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 15 years ago
  91. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 15 years ago
  92. 34ec95de Merge "HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership." by Andreas Huber · 15 years ago
  93. edbb4d8 HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. by Andreas Huber · 15 years ago
  94. 2f7540e implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  95. f6331a4 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  96. fb1eb6f Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity. by Andreas Huber · 15 years ago
  97. b94b52b Merge "Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files." by Andreas Huber · 15 years ago
  98. 1ce9867 Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files. by Andreas Huber · 15 years ago
  99. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  100. 27dd40b Merge "Add camera parameter string constant for "true"." by Wu-cheng Li · 15 years ago