Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
a29cd562f6f5839cce7e3be2e547d19c2d27f15d
/
media
/
libmedia
/
mediaplayer.cpp
cefac14
Modular DRM for MediaPlayer
by Hassan Shojania
· 8 years ago
9fc8b5c
VolumeShaper: Initial implementation
by Andy Hung
· 8 years ago
1784ec9
Merge "Modular DRM for MediaPlayer"
by Hassan Shojania
· 8 years ago
db12214
Media Metrics for NuPlayer, Codec, Extractor
by Ray Essick
· 8 years ago
071437a
Modular DRM for MediaPlayer
by Hassan Shojania
· 8 years ago
ed32086
mediaplayer: add getBufferingSettings.
by Wei Jia
· 8 years ago
dc6f340
mediaplayer: add buffering settings API
by Wei Jia
· 8 years ago
c5de091
mediaplayer: support same seek mode as MediaMetadataRetriever.
by Wei Jia
· 9 years ago
67b6dcc
mediaplayer: add precise argument to seek function
by Wei Jia
· 9 years ago
5af6a9b
MediaPlayer: disallow calling setPlaybackParams in stopped state.
by Wei Jia
· 9 years ago
d554814
Merge "MediaPlayer: fix state for setPlaybackParams." into nyc-dev
by Wei Jia
· 9 years ago
5be109f
MediaPlayer: fix state for setPlaybackParams.
by Wei Jia
· 9 years ago
fc908d0
Don't use sp<>&
by Marco Nelissen
· 9 years ago
1243869
MediaPlayer: use mLock to prevent racing condition.
by Wei Jia
· 9 years ago
848ebc6
mediaplayer: fix logging message.
by Wei Jia
· 9 years ago
d848eb4
Use audio_session_t consistently
by Glenn Kasten
· 9 years ago
eeecb98
Add use for audio_unique_id_t
by Glenn Kasten
· 9 years ago
e096621
Remove unused code
by Marco Nelissen
· 10 years ago
2b95bda
Explicitly disconnect in MediaPlayer::reset
by Robert Shih
· 10 years ago
4356269
mediaplayer: fix audio attributes override by stream type
by Eric Laurent
· 10 years ago
3a474aa
stagefright: support setting/getting playback/sync config in MediaSync
by Lajos Molnar
· 10 years ago
0852843
stagefright: initial timed id3 support in hls
by Robert Shih
· 10 years ago
99f3160
Unhide the android.media.[Media]DataSource interface.
by Chris Watkins
· 10 years ago
40bc906
namespace does not need a closing semicolon
by Glenn Kasten
· 10 years ago
9816016
mediaplayer: support dynamic playback rate
by Wei Jia
· 10 years ago
980b106
resolved conflicts for merge of 9391844d to master
by Marco Nelissen
· 10 years ago
b7848f1
Remove MediaPlayerService::decode()
by Marco Nelissen
· 10 years ago
b187de1
Line length 100
by Glenn Kasten
· 10 years ago
640adb3
Cache audio attributes when player not available
by Jean-Michel Trivi
· 11 years ago
de3f839
rename AudioSystem::newAudioSessionId()
by Eric Laurent
· 11 years ago
d88adb9
NuPlayer: save thread id in MediaPlayer::start
by Chong Zhang
· 11 years ago
d9d7fa0
Support for audio attributes on audio output of media player
by Jean-Michel Trivi
· 11 years ago
34fb296
libmedia: 64-bit compile warnings
by Mark Salyzyn
· 11 years ago
de9453f
Add MediaPlayer::getAudioStreamType.
by John Spurlock
· 11 years ago
d457c97
Track pid for each session
by Marco Nelissen
· 11 years ago
81e6844
Remove no longer needed http proxy handling code, it's obsolete now
by Andreas Huber
· 11 years ago
1b86fe0
FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code
by Andreas Huber
· 11 years ago
be08f6a
Fix compile warning / incomplete initialization
by Glenn Kasten
· 11 years ago
3d00aa6
soundpool: allocate shared memory heap by client
by Eric Laurent
· 12 years ago
dcb89b3
MediaPlayer: add listener for raw track data
by Chong Zhang
· 12 years ago
b13820f
Reject unprepared MediaPlayers
by Marco Nelissen
· 12 years ago
82fc2ca
am d5018116: Merge "Fix typo."
by Glenn Kasten
· 12 years ago
f65fa17
Fix typo.
by Masaki Muranaka
· 12 years ago
b7319a7
Update HTTP proxy configuration for all media playback inside stagefright.
by Andreas Huber
· 12 years ago
8bdb01c
Don't purge effects we're about to start using
by Marco Nelissen
· 12 years ago
2070254
Instead of returning an error, return an invalid duration (-1 ms)
by Andreas Huber
· 12 years ago
b1e7cd1
Refactoring: Rename SurfaceTextureClient to Surface
by Mathias Agopian
· 12 years ago
5570227
Merge "Remove unnecessary parameter"
by Glenn Kasten
· 12 years ago
f37971f
Remove unnecessary parameter
by Glenn Kasten
· 13 years ago
484566c
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 12 years ago
b7c8e91
Add support for HLS playlists of type 'event'.
by Andreas Huber
· 13 years ago
a4c5bc0
Add support for HLS playlists of type 'event'.
by Andreas Huber
· 13 years ago
36a4d2c
Merge "Gapless playback, step 1."
by Marco Nelissen
· 13 years ago
6b74d67
Gapless playback, step 1.
by Marco Nelissen
· 13 years ago
e53b9ea
Whitespace and indentation
by Glenn Kasten
· 13 years ago
c795b64
Switch the way we configure for MediaPlayer retransmission.
by John Grossman
· 13 years ago
df712ea
fix libgui header location
by Mathias Agopian
· 13 years ago
99e53b8
Update comments
by Glenn Kasten
· 13 years ago
a3f1fa3
Fix incorrect includes of AudioTrack.h
by Glenn Kasten
· 13 years ago
fff6d71
Use audio_stream_type_t consistently
by Glenn Kasten
· 13 years ago
4cc55d5
Merge "Use audio_format_t consistently"
by Glenn Kasten
· 13 years ago
29357bc
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
5ff1dd5
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
e1c3962
Use audio_format_t consistently
by Glenn Kasten
· 13 years ago
b8a8052
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
471af5a
resolved conflicts for merge of 26f70db9 to master
by Andreas Huber
· 14 years ago
3901e5d
Remove surface legacy APIs and code.
by Andreas Huber
· 14 years ago
4b8bb4e
am fc9592f8: am 08479cee: Merge "Stagefright: ANW::connect in MediaPlayerService" into ics-mr0
by Jamie Gennis
· 14 years ago
7dae00b
Stagefright: ANW::connect in MediaPlayerService
by Jamie Gennis
· 14 years ago
3856b09
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
0662067
Handle setDataSource failures properly. #5261671
by Dave Burke
· 14 years ago
d681bbb
Require INTERNET permission for network-based content. Bug #1870981
by Dave Burke
· 14 years ago
3a34bef
Keep effects sessions active when the caller dies.
by Marco Nelissen
· 14 years ago
c3da343
connect/disconnect is now called from our EGL wrapper
by Mathias Agopian
· 14 years ago
5bc965b
Merge "Log setVideoSurface() and setVideoSurfaceTexture() failures."
by James Dong
· 14 years ago
fada58a
Log setVideoSurface() and setVideoSurfaceTexture() failures.
by James Dong
· 14 years ago
bea47bc
MediaPlayer: add a disconnect from ANativeWindow
by Jamie Gennis
· 14 years ago
61c7ef5
MediaPlayer: add ANativeWindow (dis)connect calls
by Jamie Gennis
· 14 years ago
6476024
update for new audio.h header location
by Dima Zavin
· 14 years ago
4f9e47f
Add setParameter/getParameter to MediaPlayer API. for bug 1982947
by Gloria Wang
· 14 years ago
fce7a47
audio/media: convert to using the audio HAL and new audio defs
by Dima Zavin
· 14 years ago
b483c47
- Add another parameter in notify() to be able to send timed text sample
by Gloria Wang
· 14 years ago
1173118
Bug 3438258 Add SurfaceTexture as MediaPlayer sink
by Glenn Kasten
· 14 years ago
145e68f
Increase cache size and low-watermark threshold, also
by Andreas Huber
· 14 years ago
a1680bc
Fix an issue wherre error notification will not be sent after mediaplayer reset
by James Dong
· 15 years ago
0a5ca66
Remove all traces of legacy renderer support in stagefright.
by Andreas Huber
· 15 years ago
05ea643
Squashed commit of the following:
by Andreas Huber
· 15 years ago
2eeadf9
am 4f21e517: am b37fcbfd: Merge "Added getter for session Id to AudioSink" into gingerbread
by Eric Laurent
· 15 years ago
8c563ed
Added getter for session Id to AudioSink
by Eric Laurent
· 15 years ago
d44b51d
am 5c9f3579: am f30fae63: Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread
by Marco Nelissen
· 15 years ago
1c1503c
Add a check to track a problem the monkey script has been triggering.
by Marco Nelissen
· 15 years ago
5daeb12
Squashed commit of the following:
by Andreas Huber
· 15 years ago
3b26844
Fix issue 2876124.
by Eric Laurent
· 15 years ago
2beeb50
Added support for auxiliary audio effects to AudioTrack and MediaPlayer.
by Eric Laurent
· 15 years ago
da7581b
Added Visualizer effect.
by Eric Laurent
· 15 years ago
a514bdb
Added support for audio sessions in MediaPlayer and AudioTrack.
by Eric Laurent
· 15 years ago
4023493
Allow invoke in all the player states except idle and error.
by Nicolas Catania
· 15 years ago
64fb06f
Revert "Allow invoke in all the player states except idle and error."
by Nicolas Catania
· 15 years ago
63bacaf
Allow invoke in all the player states except idle and error.
by Nicolas Catania
· 15 years ago
83ff143
MEDIA_PLAYER_STATE_ERROR is not a bitmask (b/2502881)
by Marco Nelissen
· 15 years ago
Next »