summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/AudioPlayer.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-3/+3
* Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-1/+5
* Support a single format change at the beginning of audio playback. This way t...Andreas Huber2010-07-201-0/+4
* The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-081-1/+1
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-1/+2
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-2/+2
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-6/+4
* Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-291-1/+1
* Squashed commit of the following:Andreas Huber2009-11-231-0/+11
* Squashed commit of the following:Andreas Huber2009-08-171-3/+3
* Squashed commit of the following:Andreas Huber2009-07-161-0/+98