Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
e7e8d636b486cf49487db1d8da5e8e7cb15d9549
/
include
/
media
/
MediaPlayerInterface.h
f2c87b3
NuPlayer: Notify if drain message time is unexpectedly long
by Andy Hung
· 9 years ago
d848eb4
Use audio_session_t consistently
by Glenn Kasten
· 9 years ago
c4ac817
AudioSink: move getPlayedOutAudioDurationUs() from NuPlayerRenderer to AudioSink.
by Wei Jia
· 10 years ago
179652e
NuPlayer: Add audio sink buffer configuration
by Andy Hung
· 10 years ago
92d8244
media: rename doNotResuscitate to doNotReconnect to align with the implementation.
by Ronghua Wu
· 10 years ago
faeb0f2
libmediaplayerservice: try to open audio sink in offload mode in error.
by Ronghua Wu
· 10 years ago
3a474aa
stagefright: support setting/getting playback/sync config in MediaSync
by Lajos Molnar
· 10 years ago
ee4e1b1
stagefright: warnings be gone, some are now errors, use clang
by Lajos Molnar
· 10 years ago
99f3160
Unhide the android.media.[Media]DataSource interface.
by Chris Watkins
· 10 years ago
7d3f4df
mediaplayer: use non-blocking mode for AudioSink::write().
by Wei Jia
· 10 years ago
9816016
mediaplayer: support dynamic playback rate
by Wei Jia
· 10 years ago
9391844
resolved conflicts for merge of b955b722 to lmp-mr1-dev-plus-aosp
by Marco Nelissen
· 10 years ago
b7848f1
Remove MediaPlayerService::decode()
by Marco Nelissen
· 10 years ago
17c933c
am cec272df: am 724b9ea5: Merge "Replace MidiFile player with a Midi extractor"
by Marco Nelissen
· 10 years ago
0e8928b
Replace MidiFile player with a Midi extractor
by Marco Nelissen
· 10 years ago
df2592b
do not hold mNotifyLock when calling MediaPlayer::notify
by Chong Zhang
· 11 years ago
06ad152
NuPlayer: use getTimestamp instead of getPosition
by Lajos Molnar
· 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
6f59db1
update offloaded audio track sampling rate
by Eric Laurent
· 12 years ago
2261234
AwesomePlayer: correct stream type for offload
by Eric Laurent
· 12 years ago
d89532e
libmediaplayerservice: offload playback support
by Richard Fitzgerald
· 12 years ago
ad3af33
Public API changes for audio offload support.
by Richard Fitzgerald
· 12 years ago
b7319a7
Update HTTP proxy configuration for all media playback inside stagefright.
by Andreas Huber
· 12 years ago
484566c
Rename ISurfaceTexture and SurfaceTexture
by Andy McFadden
· 12 years ago
5f7e55e
Add a small hook to support gapless in AAH.
by John Grossman
· 13 years ago
8ec1f2a
Move the AAH RTP code out of framework and into vendor.
by John Grossman
· 13 years ago
44a7e42
Add the ability to dynamicaly register MediaPlayer types.
by John Grossman
· 13 years ago
1948eb3
Add support for deep audio buffers
by Eric Laurent
· 13 years ago
4110c10
Add gapless playback support for NuPlayer
by Marco Nelissen
· 13 years ago
6b74d67
Gapless playback, step 1.
by Marco Nelissen
· 13 years ago
786618f
Add channel mask in AudioSink
by Jean-Michel Trivi
· 13 years ago
c795b64
Switch the way we configure for MediaPlayer retransmission.
by John Grossman
· 13 years ago
761defc
Upintegreate AAH TX and RX players from ICS_AAH
by John Grossman
· 13 years ago
7a8b0ed
Playback rate on MediaPlayer
by Jean-Michel Trivi
· 13 years ago
fff6d71
Use audio_stream_type_t consistently
by Glenn Kasten
· 13 years ago
e1c3962
Use audio_format_t consistently
by Glenn Kasten
· 13 years ago
3901e5d
Remove surface legacy APIs and code.
by Andreas Huber
· 14 years ago
9b80c2b
Charge network traffic to the uid of the process using the MediaPlayer.
by Andreas Huber
· 14 years ago
a0b1d4b
Make dumpsys(media.player) more useful by having AwesomePlayer populate it.
by Andreas Huber
· 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
abf471f
Remove unused references to ISurface
by Mathias Agopian
· 14 years ago
1173118
Bug 3438258 Add SurfaceTexture as MediaPlayer sink
by Glenn Kasten
· 14 years ago
01f3942
Protect notification callback parameters with a mutex.
by Andreas Huber
· 14 years ago
f933441
Initial support for a true streaming player for mpeg2 transport streams.
by Andreas Huber
· 14 years ago
e2b1028
Support streaming data across binder boundaries.
by Andreas Huber
· 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
5daeb12
Squashed commit of the following:
by Andreas Huber
· 15 years ago
608d77b
Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright.
by Andreas Huber
· 15 years ago
4e92c7e
New API on java's MediaPlayer to suspend/resume a session.
by Andreas Huber
· 15 years ago
3cf6135
split libsurfaceflinger_client and libcamera_client out of libui
by Mathias Agopian
· 15 years ago
7d5b8a7
Implementation of stagefright-enabled MediaPlayerService::decode functionality
by Andreas Huber
· 15 years ago
2db8455
API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played.
by Andreas Huber
· 15 years ago
342e9cf
Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync
by Eric Laurent
· 15 years ago
bfa6b2d
Squashed commit of the following:
by Andreas Huber
· 16 years ago
a64c8c7
Added native metadata support.
by niko
· 16 years ago
d608a81
Added method to get metadata out of the player.
by niko
· 16 years ago
14d2747
New test player stub to load mock native players.
by Nicolas Catania
· 16 years ago
20111aa
Squashed commit of the following:
by Andreas Huber
· 16 years ago
1d187f1
Direct api to the native media player.
by Nicolas Catania
· 16 years ago
6609518
Removed trailing whitespaces.
by Nicolas Catania
· 16 years ago
89fa4ad
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
15f767b
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
5e07b57
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
7b5eb02
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
2729ea9
Initial Contribution
by The Android Open Source Project
· 17 years ago