1. 14cee9f New xlarge screen size. by Dianne Hackborn · 15 years ago
  2. b00e246 Use timestamp from camera driver for CameraSource by James Dong · 15 years ago
  3. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 15 years ago
  4. d29eafd am f021d12f: merge from open-source master by The Android Open Source Project · 15 years ago
  5. f021d12 merge from open-source master by The Android Open Source Project · 15 years ago
  6. 5a870fe Allow META* macros outside of the framework by Michael Richardson · 15 years ago
  7. 16a86ee added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  8. 6bb5eba add support for up to 16 buffers per surface by Mathias Agopian · 15 years ago
  9. 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
  10. 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
  11. 92c3b39 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 15 years ago
  12. 67bbac8 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  13. 445a978 Merge "don't hardcode "mSurface" throughout our source code" into kraken by Mathias Agopian · 15 years ago
  14. 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
  15. 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
  16. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 15 years ago
  17. 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
  18. 4501f62 Merge "Remove unnecessary lock from AMRWriter." into kraken by Andreas Huber · 15 years ago
  19. 08caa70 am c58b4232: Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  20. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  21. e2018ca Remove unnecessary lock from AMRWriter. by Andreas Huber · 15 years ago
  22. b52e9f7 am eb12e45f: Merge "Refactor connection/redirection code, support redirects on reconnection." into froyo by Andreas Huber · 15 years ago
  23. 6536942 merge from open-source master by The Android Open Source Project · 15 years ago
  24. aba965f Refactor connection/redirection code, support redirects on reconnection. by Andreas Huber · 15 years ago
  25. 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
  26. 4fedd80 Add keycodes PageUp and PageDown by Chih-Wei Huang · 16 years ago
  27. 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
  28. e64d9a2 Public API changes for CameraProfile and CamcorderProfile classes by James Dong · 15 years ago
  29. dc5ce9c fix [2545826] calling into gralloc with external lock held by Mathias Agopian · 15 years ago
  30. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  31. 900e0d0 Update TTS plugin interface to receive engine configuration data by Jean-Michel Trivi · 15 years ago
  32. 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
  33. 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
  34. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 15 years ago
  35. 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
  36. 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
  37. 2f7540e implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  38. f6331a4 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  39. 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
  40. 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
  41. 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
  42. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  43. 27dd40b Merge "Add camera parameter string constant for "true"." by Wu-cheng Li · 15 years ago
  44. dc9927d The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch. by Andreas Huber · 15 years ago
  45. d9ef5d7 Add camera parameter string constant for "true". by Wu-cheng Li · 15 years ago
  46. 7299c41 Refactor car mode. by Dianne Hackborn · 15 years ago
  47. 055c986 Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 15 years ago
  48. 47d0a92 Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 15 years ago
  49. ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 15 years ago
  50. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  51. 8cbb8f5 Unhide zoom API. by Wu-cheng Li · 15 years ago
  52. 24b326a Unhide exposure compensation API. by Wu-cheng Li · 15 years ago
  53. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
  54. 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 15 years ago
  55. 9ff1f96 Merge "Use UTF-8 strings to avoid duplicate caching, part 1" by Kenny Root · 15 years ago
  56. d7d22eb Propagate errors all the way through the MediaSources and send either MEDIA_PLAYBACK_COMPLETE or MEDIA_ERROR depending on the final reason for running out of buffers to play back. by Andreas Huber · 15 years ago
  57. 780d2a1 Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 15 years ago
  58. ab9985e Merge "This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk." by Andreas Huber · 15 years ago
  59. b8de957 This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk. by Andreas Huber · 15 years ago
  60. c86727f remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  61. e59a54c Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  62. 102f49f fix a bug I introduced recently where YUV formats would crash the system by Mathias Agopian · 15 years ago
  63. 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
  64. a9886c5 Totally remove Unicode.cpp and rely on ICU by Kenny Root · 15 years ago
  65. a16e4ee Merge "Excise code from Unicode.cpp that was dead" by Kenny Root · 15 years ago
  66. 564bfc2 Excise code from Unicode.cpp that was dead by Kenny Root · 15 years ago
  67. fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
  68. 8b799a3 Merge "Add support for "album artist" tag." by Marco Nelissen · 15 years ago
  69. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 15 years ago
  70. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  71. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  72. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  73. be14332 Merge "Add exposure compensation parameter." by Wu-cheng Li · 15 years ago
  74. ff723b6 Add exposure compensation parameter. by Wu-cheng Li · 15 years ago
  75. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 15 years ago
  76. e7038ac Camcorder profile Java API support by James Dong · 15 years ago
  77. 70d10c0 Fix a deadlock caused by the AudioPlayer notifying the observer that the stream had ended at the same time the observer was shutting down the AudioPlayer. by Andreas Huber · 15 years ago
  78. e304bdd fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 15 years ago
  79. b0f324d Merge "implement [2396050] Add ETC1 texture support to AGL" by Mathias Agopian · 15 years ago
  80. d1f73a2 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 15 years ago
  81. b777bf3 Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. by Andreas Huber · 15 years ago
  82. 8cc1b2a Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 15 years ago
  83. 705300b Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file" by James Dong · 15 years ago
  84. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  85. e331c7b The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that. by Andreas Huber · 15 years ago
  86. 7eae31c Add float support for set and get in CameraParameters. by Wu-cheng Li · 15 years ago
  87. 6c8d276 Add focal length and view angle API. by Wu-cheng Li · 15 years ago
  88. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  89. 62eac00 Properly forward errors returned by AudioTrack up to the player. by Andreas Huber · 15 years ago
  90. 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
  91. 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago
  92. 46ce847 Fix http streaming for shoutcast servers that do not support http ranges. by Andreas Huber · 15 years ago
  93. 0ebff76 Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync" by Eric Laurent · 15 years ago
  94. 8258879 Merge "Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation." by Andreas Huber · 15 years ago
  95. 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
  96. b9e6383 Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation. by Andreas Huber · 15 years ago
  97. d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 15 years ago
  98. 996dddf Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 15 years ago
  99. 473bd77 Merge "Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active." by Eric Laurent · 15 years ago
  100. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago