summaryrefslogtreecommitdiffstats
path: root/media/tests
Commit message (Expand)AuthorAgeFilesLines
* am 90982936: am 89378fd1: Merge "Revert "Video editor CTS: Framework modifica...Basavapatna Dattaguru2011-01-262-21/+4
|\
| * am 89378fd1: Merge "Revert "Video editor CTS: Framework modifications"" into ...Basavapatna Dattaguru2011-01-262-21/+4
| |\
| | * Revert "Video editor CTS: Framework modifications"Basavapatna Dattaguru2011-01-262-21/+4
* | | am 141a2adb: am 3b728ca7: Merge "Revert "Fixes Issue ID: 3396697"" into honey...Basavapatna Dattaguru2011-01-269-9594/+0
|\ \ \ | |/ /
| * | am 3b728ca7: Merge "Revert "Fixes Issue ID: 3396697"" into honeycombBasavapatna Dattaguru2011-01-269-9594/+0
| |\ \
| | * \ Merge "Revert "Fixes Issue ID: 3396697"" into honeycombBasavapatna Dattaguru2011-01-269-9594/+0
| | |\ \
| | | * | Revert "Fixes Issue ID: 3396697"Basavapatna Dattaguru2011-01-269-9594/+0
* | | | | am a33537c3: am 9af5da52: Merge "Video editor CTS: Framework modifications" i...Basavapatna Dattaguru2011-01-262-4/+21
|\ \ \ \ \ | |/ / / /
| * | | | am 9af5da52: Merge "Video editor CTS: Framework modifications" into honeycombBasavapatna Dattaguru2011-01-262-4/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge "Video editor CTS: Framework modifications" into honeycombBasavapatna Dattaguru2011-01-262-4/+21
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Video editor CTS: Framework modificationsBasavapatna Dattaguru2011-01-262-4/+21
* | | | am 55bf9bdb: am 643e8476: Merge "Fixes Issue ID: 3396697" into honeycombBasavapatna Dattaguru2011-01-269-0/+9594
|\ \ \ \ | |/ / /
| * | | am 643e8476: Merge "Fixes Issue ID: 3396697" into honeycombBasavapatna Dattaguru2011-01-269-0/+9594
| |\ \ \ | | |/ /
| | * | Fixes Issue ID: 3396697Basavapatna Dattaguru2011-01-269-0/+9594
| | |/
* | | CameraBrowser: new implementation based on new MTP host APIsMike Lockwood2011-01-2213-0/+1074
|/ /
* | am 068b41d5: Merge "Publish MediaMetadataRetriever.java as public API" into h...James Dong2011-01-122-9/+0
|\ \ | |/
| * Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-122-9/+0
* | am 5619da8d: am 2af4e71d: Merge "Fix the test application orientation. Bug# 3...Yu Shan Emily Lau2011-01-111-1/+2
|\ \ | |/ |/|
| * Fix the test application orientation. Bug# 3205196Yu Shan Emily Lau2011-01-041-1/+2
* | Remove CameraBrowser test appMike Lockwood2011-01-0612-950/+0
* | Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever...James Dong2011-01-041-5/+5
* | Move MTP Java classes to android.mtp.* package.Mike Lockwood2010-12-301-1/+1
* | CameraBrowser: Catch ActivityNotFoundException when attempting to display imp...Mike Lockwood2010-12-142-1/+7
* | Rename android.hardware.Usb to UsbManager and UsbObserver to UsbServiceMike Lockwood2010-12-092-4/+4
* | CameraBrowser: Give it ACCESS_USB permission, which is now required for PTPMike Lockwood2010-12-091-0/+2
* | Log the exception cause for better problem analysisJames Dong2010-12-061-1/+1
* | Merge "Suppress the unsupported camera recording size (ie QVGA and SQVGA)"Yu Shan Emily Lau2010-12-061-4/+4
|\ \
| * | Suppress the unsupported camera recording size (ie QVGA and SQVGA)Yu Shan Emily Lau2010-12-031-4/+4
* | | Replace MediaMetadataRetriever.captureFrame() with MediaMetadataRetriever.get...James Dong2010-12-032-9/+9
|/ /
* | Renable the captureFrame unit testsJames Dong2010-11-291-22/+11
* | Rename android.provider.Mtp to android.provider.PtpMike Lockwood2010-11-234-33/+33
* | Merge "Fixed MediaPlayer unit test issues"James Dong2010-11-197-12/+12
|\ \
| * | Fixed MediaPlayer unit test issuesJames Dong2010-11-197-12/+12
* | | CameraBrowser: temporarily move to system partitionMike Lockwood2010-11-191-1/+1
* | | CameraBrowser improvements:Mike Lockwood2010-11-197-73/+116
* | | Remove command line mtp host toolMike Lockwood2010-11-194-655/+0
* | | PTP: Improve performance and reliability of file importingMike Lockwood2010-11-193-96/+18
|/ /
* | 64-bit file size/offset support for media frameworkJames Dong2010-11-182-4/+4
* | Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-161-1/+0
* | Merge "Disable flaky streaming server check"James Dong2010-11-151-1/+1
|\ \
| * | Disable flaky streaming server checkJames Dong2010-11-131-1/+1
* | | Fix a typo in LOG_TAG for MediaPlayer unit testsJames Dong2010-11-141-1/+1
|/ /
* | Fix testWAVSeekToEnd() testcaseJames Dong2010-11-111-4/+2
* | am 751cc424: am 8b023a2e: Merge "Add the mediaplayer release in the test vali...Yu Shan Emily Lau2010-10-271-0/+1
|\ \ | |/
| * Add the mediaplayer release in the test validation. This is to ensure the med...Yu Shan Emily Lau2010-10-261-0/+1
* | Merge fb474872 from gingerbread-plus-aospJean-Baptiste Queru2010-10-181-1/+1
|\ \ | |/
| * Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-151-1/+1
* | am 83ed30e5: am ae0bb04a: Merge "Fix issue 3098850" into gingerbreadEric Laurent2010-10-161-0/+1
|\ \ | |/
| * Fix issue 3098850Eric Laurent2010-10-141-0/+1
* | am f358cecb: am 79a3981e: Fix Looper leaks in MediaRecorderStressTest.Jeff Brown2010-10-061-111/+89
|\ \ | |/