Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update from API review. | Dianne Hackborn | 2009-09-30 | 1 | -1/+1 |
* | Merge change Id60fa26a into eclair | Android (Google) Code Review | 2009-10-01 | 2 | -35/+175 |
|\ | |||||
| * | Fix issue 2152541 thumbnail images stretched. | Ray Chen | 2009-09-30 | 2 | -35/+175 |
* | | Fix Issue 2158631: AudioService: volume control sometimes not restored after ... | Eric Laurent | 2009-09-30 | 1 | -5/+8 |
|/ | |||||
* | Merge change I999f1aeb into eclair | Android (Google) Code Review | 2009-09-30 | 1 | -1/+1 |
|\ | |||||
| * | Remove audio latency fudge factor 96 msec. | Jianhong Jiang | 2009-09-29 | 1 | -1/+1 |
* | | Merge change I55a6ac8c into eclair | Android (Google) Code Review | 2009-09-30 | 2 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Fixed the long recorder time and reduce the number of loops. | Yu Shan Emily Lau | 2009-09-29 | 2 | -4/+4 |
* | | Merge change If5722b3f into eclair | Android (Google) Code Review | 2009-09-29 | 1 | -1/+3 |
|\ \ | |||||
| * | | Dont NPE if the thumbnail file cannot be opened. | Chih-Chung Chang | 2009-09-29 | 1 | -1/+3 |
| |/ | |||||
* | | Merge change I19f2928b into eclair | Android (Google) Code Review | 2009-09-29 | 2 | -6/+23 |
|\ \ | |/ |/| | |||||
| * | Fix issue 2141503: Keyclick sound doesn't honor volume settings. | Eric Laurent | 2009-09-29 | 2 | -6/+23 |
* | | Merge change Idd16976f into eclair | Android (Google) Code Review | 2009-09-29 | 2 | -24/+27 |
|\ \ | |||||
| * | | Fix some metadata retriever issues: | James Dong | 2009-09-29 | 2 | -24/+27 |
| |/ | |||||
* | | Unify Java NIO to read/write MiniThumbFile. | Ray Chen | 2009-09-29 | 1 | -37/+33 |
|/ | |||||
* | Merge change 27466 into eclair | Android (Google) Code Review | 2009-09-28 | 1 | -3/+2 |
|\ | |||||
| * | Turn on thubmnail capture unit test for media metadata retriever | James Dong | 2009-09-28 | 1 | -3/+2 |
* | | Merge change 27449 into eclair | Android (Google) Code Review | 2009-09-28 | 1 | -0/+7 |
|\ \ | |/ |/| | |||||
| * | Always consider m4a files as audio, even when they contain a video track. | Marco Nelissen | 2009-09-28 | 1 | -0/+7 |
* | | Merge change 27318 into eclair | Android (Google) Code Review | 2009-09-27 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Check that playlist entries refer to a row in the audio table. | Marco Nelissen | 2009-09-27 | 1 | -1/+2 |
* | | Remove fflush when storing thumbanil to sdcard. | Ray Chen | 2009-09-27 | 1 | -1/+0 |
* | | Merge change 27271 into eclair | Android (Google) Code Review | 2009-09-27 | 1 | -3/+8 |
|\ \ | |/ | |||||
| * | Only scan windows media files when those codecs are enabled. | Marco Nelissen | 2009-09-27 | 1 | -3/+8 |
* | | Merge change 27073 into eclair | Android (Google) Code Review | 2009-09-25 | 2 | -36/+39 |
|\ \ | |/ |/| | |||||
| * | Removed the device type checking | Yu Shan Emily Lau | 2009-09-25 | 2 | -36/+39 |
* | | Merge change 26881 into eclair | Android (Google) Code Review | 2009-09-25 | 1 | -8/+19 |
|\ \ | |||||
| * | | Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes ... | Eric Laurent | 2009-09-24 | 1 | -8/+19 |
* | | | Merge change 27011 into eclair | Android (Google) Code Review | 2009-09-25 | 1 | -15/+17 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Added the checking for the wma in the memory test. | Yu Shan Emily Lau | 2009-09-25 | 1 | -15/+17 |
* | | Fix issue 2128896 The thumbnail generated after picture capture with max zoom... | Ray Chen | 2009-09-24 | 1 | -1/+1 |
* | | Merge change 26948 into eclair | Android (Google) Code Review | 2009-09-24 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Suppress the testPing as we moved the release test target to the userdebug. T... | Yu Shan Emily Lau | 2009-09-24 | 1 | -0/+1 |
* | | Fix broken build. | Dianne Hackborn | 2009-09-23 | 1 | -2/+2 |
* | | Add new thumbnail API. | Ray Chen | 2009-09-23 | 3 | -0/+683 |
|/ | |||||
* | Merge change 26332 into eclair | Android (Google) Code Review | 2009-09-22 | 3 | -18/+71 |
|\ | |||||
| * | 1) Add the wma / wmv profile reader. | Yu Shan Emily Lau | 2009-09-22 | 3 | -18/+71 |
* | | Make media scanner read the jpeg orientation tag. | Chih-Chung Chang | 2009-09-22 | 1 | -0/+22 |
|/ | |||||
* | Merge change 25858 into eclair | Android (Google) Code Review | 2009-09-18 | 1 | -1/+2 |
|\ | |||||
| * | There is a know issue in PV regarding the video size return. Need to put a 1 ... | Yu Shan Emily Lau | 2009-09-18 | 1 | -1/+2 |
* | | Merge change 25826 into eclair | Android (Google) Code Review | 2009-09-18 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Suppressed the invalidFrameRate as the framework is not throwing the IOExcept... | Yu Shan Emily Lau | 2009-09-18 | 1 | -0/+1 |
* | | Improve ExifInterface API. | Chih-Chung Chang | 2009-09-18 | 2 | -94/+40 |
|/ | |||||
* | Modified the validation to use singal media player instance. | Yu Shan Emily Lau | 2009-09-17 | 1 | -5/+6 |
* | Merge change 25452 into eclair | Android (Google) Code Review | 2009-09-18 | 1 | -6/+6 |
|\ | |||||
| * | Modified the new stream video url. | Yu Shan Emily Lau | 2009-09-16 | 1 | -6/+6 |
* | | Merge change 25528 into eclair | Android (Google) Code Review | 2009-09-17 | 1 | -0/+7 |
|\ \ | |||||
| * | | Another stagefright test-case and ignore end-of-stream notifications while we... | Andreas Huber | 2009-09-17 | 1 | -0/+7 |
| |/ | |||||
* | | Merge change 25228 into eclair | Android (Google) Code Review | 2009-09-16 | 1 | -33/+163 |
|\ \ | |/ |/| | |||||
| * | modified: MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Med... | Yu Shan Emily Lau | 2009-09-15 | 1 | -33/+163 |