- 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
- 620a4240 Fix some bugs in the MediaProfileReader by James Dong · 14 years ago
- 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
- 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
- 70bd2f20 CameraBrowser: Requery the device list when MTP devices are added and removed. by Mike Lockwood · 14 years ago
- 147717c CameraBrowser: Support for deleting pictures. by Mike Lockwood · 14 years ago
- 99b3452 CameraBrowser: Display thumbnails for camera images. by Mike Lockwood · 14 years ago
- 0809c0e CameraBrowser: New test app for the MTP content provider. by Mike Lockwood · 14 years ago
- 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
- 48584d7 Added the runtime parameters for the mediarecorder stress test. by Yu Shan Emily Lau · 14 years ago
- f75e370 Fix issue 2622023 Clean up all hardcoded '/sdcard' in camera related codes. by Ray Chen · 15 years ago
- 42349d0 Remove the checkStremingServer checking as it is unstable and introduce the flakiness. by Yu Shan Emily Lau · 15 years ago
- 97a9c6a Don't check whether a specific named activity supports mp3 playback, by Marco Nelissen · 15 years ago
- e11bafe Add the test template for the media audio manager test. by Yu Shan Emily Lau · 15 years ago
- 59411b3 Fix testCameraPreviewMemoryUsage test. by Wu-cheng Li · 15 years ago
- 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
- 454f69c Don't stop a test case when the test case failed for some of the sample files. by James Dong · 15 years ago
- 1cffa44 Inserted a 1.5s wait time between the camera release and new camrea. by Yu Shan Emily Lau · 15 years ago
- 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
- d3d9b85 Merge "Update the new activity name." by Yu Shan Emily Lau · 15 years ago
- 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 15 years ago
- 806cdd8 Update the new activity name. by Yu Shan Emily Lau · 15 years ago
- a6f9e38 Modified the expected metadata result as the behavior of Stagefright. by Yu Shan Emily Lau · 15 years ago
- 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 15 years ago
- 945a9df add optional preftable to image codecs, for more control over the resulting bitmap config by Mike Reed · 15 years ago
- 30a1390 Added the Camera Preveiw memory test which can help to isolate the memory leak issue. by Yu Shan Emily Lau · 15 years ago
- 1b7babd Use Java API from xml configuration in the test application by James Dong · 15 years ago
- 6201440 Increase the sleep time to fix testTakePicture. by Wu-cheng Li · 15 years ago
- f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 15 years ago
- 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
- 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
- 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
- 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
- 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
- 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
- 474a97a Add missing libjpeg in linker option. Currently this library is used by the by Doug Kwan · 15 years ago
- 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
- f66de3c Fix typo: test -> tests in makefile tags by Jean-Baptiste Queru · 15 years ago
- 1905530 Replace sine with organ for some SoundPool tests. by Dave Sparks · 15 years ago
- d94466c Add SoundPool test by Dave Sparks · 15 years ago
- 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
- 987dbde Fix full stagefright build in master, various warnings/errors in omx_jpeg_decoder by Andreas Huber · 15 years ago
- e204b9f am a3d15d3b: am 8e6d79e2: am 8445f367: Merge change Ibb9b1de1 into eclair by Yu Shan Emily Lau · 15 years ago
- 8e6d79e am 8445f367: Merge change Ibb9b1de1 into eclair by Yu Shan Emily Lau · 15 years ago
- 30daf09 1) Capture the start memory before the test started by Yu Shan Emily Lau · 15 years ago
- b355012 Fix the broken build of omxjpegdecoder: http://b/2299035. by Wei-Ta Chen · 15 years ago
- ea1862b am c6bb089d: am 507322ca: am 9ed314ce: Merge change Ib3191441 into eclair by Yu Shan Emily Lau · 15 years ago
- 507322c am 9ed314ce: Merge change Ib3191441 into eclair by Yu Shan Emily Lau · 15 years ago
- b1ce51f Add the checking for mediaplayer stress test. by Yu Shan Emily Lau · 15 years ago
- 5cfcedc am 28b0e311: am 9d7e75eb: am bf964e6a: Merge change Ic060d86f into eclair by Gloria Wang · 15 years ago
- 9d7e75e am bf964e6a: Merge change Ic060d86f into eclair by Gloria Wang · 15 years ago
- c060d86 Check whether test server is up before running tests which use streaming files. by Gloria Wang · 15 years ago
- b09c8ba am 421a32fb: am 99588d59: am 1e495da1: Merge change I4b03c2cd into eclair by James Dong · 15 years ago
- 99588d5 am 1e495da1: Merge change I4b03c2cd into eclair by James Dong · 15 years ago
- b1c85ec Add windows media support check in MediaMetadataTest.java and MediaPlayerApiTest.java by James Dong · 15 years ago
- ffca760 am 76370140: am 9d4dcf28: am f67eff17: Merge change Ib0036762 into eclair by James Dong · 15 years ago
- a98c567 am 64e648fd: am b580d53e: am 774d956d: Merge change Ic8c7ca7b into eclair by Brett Chabot · 15 years ago
- 9d4dcf2 am f67eff17: Merge change Ib0036762 into eclair by James Dong · 15 years ago
- f67eff1 Merge change Ib0036762 into eclair by Android (Google) Code Review · 15 years ago
- d6af2e0 Merge change I43a335c3 into eclair by Android (Google) Code Review · 15 years ago
- 38b03a7 Add windows media support check in MediaMetadataRetrieverTest bug 2232274 by James Dong · 15 years ago
- 43a335c Suppress takePicture test from continuous DO NOT MERGE. by Brett Chabot · 15 years ago
- c8c7ca7 Remove testCheckMediaPlaybackHandlesApplicationItunes from continuous. by Brett Chabot · 15 years ago
- 79e56a2 am f97dec83: am 42ea8dc7: am adf4b4f5: Merge change I96458368 into eclair by Yu Shan Emily Lau · 15 years ago
- 13b9371 Fixed the H263 video duation which caused the incorrect video validation. by Yu Shan Emily Lau · 15 years ago
- c2f945c am c3d8f16a: am 720ac1d4: am da2ecbeb: Merge change Idcaa1ef8 into eclair by Yu Shan Emily Lau · 15 years ago
- 9991013 1) Add 10 seconds wait time before collecting the end memory. by Yu Shan Emily Lau · 15 years ago
- f2496dc am f1fa1eac: am edd942c2: Merge change I55a6ac8c into eclair by Yu Shan Emily Lau · 15 years ago
- 55a6ac8 Fixed the long recorder time and reduce the number of loops. by Yu Shan Emily Lau · 15 years ago
- d4a9711 am 9365c8fa: am 99638e74: Merge change 27466 into eclair by James Dong · 15 years ago
- 525ad18 Turn on thubmnail capture unit test for media metadata retriever by James Dong · 15 years ago
- 0a63934 am 20f8fcd9: am 7756cbee: Merge change 27073 into eclair by Yu Shan Emily Lau · 15 years ago
- 34831c9 Removed the device type checking by Yu Shan Emily Lau · 15 years ago
- f5171c1 am 384350e8: am 3f790d87: Merge change 27011 into eclair by Yu Shan Emily Lau · 15 years ago
- 50ee157 am 99c156cd: am 7d0bdfaf: Merge change 26948 into eclair by Yu Shan Emily Lau · 15 years ago
- a56e653 Added the checking for the wma in the memory test. by Yu Shan Emily Lau · 15 years ago
- 5b0b63b Suppress the testPing as we moved the release test target to the userdebug. This test rely on a mock_media_player.so which build under the eng build by Yu Shan Emily Lau · 15 years ago
- f97eb8f am 5653e41e: am 008fc5d1: Merge change 26332 into eclair by Yu Shan Emily Lau · 15 years ago
- dc1af5b 1) Add the wma / wmv profile reader. by Yu Shan Emily Lau · 15 years ago
- f7e8872 am 58c24345: am 92b27daf: Merge change 25858 into eclair by Yu Shan Emily Lau · 15 years ago
- ac11ffa am 5813b309: am e785d180: Merge change 25826 into eclair by Yu Shan Emily Lau · 15 years ago
- 17d7ea4 There is a know issue in PV regarding the video size return. Need to put a 1 second sleep before we get the video dimension by Yu Shan Emily Lau · 15 years ago
- 9d7b2fa Suppressed the invalidFrameRate as the framework is not throwing the IOException anymore. by Yu Shan Emily Lau · 15 years ago
- baf71a6 am 667bc1e8: am b39dcb79: Merge change 25722 into eclair by Yu Shan Emily Lau · 15 years ago
- bc95d66 Modified the validation to use singal media player instance. by Yu Shan Emily Lau · 15 years ago
- dd74c01 am 64ea3d3f: am 56af9e9f: Merge change 25452 into eclair by Yu Shan Emily Lau · 15 years ago
- 56af9e9 Merge change 25452 into eclair by Android (Google) Code Review · 15 years ago
- 182d75e am 00e6beb6: am c82e65ae: Merge change 25228 into eclair by Yu Shan Emily Lau · 15 years ago
- 3aea463 am 036033fc: am 610e3595: modified: MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java Fixed the meta data duration by Yu Shan Emily Lau · 15 years ago
- 46a01f6 am 44934f30: am 4d445d68: Merge change 24955 into eclair by Yu Shan Emily Lau · 15 years ago
- 208ad8e Modified the new stream video url. by Yu Shan Emily Lau · 15 years ago
- b88ce51 Merge change 24674 by Android (Google) Code Review · 15 years ago
- 20a6b95 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaRecorderStressTest.java by Yu Shan Emily Lau · 15 years ago
- 610e359 modified: MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java by Yu Shan Emily Lau · 15 years ago
- 4b6f494 Implement OmxJpegImageDecoder. by Wei-Ta Chen · 15 years ago
- 1619367 new file: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java by Yu Shan Emily Lau · 15 years ago
- 147a0c2 modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java by Yu Shan Emily Lau · 15 years ago
- bde54df modified: tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaNames.java by Yu Shan Emily Lau · 15 years ago
- 52d6245 Merge change 22995 into eclair by Android (Google) Code Review · 15 years ago
- d3b0d64 modified: res/layout/surface_view.xml by Yu Shan Emily Lau · 15 years ago