summaryrefslogtreecommitdiff
path: root/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
AgeCommit message (Expand)Author
2012-09-14Fixed a native crash due to deref of a NULL pointerJames Dong
2012-09-04Add setVideoScalingMode support to NuPlayerJames Dong
2012-09-04Support for acting as a wifi display sink.Andreas Huber
2012-08-03experimental support for fragmented mp4 playback in nuplayerAndreas Huber
2012-07-29Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-devEd Heyl
2012-07-25NuPlayer: Prevents creation of Video Decoder when we use Music PlayerHaynes Mathew George
2012-07-20Added a callback in nuplayer via informational event to signal the start of v...James Dong
2012-05-03Respect channel mask in ACodec and NuPlayer.Andreas Huber
2012-04-30Fix mono gapless playback for decoders that output stereoMarco Nelissen
2012-04-20Add support for deep audio buffersEric Laurent
2012-04-02Add gapless playback support for NuPlayerMarco Nelissen
2012-03-22Use NuPlayer for media playback everywhereAndreas Huber
2012-03-02Add channel mask in AudioSinkJean-Michel Trivi
2012-02-27fix libgui header locationMathias Agopian
2012-02-22Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber
2012-02-22Implementation of a java media codec interface and associated tools.Andreas Huber
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2011-11-30resolved conflicts for merge of 3d630e86 to masterAndreas Huber
2011-11-29resolved conflicts for merge of 998a929a to masterAndreas Huber
2011-11-29Merge "Make sure we can properly shutdown even if" into ics-mr1Andreas Huber
2011-11-28Finer granularity discontinuity support.Andreas Huber
2011-11-28Make sure we can properly shutdown even ifAndreas Huber
2011-11-08resolved conflicts for merge of 26f70db9 to masterAndreas Huber
2011-11-08Merge "Remove surface legacy APIs and code." into ics-mr1Andreas Huber
2011-11-03am e395f645: Poll input data with a small timeout and don\'t consume a full c...Andreas Huber
2011-11-03Poll input data with a small timeout and don't consume a full core.Andreas Huber
2011-10-28Remove surface legacy APIs and code.Andreas Huber
2011-10-28am 27ed1249: Merge "Properly report that we\'re no longer playing after recei...Andreas Huber
2011-10-26Properly report that we're no longer playing after receiving eventAndreas Huber
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-13NuPlayer is now taking on the task of streaming over RTSP.Andreas Huber
2011-09-27Signal an appropriate error even if there are no active streams yet.Andreas Huber
2011-09-26Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber
2011-09-16In order to recover from video lagging behind audio, drop avc framesAndreas Huber
2011-09-16Various improvements to nuplayer playbackAndreas Huber
2011-08-31Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber
2011-08-26Signal errors to the client instead of asserting in ACodec.Andreas Huber
2011-08-16Error handling in ACodec and Nuplayer.Andreas Huber
2011-07-01Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber
2011-04-20Add extra headers specified in the media player's setDataSource callAndreas Huber
2011-03-02Allow optional specification of a PTS timestamp when signalling a discontinuity.Andreas Huber
2011-02-24Merge "Suppress the logging of URLs when in incognito mode."Andreas Huber
2011-02-24Suppress the logging of URLs when in incognito mode.Andreas Huber
2011-02-23Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten
2011-01-20Implement missing pause/resume support for NuPlayer.Andreas Huber
2011-01-10NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber
2011-01-05Some more fixes regarding HTTP live in NuPlayer.Andreas Huber
2011-01-05Seek/Duration support for completed http live streams in NuPlayer.Andreas Huber
2011-01-04Properly shutdown the decoders on a reset() in NuPlayer's implementation.Andreas Huber