1. d36b1f0 Revert "Video editor CTS: Framework modifications" by Basavapatna Dattaguru · 14 years ago
  2. eb6d6ec Video editor CTS: Framework modifications by Basavapatna Dattaguru · 14 years ago
  3. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  4. 65d2a4c Remove CameraBrowser test app by Mike Lockwood · 14 years ago
  5. df9b349 Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java by James Dong · 14 years ago
  6. 0cd0136 Move MTP Java classes to android.mtp.* package. by Mike Lockwood · 14 years ago
  7. 4453aa4 CameraBrowser: Catch ActivityNotFoundException when attempting to display imported file. by Mike Lockwood · 14 years ago
  8. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 14 years ago
  9. 485059d CameraBrowser: Give it ACCESS_USB permission, which is now required for PTP by Mike Lockwood · 14 years ago
  10. 25d7094 Log the exception cause for better problem analysis by James Dong · 14 years ago
  11. 28bec9e Merge "Suppress the unsupported camera recording size (ie QVGA and SQVGA)" by Yu Shan Emily Lau · 14 years ago
  12. e8f317d3 Suppress the unsupported camera recording size (ie QVGA and SQVGA) by Yu Shan Emily Lau · 14 years ago
  13. f6bd1ea Replace MediaMetadataRetriever.captureFrame() with MediaMetadataRetriever.getFrameAtTime() by James Dong · 14 years ago
  14. 7411c1b Renable the captureFrame unit tests by James Dong · 14 years ago
  15. a315605 Rename android.provider.Mtp to android.provider.Ptp by Mike Lockwood · 14 years ago
  16. 86e7353 Merge "Fixed MediaPlayer unit test issues" by James Dong · 14 years ago
  17. f360acf Fixed MediaPlayer unit test issues by James Dong · 14 years ago
  18. af8632c CameraBrowser: temporarily move to system partition by Mike Lockwood · 14 years ago
  19. 1d5dedc CameraBrowser improvements: by Mike Lockwood · 14 years ago
  20. 49fd5d9 Remove command line mtp host tool by Mike Lockwood · 14 years ago
  21. 954c267 PTP: Improve performance and reliability of file importing by Mike Lockwood · 14 years ago
  22. b1262a8 64-bit file size/offset support for media framework by James Dong · 14 years ago
  23. c23dabf Remove all traces of legacy renderer support in stagefright. by Andreas Huber · 14 years ago
  24. 98d50a0 Merge "Disable flaky streaming server check" by James Dong · 14 years ago
  25. 2fd4e59 Fix a typo in LOG_TAG for MediaPlayer unit tests by James Dong · 14 years ago
  26. a76e7ef Disable flaky streaming server check by James Dong · 14 years ago
  27. c5d4730 Fix testWAVSeekToEnd() testcase by James Dong · 14 years ago
  28. 0af3cfc am 751cc424: am 8b023a2e: Merge "Add the mediaplayer release in the test validation. This is to ensure the media player release properly." into gingerbread by Yu Shan Emily Lau · 14 years ago
  29. 93aa00c Add the mediaplayer release in the test validation. This is to ensure the media player release properly. by Yu Shan Emily Lau · 14 years ago
  30. 5582cc3 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  31. 2cd55d2 am 83ed30e5: am ae0bb04a: Merge "Fix issue 3098850" into gingerbread by Eric Laurent · 14 years ago
  32. a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  33. 02d0ff6 Fix issue 3098850 by Eric Laurent · 14 years ago
  34. 3caf37e am f358cecb: am 79a3981e: Fix Looper leaks in MediaRecorderStressTest. by Jeff Brown · 14 years ago
  35. 79a3981 Fix Looper leaks in MediaRecorderStressTest. by Jeff Brown · 14 years ago
  36. ac745c1 MTP: Fix some warnings by Mike Lockwood · 14 years ago
  37. 58fd98a Add constant for SDCARD_RW group ID. by Mike Lockwood · 14 years ago
  38. bb7684b resolved conflicts for merge of ac4a284a to master by Eric Laurent · 14 years ago
  39. 1a5149e Fix issue 3022800. by Eric Laurent · 14 years ago
  40. 736da9c am 4744774a: am 3efbc555: Merge "Fix more audio effects auto tests" into gingerbread by Eric Laurent · 14 years ago
  41. ec1e9c7 Fix more audio effects auto tests by Eric Laurent · 14 years ago
  42. 5a08b50 Merge "MTP host: Use Java longs for storage and object IDs" by Mike Lockwood · 14 years ago
  43. 48ff0da am b35f36f0: am 4f294558: Merge "Fix broken insert reverb auto tests." into gingerbread by Eric Laurent · 14 years ago
  44. 71fe631 Fix broken insert reverb auto tests. by Eric Laurent · 14 years ago
  45. f1f5361 MTP host: Use Java longs for storage and object IDs by Mike Lockwood · 14 years ago
  46. 1779789 CameraBrowser: show format in object info and show info for non-JPEG objects by Mike Lockwood · 14 years ago
  47. 5367ab6 MTP: Move all MTP protocol constants for Java to a central location. by Mike Lockwood · 14 years ago
  48. 832aa58 am 2db73305: am dfded35b: Merge "Added automated tests for reverb audio effect." into gingerbread by Eric Laurent · 14 years ago
  49. 391e2d0 Added automated tests for reverb audio effect. by Eric Laurent · 14 years ago
  50. e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
  51. e381c4b am 1ded9f95: am fbb936bf: Merge "Add the a power test case which simply do the audio playback. The actual power measurement will be done by another application." into gingerbread by Yu Shan Emily Lau · 14 years ago
  52. fd4a7c8 Add the a power test case which simply do the audio playback. The actual power measurement will be done by another application. by Yu Shan Emily Lau · 14 years ago
  53. f5c35c8 am 18afcee7: am 67400d49: Merge "Added tests for audio effects in MediaFrameworkTest" into gingerbread by Eric Laurent · 14 years ago
  54. 441ec6b Added tests for audio effects in MediaFrameworkTest by Eric Laurent · 14 years ago
  55. 327c0bd am 9b84e8df: am a788026f: Merge "Fixed a typo in a method name of MediaPlayerPerformance.java class" into gingerbread by James Dong · 14 years ago
  56. a9015bb Fixed a typo in a method name of MediaPlayerPerformance.java class by James Dong · 14 years ago
  57. 725552a CameraBrowser: Launch itself when a camera is attached to USB. by Mike Lockwood · 14 years ago
  58. 456d8e6 MTP: Turn off excessive logging by Mike Lockwood · 14 years ago
  59. 1a987b8 Try to fix the sim build. by Mike Lockwood · 14 years ago
  60. 5fd1ff0 Simple command line test tool for MTP host. by Mike Lockwood · 14 years ago
  61. ad0643a CameraBrowser: Add support for copying files from camera to internal storage. by Mike Lockwood · 14 years ago
  62. 1193ef6 am 7b3f3048: am 58c35573: Merge "Fix some bugs in the MediaProfileReader Because the video and audio encoders were stored in the same map, when we retrieve the name from the map, we can get a incorrect name." into gingerbread by James Dong · 14 years ago
  63. 620a4240 Fix some bugs in the MediaProfileReader by James Dong · 14 years ago
  64. 15149f2 am 0d964c94: am a2549bb6: Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 14 years ago
  65. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  66. 70bd2f20 CameraBrowser: Requery the device list when MTP devices are added and removed. by Mike Lockwood · 14 years ago
  67. 147717c CameraBrowser: Support for deleting pictures. by Mike Lockwood · 14 years ago
  68. 99b3452 CameraBrowser: Display thumbnails for camera images. by Mike Lockwood · 14 years ago
  69. 0809c0e CameraBrowser: New test app for the MTP content provider. by Mike Lockwood · 14 years ago
  70. f35ce7f am 6e0967b3: am b0016e2b: Merge "Added the runtime parameters for the mediarecorder stress test. Set the total number of the stress loops of camera preview memory test to 200." into froyo by Yu Shan Emily Lau · 14 years ago
  71. 48584d7 Added the runtime parameters for the mediarecorder stress test. by Yu Shan Emily Lau · 14 years ago
  72. f75e370 Fix issue 2622023 Clean up all hardcoded '/sdcard' in camera related codes. by Ray Chen · 14 years ago
  73. 42349d0 Remove the checkStremingServer checking as it is unstable and introduce the flakiness. by Yu Shan Emily Lau · 14 years ago
  74. 97a9c6a Don't check whether a specific named activity supports mp3 playback, by Marco Nelissen · 15 years ago
  75. e11bafe Add the test template for the media audio manager test. by Yu Shan Emily Lau · 15 years ago
  76. 59411b3 Fix testCameraPreviewMemoryUsage test. by Wu-cheng Li · 15 years ago
  77. aa77354 Merge "Don't stop a test case when the test case failed for some of the sample files. Instead, only check against failure or success at the end of the test case." by James Dong · 15 years ago
  78. 454f69c Don't stop a test case when the test case failed for some of the sample files. by James Dong · 15 years ago
  79. 1cffa44 Inserted a 1.5s wait time between the camera release and new camrea. by Yu Shan Emily Lau · 15 years ago
  80. adc238a Fix the bug that it should write the zero diff to the output file when the actual diff is negative. by Yu Shan Emily Lau · 15 years ago
  81. d3d9b85 Merge "Update the new activity name." by Yu Shan Emily Lau · 15 years ago
  82. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  83. 806cdd8 Update the new activity name. by Yu Shan Emily Lau · 15 years ago
  84. a6f9e38 Modified the expected metadata result as the behavior of Stagefright. by Yu Shan Emily Lau · 15 years ago
  85. 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 15 years ago
  86. 945a9df add optional preftable to image codecs, for more control over the resulting bitmap config by Mike Reed · 15 years ago
  87. 30a1390 Added the Camera Preveiw memory test which can help to isolate the memory leak issue. by Yu Shan Emily Lau · 15 years ago
  88. 1b7babd Use Java API from xml configuration in the test application by James Dong · 15 years ago
  89. 6201440 Increase the sleep time to fix testTakePicture. by Wu-cheng Li · 15 years ago
  90. f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 15 years ago
  91. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  92. 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
  93. 9cf5b45 am 47f1d4d5: am b1780474: Merge "Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player." into eclair by Yu Shan Emily Lau · 15 years ago
  94. eea6ecd Add the new golden thumbnail image as the PV and stagefright implementations in capturing thumbnail is different. by Yu Shan Emily Lau · 15 years ago
  95. f465dc0 Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player. by Yu Shan Emily Lau · 15 years ago
  96. 06b3ff7 Make the MediaMetadataTest a little more lenient when it comes to verifying the duration of media files, only require that the returned duration is within 100ms of the expected one, as the PV and stagefright implementations differ slightly. by Andreas Huber · 15 years ago
  97. 474a97a Add missing libjpeg in linker option. Currently this library is used by the by Doug Kwan · 15 years ago
  98. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  99. f66de3c Fix typo: test -> tests in makefile tags by Jean-Baptiste Queru · 15 years ago
  100. 1905530 Replace sine with organ for some SoundPool tests. by Dave Sparks · 15 years ago