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_MediaExtractor.cpp
Age
Commit message (
Expand
)
Author
2020-12-15
Expose MediaExtractor entry point to MediaMetrics
Santiago Seifert
2020-06-24
Update to use nativehelper/JNIPlatformHelp.h
Orion Hodson
2019-12-16
Naming consistency: MediaAnalytics to MediaMetrics
Ray Essick
2019-02-22
Extract android_media_Utils.cpp as a lib
Jooyung Han
2019-01-28
use MediaAnalyticsItem::create() instead of new
Ray Essick
2018-12-11
Merge "Fix cert-dcl16-c clang-tidy warnings." am: 20b64c4bc7 am: 3038f743bf
Chih-hung Hsieh
2018-12-11
Fix cert-dcl16-c clang-tidy warnings.
Chih-Hung Hsieh
2018-11-26
Hook up MediaExtractor getAudioPresentations to native impl
Sampath Shetty
2018-05-25
MediaCodec.CryptoInfo: expose subsample encryption pattern
Robert Shih
2018-01-23
MediaExtractor: getSampleSize API
Robert Shih
2017-10-12
Remove libmedia and libstagefright dependency from extractors
Dongwon Kang
2017-09-25
cpp: use proper nativehelper headers
Steven Moreland
2017-06-23
cas: convert MediaCas to HIDL
Chong Zhang
2017-04-14
Rework getMetrics() api per API council
Ray Essick
2017-03-15
Integrate API Council feedback into Media Metrics APIs
Ray Essick
2017-02-22
MediaCas: add framework APIs
Chong Zhang
2017-02-07
API android.media.MediaExtractor.getMetrics()
Ray Essick
2016-11-28
No need to initialize the file sniffers anymore
Marco Nelissen
2015-09-24
resolved conflicts for a884d81e to stage-aosp-master
Elliott Hughes
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2015-05-14
MediaDataSource: address API council comments
Chong Zhang
2015-04-15
Unhide the android.media.[Media]DataSource interface.
Chris Watkins
2014-12-05
Adjust format strings to work on both 32-bit and 64-bit builds
Bernhard Rosenkränzer
2014-07-15
MediaExtractor: set buffer offset/limit in readSampleData
Lajos Molnar
2014-03-31
am 303d666f: am 0e3f3c70: am 91bbb75c: Merge "Cast CallMethod\'s size_t param...
Narayan Kamath
2014-03-25
Cast CallMethod's size_t parameters to jint
Ashok Bhat
2014-03-07
am f7a6fe95: am 0425a51b: am 51ec4ec5: am 5de03b18: Merge "Don\'t assume that...
Narayan Kamath
2014-03-06
Don't assume that size_t is 32-bit
Ashok Bhat
2014-02-04
FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...
Andreas Huber
2014-01-15
AArch64: Use long for pointers in media classes
Ashok Bhat
2013-09-10
Remove dependency on JNIHelp header side effects.
Ruben Brunk
2013-04-08
Add support for common encryption
Marco Nelissen
2012-08-24
Let apps provide a custom data source for extractors
Marco Nelissen
2012-05-09
Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes no
Andreas Huber
2012-05-03
Various changes to Media* APIs requested by the api council.
Andreas Huber
2012-04-26
The MediaExtractor can now unselect tracks and has more control over seeking.
Andreas Huber
2012-04-20
Add the ability to query the amount of cached data to MediaExtractor.
Andreas Huber
2012-04-18
Fix a typo and choose a reasonable default for crypto-mode (0 would be unencr...
Andreas Huber
2012-04-18
Information required to decrypt buffers is now packaged into MediaCodec.Crypt...
Andreas Huber
2012-04-17
Make seekTo not throw exceptions.
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-03-12
Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec.
Andreas Huber
2012-02-22
Implementation of a java media codec interface and associated tools.
Andreas Huber