summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AudioPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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