summaryrefslogtreecommitdiffstats
path: root/media/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge "MediaSync: address API review." into mnc-devWei Jia2015-05-087-160/+160
|\
| * MediaSync: address API review.Wei Jia2015-05-087-160/+160
* | media: merge CodecException's getErrorCode and getReason.Ronghua Wu2015-05-081-12/+27
* | Fix clang warnings on unused variable, mismatched tag, print format.Chih-Hung Hsieh2015-05-071-1/+1
|/
* MediaSync: clean up configureAudioTrack and configureSurface.Wei Jia2015-05-042-17/+17
* Merge "media: hook up MediaCodec.setSurface" into mnc-devLajos Molnar2015-05-022-0/+53
|\
| * media: hook up MediaCodec.setSurfaceLajos Molnar2015-05-012-0/+53
* | MediaRecorder: implement persistent input surface APIsChong Zhang2015-05-021-0/+22
* | MediaCodec: implement persistent input surface APIsChong Zhang2015-05-012-1/+165
|/
* media: Hook up MediaPlayer and MediaSync to new settingsLajos Molnar2015-04-305-91/+265
* Merge "Change how Java Bitmaps are accessed in a few places" into mnc-devJohn Reck2015-04-301-4/+5
|\
| * Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-301-4/+5
* | Merge "media: set codec exception reason." into mnc-devRonghua Wu2015-04-301-2/+2
|\ \
| * | media: set codec exception reason.Ronghua Wu2015-04-281-2/+2
| |/
* | Merge "Check for null codec from AMediaCodec_createDecoderByType" into mnc-devAndy Hung2015-04-301-4/+5
|\ \
| * | Check for null codec from AMediaCodec_createDecoderByTypeAndy Hung2015-04-291-4/+5
| |/
* | Respect the record audio app op - frameworkSvet Ganov2015-04-283-8/+24
|/
* ImageWriter: Change detach to sp<GraphicBuffer>Dan Stoza2015-04-271-1/+1
* Merge "ImageWriter: fix and cleanup the closed Image Handling"Zhijun He2015-04-241-1/+1
|\
| * ImageWriter: fix and cleanup the closed Image HandlingZhijun He2015-04-241-1/+1
* | MediaSync: fix message delay based on play time for pending audio frames.Wei Jia2015-04-232-0/+25
* | media: add SyncSettings to MediaSync and MediaPlayerLajos Molnar2015-04-225-2/+272
* | media: use PlaybackSettings in MediaSync and MediaPlayerLajos Molnar2015-04-222-4/+175
|/
* GraphicsJNI Canvas cleanupJohn Reck2015-04-221-1/+2
* Merge "Revert "Change how Java Bitmaps are accessed in a few places""John Reck2015-04-201-5/+4
|\
| * Revert "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-201-5/+4
* | Revert "A bunch more cleanups"John Reck2015-04-171-2/+1
* | Merge "Unhide the android.media.[Media]DataSource interface."Chris Watkins2015-04-167-72/+265
|\ \
| * | Unhide the android.media.[Media]DataSource interface.Chris Watkins2015-04-157-72/+265
* | | Merge "MediaSync: pass the error code of setPlaybackRate from native code to ...Wei Jia2015-04-162-6/+18
|\ \ \
| * | | MediaSync: pass the error code of setPlaybackRate from native code to JAVA.Wei Jia2015-04-152-6/+18
* | | | media: add reason to CodecException ctor.Ronghua Wu2015-04-151-2/+19
* | | | Merge "A bunch more cleanups"John Reck2015-04-151-1/+2
|\ \ \ \
| * | | | A bunch more cleanupsJohn Reck2015-04-141-1/+2
| | |/ / | |/| |
* | | | Merge "Revert "media: add new MediaCodec Callback onCodecReleased.""Ronghua Wu2015-04-151-8/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "media: add new MediaCodec Callback onCodecReleased."Ronghua Wu2015-04-141-8/+0
* | | | Merge "media: add CodecCapabilities.getMaxSupportedInstances."Ronghua Wu2015-04-141-0/+25
|\ \ \ \
| * | | | media: add CodecCapabilities.getMaxSupportedInstances.Ronghua Wu2015-04-131-0/+25
| | |/ / | |/| |
* | | | Merge "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-131-4/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-131-4/+5
* | | MediaSync: fix a typo.Wei Jia2015-04-101-1/+1
* | | Merge "MediaSync: add getTimestamp in MediaSync."Wei Jia2015-04-102-0/+58
|\ \ \
| * | | MediaSync: add getTimestamp in MediaSync.Wei Jia2015-04-102-0/+58
* | | | Add a method to associate MediaDrm session with MediaCryptoJeff Tinker2015-04-101-0/+43
* | | | Add expiration update and keys change eventsJeff Tinker2015-04-091-4/+29
| |_|/ |/| |
* | | media: add new MediaCodec Callback onCodecReleased.Ronghua Wu2015-04-091-0/+8
|/ /
* | ImageReader/Writer: implement opaque format operationsZhijun He2015-04-082-104/+409
|/
* MediaSync: add MediaSync JAVA APIWei Jia2015-04-034-1/+346
* Merge "Fix SoundPool track recycling for fast tracks"Andy Hung2015-04-011-5/+9
|\
| * Fix SoundPool track recycling for fast tracksAndy Hung2015-03-301-5/+9