index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
jni
/
android_media_MediaPlayer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MediaPlayer: trigger onError instead of exception on stale native notifications
Robert Shih
2015-06-01
1
-1
/
+1
*
MediaPlayer: add mPreparing to weed out unwanted prepared messages
Robert Shih
2015-05-21
1
-1
/
+1
*
MediaSync: address API review.
Wei Jia
2015-05-08
1
-65
/
+65
*
media: Hook up MediaPlayer and MediaSync to new settings
Lajos Molnar
2015-04-30
1
-28
/
+77
*
media: add SyncSettings to MediaSync and MediaPlayer
Lajos Molnar
2015-04-22
1
-0
/
+55
*
media: use PlaybackSettings in MediaSync and MediaPlayer
Lajos Molnar
2015-04-22
1
-4
/
+55
*
Unhide the android.media.[Media]DataSource interface.
Chris Watkins
2015-04-15
1
-1
/
+20
*
MediaSync: add MediaSync JAVA API
Wei Jia
2015-04-03
1
-0
/
+6
*
ImageReader/Writer: Add ImageWriter and Opaque ImageReader
Zhijun He
2015-03-20
1
-1
/
+6
*
MediaPlayer: add setPlaybackRate JAVA API.
Wei Jia
2015-03-03
1
-0
/
+13
*
Remove unused variables and functions, don't warn about unused parameters
Bernhard Rosenkränzer
2014-11-23
1
-2
/
+0
*
MediaPlayer: scanInternalSubtitleTracks in synchronous prepare
Robert Shih
2014-07-29
1
-1
/
+1
*
Java MediaPlayer: add support for setting audio attributes
Jean-Michel Trivi
2014-07-01
1
-0
/
+20
*
camera2: Move DngCreator to hardware/camera2.
Ruben Brunk
2014-05-22
1
-6
/
+0
*
camera2: Plumb DngCreator to native library.
Ruben Brunk
2014-05-16
1
-0
/
+6
*
Fix build
Selim Gurun
2014-05-07
1
-2
/
+2
*
Add stream-level suppression to vibrate/audio services.
John Spurlock
2014-03-19
1
-3
/
+18
*
Remove no longer needed http proxy handling code, it's obsolete now
Andreas Huber
2014-02-05
1
-47
/
+0
*
FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...
Andreas Huber
2014-02-04
1
-5
/
+22
*
AArch64: Use long for pointers in media classes
Ashok Bhat
2014-01-15
1
-31
/
+35
*
Add NULL check in updateProxyConfig
Oscar Rydhé
2013-12-19
1
-8
/
+11
*
Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD
The Android Open Source Project
2013-11-22
1
-44
/
+7
|
\
|
*
Remove dependency on JNIHelp header side effects.
Ruben Brunk
2013-09-10
1
-0
/
+1
|
*
ImageReader: Implementation of ImageReader and Image APIs
Zhijun He
2013-06-26
1
-0
/
+6
|
*
Remove unused MediaPlayer methods
Marco Nelissen
2013-06-13
1
-44
/
+0
*
|
Fix a JNI local reference leak in JNIMediaPlayerListener::notify.
Elliott Hughes
2013-11-13
1
-0
/
+1
|
/
*
Listen for HTTP proxy changes and propagate the information to the media
Andreas Huber
2013-05-31
1
-1
/
+63
*
Implementing MediaDrm APIs
Jeff Tinker
2013-03-13
1
-0
/
+6
*
Java API for MediaMuxer
ztenghui
2013-03-11
1
-0
/
+6
*
fix JNI use of incStrong/decStrong
Mathias Agopian
2013-03-06
1
-4
/
+4
*
Refactoring: Rename SurfaceTextureClient to Surface
Mathias Agopian
2013-02-15
1
-1
/
+1
*
Rename ISurfaceTexture and SurfaceTexture
Andy McFadden
2012-12-18
1
-8
/
+8
*
Throw an exception instead of crash when a surface does not have a binding su...
James Dong
2012-10-04
1
-0
/
+5
*
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-1
/
+1
*
Changed to obtain a parcel in each notify() call in jni.
Insun Kang
2012-07-10
1
-8
/
+4
*
Improve notifying TimedText by reducing marshall/unmarshalling.
Insun Kang
2012-05-09
1
-8
/
+14
*
Fix failure from setDataSource(String path) when path is a local file
James Dong
2012-04-12
1
-8
/
+0
*
New Crypto JAVA class to facilitate decryption via MediaCodec.
Andreas Huber
2012-04-04
1
-0
/
+6
*
New API to query available codecs and their capabilities.
Andreas Huber
2012-04-02
1
-0
/
+6
*
Gapless playback, step 1.
Marco Nelissen
2012-03-13
1
-0
/
+28
*
Split Parcel JNI details away from Binder.
Jeff Sharkey
2012-03-08
1
-0
/
+1
*
Switch the way we configure for MediaPlayer retransmission.
John Grossman
2012-03-01
1
-0
/
+40
*
fix libgui header location
Mathias Agopian
2012-02-27
1
-1
/
+1
*
Implementation of a java media codec interface and associated tools.
Andreas Huber
2012-02-22
1
-0
/
+12
*
Use audio_stream_type_t consistently
Glenn Kasten
2012-01-13
1
-1
/
+1
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-14
/
+14
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-1
/
+1
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-25
/
+25
*
MediaPlayer: properly handle released surfaces
Jamie Gennis
2011-10-14
1
-2
/
+8
*
Log a warning when a MediaPlayer is finalized without having being released.
Marco Nelissen
2011-09-28
1
-0
/
+4
[next]