index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
media
/
jni
/
android_media_Utils.cpp
Age
Commit message (
Expand
)
Author
2019-02-22
Extract android_media_Utils.cpp as a lib
Jooyung Han
2019-02-06
Camera: Add HEIC format output
Shuzhen Wang
2017-05-16
Convert libmedia_jni to Android.bp
Colin Cross
2016-06-16
Report error correctly for the implementation of
Yujie Qin
2016-05-07
ExifInterface: Set mPosition in AssetStream with proper values
Sungsoo Lim
2016-03-15
Merge "media: don't expose private keys in MediaFormat" into nyc-dev
Lajos Molnar
2016-03-14
Camera: fix expectation of BLOB buffer size
Yin-Chia Yeh
2016-03-14
media: don't expose private keys in MediaFormat
Lajos Molnar
2016-03-09
ExifInterface: add RAW input stream support
Jaesung Chung
2016-03-08
ImageReader/Writer: refactor and cleanup
Zhijun He
2016-02-25
Revert "Revert "ExifInterface: switch from using jhead to java implementation""
Jaesung Chung
2016-02-25
Revert "ExifInterface: switch from using jhead to java implementation"
Sungsoo Lim
2016-02-25
ExifInterface: switch from using jhead to java implementation
Jaesung Chung
2016-01-28
Fix the initialize of PreviewImageData to its default values.
Anton Daubert
2016-01-28
Fix build
Jaesung Chung
2016-01-27
Enable reading a thumbnail from RAW image files in MtpDatabase
Jaesung Chung
2015-02-04
Fix build.
Elliott Hughes
2014-11-10
Frameworks/base: Wall Werror in media/jni
Andreas Gampe
2013-08-12
Manage jclass objects (and most jobjects) in jni code using ScopedLocalRef
Andreas Huber
2012-05-10
Make sure crop rect information is visible from java.
Andreas Huber
2012-04-16
Unhide new media related java APIs.
Andreas Huber
2012-03-26
Provisional support for secure decryption of media streams.
Andreas Huber
2012-02-22
Add new APIs AMessage::(set|find)Buffer to make it safer to pass
Andreas Huber
2012-02-22
Implementation of a java media codec interface and associated tools.
Andreas Huber
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-05-05
Refactor to share code between MediaPlayer and MediaMetadataRetriever JNI
James Dong