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
*
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
*
If media player has died already, do not dec the old surface texture reference.
Gloria Wang
2011-09-15
1
-0
/
+5
*
Do not need to reset surface as NULL in MediaPlayer's _release.
Gloria Wang
2011-09-14
1
-5
/
+13
*
Require INTERNET permission for network-based content.
Dave Burke
2011-09-02
1
-0
/
+2
*
If release has been called before finalize, do not expect MediaPlayer still e...
James Dong
2011-08-12
1
-5
/
+13
*
Remove ParcelSurfaceTexture and update MediaPlayer
Ted Bonkenburg
2011-08-11
1
-56
/
+41
*
To support for switching from a non-null surface/ surface texture to
Gloria Wang
2011-08-09
1
-3
/
+4
*
Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.
tedbo
2011-06-13
1
-31
/
+10
*
Refactor to share code between MediaPlayer and MediaMetadataRetriever JNI
James Dong
2011-05-05
1
-32
/
+6
*
Clean up JNI code
James Dong
2011-05-05
1
-95
/
+37
*
Add setParameter/getParameter to MediaPlayer API.
Gloria Wang
2011-04-29
1
-0
/
+35
*
Merge "- Add another parameter in notify() to be able to send timed text samp...
Gloria Wang
2011-04-13
1
-3
/
+16
|
\
|
*
- Add another parameter in notify() to be able to send timed text sample
Gloria Wang
2011-04-13
1
-3
/
+16
*
|
You don't need to poke around inside FileDescriptor manually.
Elliott Hughes
2011-04-11
1
-1
/
+1
|
/
[next]