summaryrefslogtreecommitdiff
path: root/media/jni/android_media_MediaMetadataRetriever.cpp
AgeCommit message (Expand)Author
2020-06-24Update to use nativehelper/JNIPlatformHelp.hOrion Hodson
2020-01-15MediaMetadataRetriever: parse genre tagsMarco Nelissen
2019-11-06Update MediaMetadateRetriever to use android graphic's C APIs.Derek Sollenberger
2019-10-08Add BitmapParams option to getFrameAtTime/getScaledFrameAtTimeChong Zhang
2019-09-13Improve visibility of IMemory security risksYtai Ben-Tsvi
2019-07-12Retrieve one frame at a time sequentiallyChong Zhang
2019-02-22Extract android_media_Utils.cpp as a libJooyung Han
2018-04-12Use heif embedded thumbnail if availableChong Zhang
2018-03-15heif: address api review commentsChong Zhang
2018-03-12heif: add option for specifying bitmap pixel formatChong Zhang
2018-01-10Clean up MediaMetadataRetriever useMarco Nelissen
2017-10-30heif: support heif image sequence and dual-function filesChong Zhang
2017-07-27media: Add scaled video thumbnail extractor api.Hangyu Kuang
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5...Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2017-04-18bitmaps and pixelrefs no longer need lock/unlockMike Reed
2015-09-24resolved conflicts for a884d81e to stage-aosp-masterElliott Hughes
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2015-04-30Change how Java Bitmaps are accessed in a few placesJohn Reck
2015-04-20Merge "Revert "Change how Java Bitmaps are accessed in a few places""John Reck
2015-04-20Revert "Change how Java Bitmaps are accessed in a few places"John Reck
2015-04-15Unhide the android.media.[Media]DataSource interface.Chris Watkins
2015-04-13Change how Java Bitmaps are accessed in a few placesJohn Reck
2015-03-05Cleanup Bitmap JNI attempt #2John Reck
2015-03-05Revert "Cleanup Bitmap JNI"Chad Jones
2015-03-05Cleanup Bitmap JNIJohn Reck
2014-12-11am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit...Chih-hung Hsieh
2014-12-05Adjust format strings to work on both 32-bit and 64-bit buildsBernhard Rosenkränzer
2014-11-11am cba06c22: resolved conflicts for merge of 6957369d to lmp-mr1-dev-plus-aospAndreas Gampe
2014-11-10Frameworks/base: Wall Werror in media/jniAndreas Gampe
2014-08-14SkBitmap::Config is deprecatedMike Reed
2014-06-12am b9525871: am 8525fe8d: am 1a3908e9: Merge "Switch to a type-safe album art...Elliott Hughes
2014-06-11Switch to a type-safe album art interface.Elliott Hughes
2014-05-01am 4375e848: am ab962b54: am ab3977d2: Merge "MetadataRetriever: Check null p...Marco Nelissen
2014-04-09MetadataRetriever: Check null pointer to avoid tombstone crash.wang, biao
2014-03-07am f2c11c14: am 214c3d9b: am 6ac6263d: am 28ccb4f7: Merge "Don\'t use size_t ...Narayan Kamath
2014-03-06Don't use size_t for variables that store uint32_t valueAshok Bhat
2014-02-27Fix includes so that they no longer rely on the global Skia includes director...Derek Sollenberger
2014-02-04FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber
2014-01-28AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2014-01-28AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2014-01-27Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath
2014-01-27AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2014-01-15AArch64: Use long for pointers in media classesAshok Bhat
2012-04-11Fix thumbnail generation failureJames Dong
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-05-05Refactor to share code between MediaPlayer and MediaMetadataRetriever JNIJames Dong
2011-05-05Clean up JNI codeJames Dong
2011-04-11You don't need to poke around inside FileDescriptor manually.Elliott Hughes