- 7dd6507 More AudioManager tests by Jean-Michel Trivi · 13 years ago
- e1103cf Remove obsolete TODO comments by James Dong · 13 years ago
- 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
- 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
- 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
- 7108770 Merge "Fix audio effect tests" by Eric Laurent · 13 years ago
- 2fe9130 am 2be608f8: am 6db79c35: Merge "Fix for issue 5712743 video editor functional test : testPreviewDuringExport fails -Correct the invalid filename, which contains control character. And with the invalid filename, the cts fails only on crespo, but passes on stingray an by Hong Teng · 13 years ago
- 96bea6a Fix for issue 5712743 video editor functional test : testPreviewDuringExport fails by Hong Teng · 13 years ago
- 29f1c32 am 5126f1d4: am 613ed4c6: Merge "Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification, by Hong Teng · 13 years ago
- 613ed4c Merge "Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification, the application must implement the onError method, and then VideoEditorPreviewTest.java is changed accordingly." into ics-mr1 by Hong Teng · 13 years ago
- a54a06b Add README for media "automated" tests by Glenn Kasten · 13 years ago
- 63149c8 Fixd for 5490443 Native crash while exporting a video by Hong Teng · 13 years ago
- 9a8246c am 77d1ebbd: am 4e5d3f2c: Merge "Add the min fps option to set the min fps in the media recorder test. Add the procmem log to the media memory stress test." into ics-mr1 by Yu Shan Emily Lau · 13 years ago
- 99b4523 Add the min fps option to set by Yu Shan Emily Lau · 13 years ago
- c81e0ad Fix audio effect tests by Eric Laurent · 13 years ago
- ea427b0 resolved conflicts for merge of 26f70db9 to master by Andreas Huber · 13 years ago
- 26f70db Merge "Remove surface legacy APIs and code." into ics-mr1 by Andreas Huber · 13 years ago
- 70fc06e am 1f85f1dc: Merge "Remove unreliable effect tests." into ics-mr1 by Eric Laurent · 13 years ago
- be5fc40 Remove unreliable effect tests. by Eric Laurent · 13 years ago
- 95be245 Remove surface legacy APIs and code. by Andreas Huber · 13 years ago
- 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
- 8e2ed8d Refactor FileInserter in MediaScanner and adding unit tests for the newly added class. by Dongwon Kang · 13 years ago
- 627f445 Wait for some time before stopping the media recorder. Fix for bug 5239001. by Gloria Wang · 13 years ago
- 0a6cd02 am b2d17234: Merge "Reorganize media framework functional tests. Group tests into sub-packages" into ics-factoryrom by Xia Wang · 13 years ago
- db60285 Reorganize media framework functional tests. Group tests into sub-packages by Xia Wang · 13 years ago
- 5e7acae Fix issue 5355047: Automated effect tests fail. by Eric Laurent · 13 years ago
- 3f43e7d Fix for bug 5309242 [Prime] VideoEditorAPITest testVideoContentHD failed by Rajneesh Chowdury · 13 years ago
- d8f7c2c MTS Recorder Test: Use VideoFrameRate from Device Camcorder Profile by Devaraj Rangasamy · 13 years ago
- 4cf9a3b Merge "Fix another hardcoded frame rate in the media framework test" by James Dong · 13 years ago
- a18886c Fix 5278371: OOM in MediaItemThumbnailTest by Chih-Chung Chang · 13 years ago
- b05a600 Fix another hardcoded frame rate in the media framework test by James Dong · 13 years ago
- a985135 Use device-dependent frame rate in the media recorder performance test by James Dong · 13 years ago
- 8d102eb Merge changes I33f59705,Ia4c8c822,I2fb695ab,I2e587afc by Jamie Gennis · 13 years ago
- 4afbe2e The test application falsely reports that the test result even if the test failed. by James Dong · 13 years ago
- af4fccf MediaDump: use the MediaPlayer#setSurface method by Jamie Gennis · 13 years ago
- 3ced044 Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java) by Rajneesh Chowdury · 13 years ago
- c9b9cbc Use camcorder profiles for MediaRecorderStressTest by James Dong · 13 years ago
- c498ad6 Merge "Fix issue 5144429: CTS test fails for AudioEffects" by Eric Laurent · 13 years ago
- 09f1735 Fix issue 5144429: CTS test fails for AudioEffects by Eric Laurent · 13 years ago
- ef02abd Add Bluetooth SCO test app by Marco Nelissen · 13 years ago
- 55c1ad9 Replace the hard coded video recording properties with media profile. by Yu Shan Emily Lau · 13 years ago
- e3065f2 Merge "Fix for issue 5007510 AssertionFailed for MediaPropertiesTest#testPropertiesH263QCIF" by Rajneesh Chowdury · 13 years ago
- aea7d6c Fix for issue 5007510 AssertionFailed for MediaPropertiesTest#testPropertiesH263QCIF by Rajneesh Chowdury · 13 years ago
- 559bb79 Fix for issue 5007228 IllegalArgumentException when testing VideoEditorAPITest#testEffectKenBurn by Rajneesh Chowdury · 13 years ago
- 88f7194 Add a testcase to test PNG files support for KenBurn effect. by James Dong · 13 years ago
- 1e1b13e - Public part of the Metadata API. by Gloria Wang · 13 years ago
- c4fe54a Add new open source test contents. by Yu Shan Emily Lau · 13 years ago
- d1d17b1 Cleaned up the old test cases and test media files. by Yu Shan Emily Lau · 13 years ago
- fa22e62 Convert the video editor performance test suite output from float to int. by Yu Shan Emily Lau · 13 years ago
- ea0bad0 b/4452171 Dumping video playbacks to files. by Huahui Wu · 13 years ago
- d01ec6e Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 14 years ago
- 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 14 years ago
- 88a14dc am 6b49e9a8: am a450ef06: am ac390b8c: Merge "Fix for Media Server memory leak" into honeycomb-mr1 by shailendra · 14 years ago
- a450ef0 am ac390b8c: Merge "Fix for Media Server memory leak" into honeycomb-mr1 by shailendra · 14 years ago
- ac390b8 Merge "Fix for Media Server memory leak" into honeycomb-mr1 by shailendra · 14 years ago
- 2d06aee Fix for Media Server memory leak by shailendra · 14 years ago
- 35c654c am 8e0f2d71: am b819dcd4: am 8483073e: Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" into honeycomb-mr1 by shailendra · 14 years ago
- b819dcd am 8483073e: Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" into honeycomb-mr1 by shailendra · 14 years ago
- 8483073 Merge "Fix for testPropertiesWMVFile case failed with build HMI75B(4128259)" into honeycomb-mr1 by shailendra · 14 years ago
- 8b17346 am 5460bb3e: am 112852b5: am 02109972: Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1 by Yu Shan Emily Lau · 14 years ago
- 112852b am 02109972: Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1 by Yu Shan Emily Lau · 14 years ago
- 0210997 Merge "Add the mem logging into test utility. Bug# 4108259" into honeycomb-mr1 by Yu Shan Emily Lau · 14 years ago
- 602b328 Fix issue 3509396: AudioEffect.getParameter JAVA. by Eric Laurent · 14 years ago
- 75afb97 Add the mem logging into test utility. Bug# 4108259 by Yu Shan Emily Lau · 14 years ago
- 0e898b5 am e21bbd24: am a5eaf2ea: am 0d922ec9: Merge "Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)" into honeycomb-mr1 by shailendra · 14 years ago
- a5eaf2e am 0d922ec9: Merge "Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)" into honeycomb-mr1 by shailendra · 14 years ago
- d0c2813 Fix for testPropertiesWMVFile case failed with build HMI75B(4128259) by shailendra · 14 years ago
- c8b4efd Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235) by shailendra · 14 years ago
- f916a55 am 0af00ebc: am 797f5b0c: am fd5c1f7c: Merge "Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6" into ho by Yu Shan Emily Lau · 14 years ago
- 797f5b0 am fd5c1f7c: Merge "Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. Add the media test util for capturing the memory usage. Bug# 4108259 Change-Id: I751a622ff5dfbb1d563f63a2cbc9db71d194a0f6" into honeycomb-mr1 by Yu Shan Emily Lau · 14 years ago
- 9dab7847 Suppress the 1 hour video editor export test case which exceed the 5 mins large test limit. by Yu Shan Emily Lau · 14 years ago
- 3070af0 frameworks/base: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
- 76d41f5 am 206c62ed: am 2fdf829a: Merge "Remove unnecessary SkImageDecoder_libjpeg.cpp" by Kenny Root · 14 years ago
- 4c1ac4e Remove unnecessary SkImageDecoder_libjpeg.cpp by Chih-Wei Huang · 14 years ago
- c72eb91 Remove MtpClient class from framework and public API by Mike Lockwood · 14 years ago
- c2d68c9 Remove unnecessary SkImageDecoder_libjpeg.cpp by Chih-Wei Huang · 14 years ago
- c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 14 years ago
- e8be6a8 Merge "CameraBrowser: Add USB device filter meta-data for digital cameras" by Mike Lockwood · 14 years ago
- 0fd3c4a CameraBrowser: Add USB device filter meta-data for digital cameras by Mike Lockwood · 14 years ago
- 4fdc6eb Merge "Remove the hard coded media recorder test cases. Add the native heap dump catpure functionality." by Yu Shan Emily Lau · 14 years ago
- 62f755a Remove the hard coded media recorder test cases. by Yu Shan Emily Lau · 14 years ago
- 66d1691 Merge "VideoEditor: Issue:3396697: Update Perf and Stress test code" by Basavapatna Dattaguru · 14 years ago
- 0c6a518 VideoEditor: Issue:3396697: Update Perf and Stress test code by Basavapatna Dattaguru · 14 years ago
- b607b88 Merge "UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts" by Mike Lockwood · 14 years ago
- cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 14 years ago
- 188d00b UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts by Mike Lockwood · 14 years ago
- 3ed54d0 Merge "VideoEditor:IssueID:3396697: Added Performance test code" by Basavapatna Dattaguru · 14 years ago
- f1f9ff2 VideoEditor:IssueID:3396697: Added Performance test code by Basavapatna Dattaguru · 14 years ago
- c2b9eb8 VideoEditor:IssueID:3396697: Updated Preview Test code by Basavapatna Dattaguru · 14 years ago
- 414e153 Fixed the media playback report format. by Yu Shan Emily Lau · 14 years ago
- ce6ff2c Update the summary output format which match the PM data posting. by Yu Shan Emily Lau · 14 years ago
- 85305f0 Change the media player stress test to repor the total number of failure and the total number of info. by Yu Shan Emily Lau · 14 years ago
- 0554f32 VideoEditor:IssueID:3396697: Added Preview Test code by Basavapatna Dattaguru · 14 years ago
- 046dc1e Merge "VideoEditor: IssueID:3396697:Added TN,MP,Exp,API test codes" by Basavapatna Dattaguru · 14 years ago
- c0171d3 VideoEditor: IssueID:3396697:Added TN,MP,Exp,API test codes by Basavapatna Dattaguru · 14 years ago
- fc04c1d VideoEditor: Issue ID:3396697 Missing Files added by Basavapatna Dattaguru · 14 years ago
- bd508bd Add the open source test media contents. by Yu Shan Emily Lau · 14 years ago
- 4c030b5 Merge "Video Editor CTS Test Code: annotation suppress" by Basavapatna Dattaguru · 14 years ago
- 31d19c8 VideoEditor Test contents: Issue ID:3396697 by Basavapatna Dattaguru · 14 years ago
- 86e9e9b Video Editor CTS Test Code: annotation suppress by Basavapatna Dattaguru · 14 years ago