1. 9081aec Try to fix sdk build again. by Chih-Chung Chang · 15 years ago
  2. de88c51 Merge change 25286 into eclair by Android (Google) Code Review · 15 years ago
  3. 7b886f9 Fix sdk build. by Chih-Chung Chang · 15 years ago
  4. f7c3679 Merge change 25158 into eclair by Android (Google) Code Review · 15 years ago
  5. d3ba481 Merge change 25272 into eclair by Android (Google) Code Review · 15 years ago
  6. b53eaac Merge change 25155 into eclair by Android (Google) Code Review · 15 years ago
  7. 017bb4c Make ExifInterface public. by Chih-Chung Chang · 15 years ago
  8. 700beb4 Clean ExifInterface. Prepare to make it public. by Chih-Chung Chang · 15 years ago
  9. 20a6b95 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaRecorderStressTest.java by Yu Shan Emily Lau · 15 years ago
  10. 610e359 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java by Yu Shan Emily Lau · 15 years ago
  11. 4f23457 Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565. by Andreas Huber · 15 years ago
  12. fccb25d Fix bug 2115258 where the AudioManager javadoc doesn't warn against by Jean-Michel Trivi · 15 years ago
  13. 0446b82 The 8k chipset qcom decoders require that the input buffers be allocated using OMX_AllocateBuffer rather than OMX_UseBuffer for now. by Andreas Huber · 15 years ago
  14. a4fe2ac Merge change 25128 into eclair by Android (Google) Code Review · 15 years ago
  15. 0edada0 Merge change 25101 into eclair by Android (Google) Code Review · 15 years ago
  16. c966a3c Support CbYCrY -> RGB565 color conversion in IOMXRenderer. by Andreas Huber · 15 years ago
  17. 4d445d6 Merge change 24955 into eclair by Android (Google) Code Review · 15 years ago
  18. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  19. 1619367 new file: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java by Yu Shan Emily Lau · 15 years ago
  20. 9202285 Added a little more logging in OMXCodec.cpp for vendors to be able to reproduce issues... by Andreas Huber · 15 years ago
  21. 714ec136 Merge change 24742 into eclair by Android (Google) Code Review · 15 years ago
  22. 91e2d86 Merge change 24337 into eclair by Android (Google) Code Review · 15 years ago
  23. 147a0c2 modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java by Yu Shan Emily Lau · 15 years ago
  24. 2dc64d8 Apparently I must not use OMX_UseBuffer on either input or output ports on any of the TI components... or else. by Andreas Huber · 15 years ago
  25. 2aa39c4 Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true). by Andreas Huber · 15 years ago
  26. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  27. 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 15 years ago
  28. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  29. e087373 Add component name to informational logging in OMXCodec.cpp by Andreas Huber · 15 years ago
  30. 466dbbf Merge change 24450 into eclair by Android (Google) Code Review · 15 years ago
  31. 546f3cd Merge change 24448 into eclair by Android (Google) Code Review · 15 years ago
  32. 18ed760 Merge change 24447 into eclair by Android (Google) Code Review · 15 years ago
  33. dc1d17a Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing. by Eric Laurent · 15 years ago
  34. 033e6c3 Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. by Andreas Huber · 15 years ago
  35. 2a65117 Support for amr-wb tracks in MPEG4Extractor. by Andreas Huber · 15 years ago
  36. 7ae02c8 Added some more verbose output for AMR formats. Properly fill out the output format. by Andreas Huber · 15 years ago
  37. 16b72bb Merge change 24391 into eclair by Android (Google) Code Review · 15 years ago
  38. 201511c Calculate proper output buffer size for some more 16-bit RGB color spaces. by Andreas Huber · 15 years ago
  39. a79da2e RIO-7461: Update media scanner to scan AAC files. by James Stokebrand · 15 years ago
  40. 5a65a6e Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 15 years ago
  41. 4e60d7e Merge change 24179 into eclair by Android (Google) Code Review · 15 years ago
  42. 8a77a99 Fix issue 2107584: media server crash when AudioFlinger fails to allocate memory for track control block. by Eric Laurent · 15 years ago
  43. 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 15 years ago
  44. bde54df modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java by Yu Shan Emily Lau · 15 years ago
  45. e0f64aa Merge change 24178 into eclair by Android (Google) Code Review · 15 years ago
  46. ee606e6 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  47. a7d0cf4 The qcom decoder requires that the output buffers be allocated by the component for hardware accelerated display to work. by Andreas Huber · 15 years ago
  48. 392ff3b Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320 by James Dong · 15 years ago
  49. e1da8be Merge change 23835 into eclair by Android (Google) Code Review · 15 years ago
  50. 8b04661 When encountering a .nomedia file, notify the MediaScannerClient, by Marco Nelissen · 15 years ago
  51. f619028 Merge change 23715 into eclair by Android (Google) Code Review · 15 years ago
  52. 8e65337 Merge change 23714 into eclair by Android (Google) Code Review · 15 years ago
  53. 9d85d5a Fix issue 2097083: STREAM_SYSTEM should be at max volume. by Eric Laurent · 15 years ago
  54. 4c48342 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  55. da050cf2 Some work to make audio encoding work. by Andreas Huber · 15 years ago
  56. 040571a Merge change 23632 into eclair by Android (Google) Code Review · 15 years ago
  57. 7272f7f Increase buffer allocated to receive HTTP response, YouTube is rather verbose... by Andreas Huber · 15 years ago
  58. 43ad6eaf Squashed commit of the following: by Andreas Huber · 15 years ago
  59. a7bdeda Fix 2081525: NPE in MediaScannerService. by Chih-Chung Chang · 15 years ago
  60. bf1071c Merge change 23356 into eclair by Android (Google) Code Review · 15 years ago
  61. 6db4aad Temporarily unlock our mutex while fetching a buffer from the upstream source. by Andreas Huber · 15 years ago
  62. 52d6245 Merge change 22995 into eclair by Android (Google) Code Review · 15 years ago
  63. d3b0d64 modified: res/layout/surface_view.xml by Yu Shan Emily Lau · 15 years ago
  64. d06e5b8 Fixes a race condition between entering ERROR state and initial buffer submit. by Andreas Huber · 15 years ago
  65. c035f7c Final high-density frameworks artwork drop from designers (dated 25-Aug-2009). by Daniel Sandler · 15 years ago
  66. bf8ecd7 Merge change 22991 into eclair by Android (Google) Code Review · 15 years ago
  67. 813a875 Apparently setting the preferred role of the OMX component is now required on this platform. by Andreas Huber · 15 years ago
  68. c1dccce Merge change 22986 into eclair by Android (Google) Code Review · 15 years ago
  69. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  70. 3986afe Fix a typo. by Andreas Huber · 15 years ago
  71. bc86bda Merge change 22897 into eclair by Android (Google) Code Review · 15 years ago
  72. e0daf80 Merge change 22921 into eclair by Android (Google) Code Review · 15 years ago
  73. 6ff90cf Merge change 22870 into eclair by Android (Google) Code Review · 15 years ago
  74. 78333dd Set Routing to A2DP only when state is Connected. by Jaikumar Ganesh · 15 years ago
  75. 42978e5 An attempt to fix a deadlock between OMXCodec::start and upstream ::read by Andreas Huber · 15 years ago
  76. 327c27b Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 15 years ago
  77. 127fcdc Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them... by Andreas Huber · 15 years ago
  78. b5ceb9e assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  79. d779589 Disregard the EOS buffer flag while flushing or shutting down the decoder. by Andreas Huber · 15 years ago
  80. 446f44f Keep up with latest changes to overlay handling on that unnamable platform. by Andreas Huber · 15 years ago
  81. 6ee9952 Fix issue 2076322: AudioService, too many stream volume steps. by Eric Laurent · 15 years ago
  82. f96d49a Merge change 22646 into eclair by Android (Google) Code Review · 15 years ago
  83. 404cc41 Make sure not to ask for more buffers when we know that there won't be any, added a quirk for the aac decoder. by Andreas Huber · 15 years ago
  84. 523018f am b56de747: Revert " modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java" by Yu Shan Emily Lau · 15 years ago
  85. b56de74 Revert " modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java" by Yu Shan Emily Lau · 15 years ago
  86. e1a7ad2 Fix build. by Dianne Hackborn · 15 years ago
  87. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  88. b91c52f am 8c937a17: Merge change 22379 into donut by Yu Shan Emily Lau · 15 years ago
  89. 051d8d6 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java by Yu Shan Emily Lau · 15 years ago
  90. 5c0a913 Dynamically allocate a pair of MemoryHeaps according buffer count/sizes required by the OMX component, respect JPEG compressed size. by Andreas Huber · 15 years ago
  91. a56d1c7 Fix AudioService on HFP power off due to new Bluetooth API. by Nick Pelly · 15 years ago
  92. ebf66ea Better (proper) parsing of the AVCDecoderConfigurationRecord, respect hardware decoder profile/level limits. by Andreas Huber · 15 years ago
  93. 4f5e602 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 15 years ago
  94. 1fd769c Fix missing -lpthread in linux-sim build. by Feng Qian · 15 years ago
  95. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago
  96. 2f10ae0 Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 15 years ago
  97. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  98. 099397c Fix 1860351: Put datetime in jpeg exif to datetaken field. by Chih-Chung Chang · 15 years ago
  99. c9706f0 DO NOT MERGE, ALready merged to master. by Sahil Sachdeva · 15 years ago
  100. 5982013 Change the number of volume steps from 6 to 7 per Verizon Requirements by Jared Suttles · 15 years ago