summaryrefslogtreecommitdiff
path: root/media/jni/android_media_MediaExtractor.cpp
AgeCommit message (Expand)Author
2020-12-15Expose MediaExtractor entry point to MediaMetricsSantiago Seifert
2020-06-24Update to use nativehelper/JNIPlatformHelp.hOrion Hodson
2019-12-16Naming consistency: MediaAnalytics to MediaMetricsRay Essick
2019-02-22Extract android_media_Utils.cpp as a libJooyung Han
2019-01-28use MediaAnalyticsItem::create() instead of newRay Essick
2018-12-11Merge "Fix cert-dcl16-c clang-tidy warnings." am: 20b64c4bc7 am: 3038f743bfChih-hung Hsieh
2018-12-11Fix cert-dcl16-c clang-tidy warnings.Chih-Hung Hsieh
2018-11-26Hook up MediaExtractor getAudioPresentations to native implSampath Shetty
2018-05-25MediaCodec.CryptoInfo: expose subsample encryption patternRobert Shih
2018-01-23MediaExtractor: getSampleSize APIRobert Shih
2017-10-12Remove libmedia and libstagefright dependency from extractorsDongwon Kang
2017-09-25cpp: use proper nativehelper headersSteven Moreland
2017-06-23cas: convert MediaCas to HIDLChong Zhang
2017-04-14Rework getMetrics() api per API councilRay Essick
2017-03-15Integrate API Council feedback into Media Metrics APIsRay Essick
2017-02-22MediaCas: add framework APIsChong Zhang
2017-02-07API android.media.MediaExtractor.getMetrics()Ray Essick
2016-11-28No need to initialize the file sniffers anymoreMarco Nelissen
2015-09-24resolved conflicts for a884d81e to stage-aosp-masterElliott Hughes
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2015-05-14MediaDataSource: address API council commentsChong Zhang
2015-04-15Unhide the android.media.[Media]DataSource interface.Chris Watkins
2014-12-05Adjust format strings to work on both 32-bit and 64-bit buildsBernhard Rosenkränzer
2014-07-15MediaExtractor: set buffer offset/limit in readSampleDataLajos Molnar
2014-03-31am 303d666f: am 0e3f3c70: am 91bbb75c: Merge "Cast CallMethod\'s size_t param...Narayan Kamath
2014-03-25Cast CallMethod's size_t parameters to jintAshok Bhat
2014-03-07am f7a6fe95: am 0425a51b: am 51ec4ec5: am 5de03b18: Merge "Don\'t assume that...Narayan Kamath
2014-03-06Don't assume that size_t is 32-bitAshok Bhat
2014-02-04FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber
2014-01-15AArch64: Use long for pointers in media classesAshok Bhat
2013-09-10Remove dependency on JNIHelp header side effects.Ruben Brunk
2013-04-08Add support for common encryptionMarco Nelissen
2012-08-24Let apps provide a custom data source for extractorsMarco Nelissen
2012-05-09Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes noAndreas Huber
2012-05-03Various changes to Media* APIs requested by the api council.Andreas Huber
2012-04-26The MediaExtractor can now unselect tracks and has more control over seeking.Andreas Huber
2012-04-20Add the ability to query the amount of cached data to MediaExtractor.Andreas Huber
2012-04-18Fix a typo and choose a reasonable default for crypto-mode (0 would be unencr...Andreas Huber
2012-04-18Information required to decrypt buffers is now packaged into MediaCodec.Crypt...Andreas Huber
2012-04-17Make seekTo not throw exceptions.Andreas Huber
2012-04-16Unhide new media related java APIs.Andreas Huber
2012-03-26Provisional support for secure decryption of media streams.Andreas Huber
2012-03-12Documentation/API update for MediaCodec/MediaExtractor, fixes to MediaCodec.Andreas Huber
2012-02-22Implementation of a java media codec interface and associated tools.Andreas Huber