summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 3408285 Crash while generating KenBurnsDharmaray Kundargi2011-02-021-37/+188
* Fix issue 3414805 Crash during Overlay editing. JNI fixes.Dharmaray Kundargi2011-02-011-3/+9
* Merge "Fix for issue 3404671 Crash when exporting movie in JNI" into honeycombDheeraj Sharma2011-01-301-7/+8
|\
| * Fix for issue 3404671 Crash when exporting movie in JNIDheeraj Sharma2011-01-291-7/+8
* | Merging the same files on top of tree.Dharmaray Kundargi2011-01-304-8/+18
* | Fix for issue 3400229 Pan and Zoom effect is not accurate in JAVA and JNIDheeraj Sharma2011-01-301-2/+2
|/
* Fix for Issue 3370836 : JNI files for Overlay optmization.Dharmaray Kundargi2011-01-263-23/+142
* Merge "VideoEditor:Fix for 3369908" into honeycombDheeraj Sharma2011-01-251-0/+1
|\
| * VideoEditor:Fix for 3369908Dheeraj Sharma2011-01-231-0/+1
* | Merge "MTP: Fix race conditions in MtpServer JNI code" into honeycombMike Lockwood2011-01-251-69/+41
|\ \
| * | MTP: Fix race conditions in MtpServer JNI codeMike Lockwood2011-01-251-69/+41
* | | Merge "Video Editor:Fix for 3375632" into honeycombDheeraj Sharma2011-01-251-1/+1
|\ \ \ | |/ / |/| |
| * | Video Editor:Fix for 3375632Dheeraj Sharma2011-01-231-1/+1
| |/
* | Issue no : 3370622Dheeraj Sharma2011-01-241-74/+8
* | VideoEditor:Clear Surface API additionDheeraj Sharma2011-01-231-1/+136
|/
* Merge "Remove MTP related log spam" into honeycombMike Lockwood2011-01-222-21/+0
|\
| * Remove MTP related log spamMike Lockwood2011-01-212-21/+0
* | Remove dead code referencing an obsolete interface.Carl Shapiro2011-01-211-17/+0
* | Perform orthogonal rotations without using a Skia canvas.Carl Shapiro2011-01-211-17/+72
|/
* Merge "remove eng developement local tags in make file" into honeycombDharmaray Kundargi2011-01-191-1/+1
|\
| * remove eng developement local tags in make fileDharmaray Kundargi2011-01-191-1/+1
* | Turn error/exception logging on at the native layerJames Dong2011-01-192-11/+10
* | MTP: Close and reopen driver file after an error.Mike Lockwood2011-01-191-15/+16
* | MTP: Fix problem with MTP starting up on the first try.Mike Lockwood2011-01-181-5/+21
|/
* Merge "Fix the build break in git_master-without-vendor" into honeycombJames Dong2011-01-181-3/+1
|\
| * Fix the build break in git_master-without-vendorDharmaray Kundargi2011-01-181-3/+1
* | MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-181-4/+3
|/
* videoeditor JNI files on honeycombDharmaray Kundargi2011-01-1616-0/+10645
* Remove legacy code that should not be usedJames Dong2011-01-121-86/+1
* Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-121-12/+0
* Fix issue 3261656.Eric Laurent2011-01-073-121/+198
* Remove support for obsolete PTP content providerMike Lockwood2011-01-064-404/+0
* Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever...James Dong2011-01-041-5/+10
* Move MTP Java classes to android.mtp.* package.Mike Lockwood2010-12-306-87/+87
* Change libusbhost and libmtp from static to shared librariesMike Lockwood2010-12-291-9/+7
* Avoid using private Bitmap constructor to generate bitmapsJames Dong2010-12-221-7/+97
* MediaScanner: Add support for scanning empty directoriesMike Lockwood2010-12-161-3/+5
* Fix media metadata retriever JNI due to a change to the private native Bitmap...James Dong2010-12-141-2/+2
* MTP: Create files/folders with group media_rw instead of sdcard_rwMike Lockwood2010-12-131-1/+1
* MTP: Add support for reserve storage setting to avoid low storage situations.Mike Lockwood2010-12-121-5/+10
* MTP: Check for null string before calling GetStringUTFChars() in MtpDatabase JNIMike Lockwood2010-12-111-1/+1
* MTP: Improve argument checking in SendObjectInfoMike Lockwood2010-12-081-6/+9
* MTP: pass format back as default value in GetObjectPropDesc for format propertyMike Lockwood2010-12-071-0/+3
* MTP: Implement MTP_DEVICE_PROPERTY_IMAGE_SIZE device property.Mike Lockwood2010-12-071-10/+15
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-031-20/+6
* MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood2010-12-021-12/+19
* MTP: Use DateTime form in GetObjectPropDesc for date/time properties.Mike Lockwood2010-11-231-3/+6
* Rename MtpCursor to PtpCursorMike Lockwood2010-11-231-4/+4
* Rename MtpClient and MtpCursor to PtpClient and PtpCursorMike Lockwood2010-11-234-49/+49
* Merge "Fix issue 3157123."Eric Laurent2010-11-191-1/+0
|\