summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AudioPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-6/+14
* Properly flush the AudioTrack/AudioSink on a seek request and make sure that ...Andreas Huber2010-09-281-0/+6
* Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-2/+14
* Squashed commit of the following:Andreas Huber2010-07-291-3/+63
* Better diagnostics in the stagefright commandline tool, support for playing s...Andreas Huber2010-04-131-1/+1
* The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-081-4/+7
* Ensure that the audio codec instance is actually going away before we attempt...Andreas Huber2010-03-011-0/+11
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-1/+7
* Store AudioTrack return value for error conditionKenny Root2010-02-181-2/+2
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-8/+10
* Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first.Gloria Wang2010-02-041-2/+2
* Previous change broke A/V sync, this is a better change to eliminate negative...Andreas Huber2010-02-031-3/+7
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-17/+21
* AudioPlayer didn't properly account for the latency when calculating the curr...Andreas Huber2010-02-031-2/+7
* Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-291-4/+20
* Squashed commit of the following:Andreas Huber2010-01-121-3/+4
* Squashed commit of the following:Andreas Huber2009-11-231-1/+18
* am fde273ba: Merge change Ic997acac into eclairAndreas Huber2009-11-061-2/+8
|\
| * Make AudioPlayer a little less verbose, defer starting audio playback until a...Andreas Huber2009-11-051-2/+8
* | Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-8/+2
|/
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-101-1/+2
* assert => CHECK in stagefright.Andreas Huber2009-08-261-18/+16
* Squashed commit of the following:Andreas Huber2009-08-171-3/+2
* Squashed commit of the following:Andreas Huber2009-07-281-2/+7
* Squashed commit of the following:Andreas Huber2009-07-161-0/+285