Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Video Editor:Fix for 3375632" into honeycomb | Dheeraj Sharma | 2011-01-25 | 1 | -1/+1 |
|\ | |||||
| * | Video Editor:Fix for 3375632 | Dheeraj Sharma | 2011-01-23 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I354b8b653ea0ccddda49a6e530ad63b5bd44a5b2 | ||||
* | | Issue no : 3370622 | Dheeraj Sharma | 2011-01-24 | 3 | -84/+12 |
| | | | | | | | | | | | | VideoEditor: Fix for Clear Surface API Change-Id: I8d4ad90dd2a0d37bd5363c36582a16f08b161bee | ||||
* | | Merge "Review rework on Patch Set 2 for issue 3372849" into honeycomb | Santosh Madhava | 2011-01-24 | 2 | -11/+85 |
|\ \ | |||||
| * | | Review rework on Patch Set 2 for issue 3372849 | Santosh Madhava | 2011-01-24 | 2 | -11/+85 |
| | | | | | | | | | | | | Change-Id: I3c077f3318e44035e8ea6eb160d0024e77aaa710 | ||||
* | | | Merge "Improved conversion accuracy of exif geotag data" into honeycomb | Wu-cheng Li | 2011-01-24 | 1 | -13/+19 |
|\ \ \ | |||||
| * | | | Improved conversion accuracy of exif geotag data | Oscar Rydhe | 2011-01-24 | 1 | -13/+19 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Changed degrees and minutes of geotag data into double to avoid data loss during cast. Also improved error handling if geotag data can't be parsed. bug:3381761 Change-Id: I864843c7fc699fe81e6acba801fe46d10a01925b | ||||
* | | | Reduce the JNI native method visibility | James Dong | 2011-01-24 | 1 | -10/+9 |
| |/ |/| | | | | | | | | | bug -3385135 Change-Id: I568b53d2279622b44ca5b8a23a8691ca3395f9a5 | ||||
* | | Merge "Support non-multiple-of-16 dimensions in MPEG4/H.263 software ↵ | Andreas Huber | 2011-01-24 | 3 | -8/+24 |
|\ \ | | | | | | | | | | decoder" into honeycomb | ||||
| * | | Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder | Andreas Huber | 2011-01-24 | 3 | -8/+24 |
| | | | | | | | | | | | | | | | Change-Id: Ia22ebce66d9c35de4b04c3eedc9495847796901d related-to-bug: 3384367 | ||||
* | | | The .mkv parser lib leaves some tracks NULL if it doesn't support them. | Andreas Huber | 2011-01-24 | 1 | -0/+6 |
|/ / | | | | | | | | | | | | | But it still counts them as valid tracks... Change-Id: I77e8fd24cce91a586e8e418759db55b6eba449c0 related-to-bug: 3377186 | ||||
* | | Merge "Make AwesomePlayer's reset process more verbose to track down ANRs ↵ | Andreas Huber | 2011-01-24 | 1 | -0/+13 |
|\ \ | | | | | | | | | | (again)" into honeycomb | ||||
| * | | Make AwesomePlayer's reset process more verbose to track down ANRs (again) | Andreas Huber | 2011-01-24 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | Change-Id: I0d66994cc4295fd5ceeaaf151ce913ed0dd995f9 related-to-bug: 3362836 | ||||
* | | | Resubmit of 'Fix for isssue 3369932 : stopPreview returns 0' | Santosh Madhava | 2011-01-24 | 1 | -1/+3 |
|/ / | | | | | | | Change-Id: Id2e4598f29191c506ab99a112bd7743f6a794cd6 | ||||
* | | VideoEditor:Clear Surface API addition | Dheeraj Sharma | 2011-01-23 | 4 | -2/+180 |
|/ | | | | Change-Id: I824c4a9d7f0a11ad60f8045eccc8b6139b66af22 | ||||
* | Merge "Remove MTP related log spam" into honeycomb | Mike Lockwood | 2011-01-22 | 6 | -64/+17 |
|\ | |||||
| * | Remove MTP related log spam | Mike Lockwood | 2011-01-21 | 6 | -64/+17 |
| | | | | | | | | | | Change-Id: I9de1792cbeec07fa5ab42ff9a10813f0c3d30fc1 Signed-off-by: Mike Lockwood <lockwood@android.com> | ||||
* | | Remove dead code referencing an obsolete interface. | Carl Shapiro | 2011-01-21 | 1 | -17/+0 |
| | | | | | | | | | | | | Bug: 3378919 Change-Id: I780d98492ea7996187e3d97fcae7748f7ee68e91 | ||||
* | | Merge "Perform orthogonal rotations without using a Skia canvas." into honeycomb | Carl Shapiro | 2011-01-21 | 1 | -17/+72 |
|\ \ | |||||
| * | | Perform orthogonal rotations without using a Skia canvas. | Carl Shapiro | 2011-01-21 | 1 | -17/+72 |
| | | | | | | | | | | | | | | | | | | Bug: 3371653 Change-Id: I315f671c0016f61417ff7c2a98d2c96f6b243bdf | ||||
* | | | Revert "Make AwesomePlayer's reset process more verbose to track down ANRs." | Carl Shapiro | 2011-01-21 | 1 | -13/+0 |
|/ / | | | | | | | | | | | | | This reverts commit 90c656574175bd54ed8d258f406f158177e5e91c. Bug: 3378444 Change-Id: Id845bc0bc213f18c73fec12e6a2084cb2075c2d9 | ||||
* | | Properly rotate video that's marked as such and decoded to a surface. | Andreas Huber | 2011-01-21 | 1 | -0/+32 |
| | | | | | | | | | | Change-Id: I1e9144db3447e58c99aac3f47702ad471678789c related-to-bug: 3378148 | ||||
* | | Some tweaks to HTTP live / nuplayer behaviour | Andreas Huber | 2011-01-21 | 4 | -19/+96 |
|/ | | | | | | | | | | - play audio-only streams again - workaround for malformed streams that switch PIDs across bandwidths - attempt to pick a different bandwidth stream if the previously chosen one appears to be malformed/unsupported. Change-Id: I426d0a40dc725aa242f619d4c9d048b69aca55c9 related-to-bug: 2368598 | ||||
* | Merge "Fix for issue 3370052 : Export progress percentage is incorrect" into ↵ | Santosh Madhava | 2011-01-20 | 1 | -3/+4 |
|\ | | | | | | | honeycomb | ||||
| * | Fix for issue 3370052 : Export progress percentage is incorrect | Santosh Madhava | 2011-01-20 | 1 | -3/+4 |
| | | | | | | | | Change-Id: If1a39ab4c34e44b84dc6ada7b4d7b634ac347099 | ||||
* | | Merge "Fix for PR 3369866 : Project thumbnail should have the same aspect ↵ | Santosh Madhava | 2011-01-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | ratio" into honeycomb | ||||
| * | Fix for PR 3369866 : Project thumbnail should have the same aspect ratio | Santosh Madhava | 2011-01-20 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I028f0c74f71c8b5497a6c904b93a3f09dde559e0 | ||||
* | | Implement missing pause/resume support for NuPlayer. | Andreas Huber | 2011-01-20 | 4 | -5/+85 |
|/ | | | | | Change-Id: Ia3f1ce521dd4b70e134ef03aa7c9db8e8d39a134 related-to-bug: 2368598 | ||||
* | Merge "Eliminate recording sound by starting the video track before audio ↵ | James Dong | 2011-01-20 | 1 | -6/+9 |
|\ | | | | | | | track." into honeycomb | ||||
| * | Eliminate recording sound by starting the video track before audio track. | James Dong | 2011-01-20 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | Due to the variable delays in the system, the recording sound can still be heard if the audio track is started early. This happens even after we suppress a relative long period of initial audio for a recording session. By starting the video track before the audio track, we effectively play the recording sound earlier. bug - 3371141 Change-Id: I2cccf77eae953d96827fc080c618b1d962445c26 | ||||
* | | Merge "Prefill the cache before trying to instantiate the media extractor." ↵ | Andreas Huber | 2011-01-19 | 2 | -3/+32 |
|\ \ | |/ |/| | | | into honeycomb | ||||
| * | Prefill the cache before trying to instantiate the media extractor. | Andreas Huber | 2011-01-19 | 2 | -3/+32 |
| | | | | | | | | | | | | | | | | | | The latter is an operation that otherwise could block on the datasource for a significant amount of time. During that time we'd be unable to abort the preparation phase without this prefill. Change-Id: Ia42496d88a11314386ea8797d665bf4e94871e30 related-to-bug: 3362836 | ||||
* | | Bug fix: 368813 Transition is regenerated when overlay duration changes ↵ | Gil Dobjanschi | 2011-01-19 | 2 | -91/+137 |
| | | | | | | | | | | | | outside the transition Change-Id: I8217e7fe00392455427e117dc54c3461301f95c5 | ||||
* | | Merge "remove eng developement local tags in make file" into honeycomb | Dharmaray Kundargi | 2011-01-19 | 1 | -1/+1 |
|\ \ | |||||
| * | | remove eng developement local tags in make file | Dharmaray Kundargi | 2011-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Change-Id: I24511cd588c19592bce57e36ccadbf1fb4d44647 | ||||
* | | | Merge "Logging the duration range from different media tracks for recording" ↵ | James Dong | 2011-01-19 | 1 | -0/+9 |
|\ \ \ | |_|/ |/| | | | | | into honeycomb | ||||
| * | | Logging the duration range from different media tracks for recording | James Dong | 2011-01-19 | 1 | -0/+9 |
| | | | | | | | | | | | | Change-Id: I8c3edcf97ce35301f8645e4a1e232d9bfc2c0349 | ||||
* | | | Merge "Always revert to the previous bandwidth if the required sequence ↵ | Andreas Huber | 2011-01-19 | 1 | -2/+1 |
|\ \ \ | |/ / |/| | | | | | number cannot be found" into honeycomb | ||||
| * | | Always revert to the previous bandwidth if the required sequence number ↵ | Andreas Huber | 2011-01-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | cannot be found Change-Id: I098dba37f4a70fc703c9ce65346907c3e10f27f6 | ||||
* | | | Turn error/exception logging on at the native layer | James Dong | 2011-01-19 | 2 | -11/+10 |
|/ / | | | | | | | | | | | o also fixed some compilation warnings Change-Id: I66fc1f9972e9fb4b9a25ff3e5835d744d6c71455 | ||||
* | | Return a runtime error if decryption fails instead of asserting. | Andreas Huber | 2011-01-19 | 1 | -2/+8 |
| | | | | | | | | Change-Id: Ibab7f2cae3ff7a2e19bc3f31005d5059775a664a | ||||
* | | Merge "Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG ↵ | Andreas Huber | 2011-01-19 | 1 | -58/+20 |
|\ \ | | | | | | | | | | requests." into honeycomb | ||||
| * | | Make parameter blocks read/writable even for SET_PARAMETER/SET_CONFIG requests. | Andreas Huber | 2011-01-19 | 1 | -58/+20 |
| | | | | | | | | | | | | | | | | | | Refactor the logic a little. Change-Id: Idd7a26678d846c96b0b11f096305e7467381bda3 | ||||
* | | | Merge "Expose average video frame rate via MPEG4Extractor" into honeycomb | James Dong | 2011-01-19 | 1 | -1/+16 |
|\ \ \ | |||||
| * | | | Expose average video frame rate via MPEG4Extractor | James Dong | 2011-01-19 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | bug - 3362483 Change-Id: Ifcbb75c1e8b80cb06c4b8fe7f5ff99bc6f18af69 | ||||
* | | | | Merge "MTP: Close and reopen driver file after an error." into honeycomb | Mike Lockwood | 2011-01-19 | 1 | -15/+16 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | MTP: Close and reopen driver file after an error. | Mike Lockwood | 2011-01-19 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 3368665 Change-Id: Ib1580c0e98a4d192aa0c213406fd3bafae597ec0 Signed-off-by: Mike Lockwood <lockwood@android.com> | ||||
* | | | | Merge "Fix the presentation video resolution when it is different from the ↵ | James Dong | 2011-01-19 | 3 | -2/+29 |
|\ \ \ \ | |_|/ / |/| | | | | | | | actual image resolution of the video." into honeycomb | ||||
| * | | | Fix the presentation video resolution when it is different from the actual ↵ | James Dong | 2011-01-19 | 3 | -2/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | image resolution of the video. bug - 3352413 Change-Id: I8f08f3896e9fb90f09119dccdb88b82af60f79f2 | ||||
* | | | | Turn another assertion into a runtime error. Damn you surfaces. | Andreas Huber | 2011-01-19 | 1 | -1/+5 |
|/ / / | | | | | | | | | | | | | Change-Id: Ib62957180949293a6fb84bb5a40af058798337ab related-to-bug: 3335220 |