summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/AudioPlayer.h
Commit message (Expand)AuthorAgeFilesLines
* stagefright: Squashed commit of pause/resume featuresSteve Kondik2015-11-071-0/+2
* stagefright: support setting/getting playback/sync config in MediaSyncLajos Molnar2015-04-301-2/+4
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+1
* update offloaded audio track sampling rateEric Laurent2013-11-221-1/+1
* stagefright: offload playback supportRichard Fitzgerald2013-07-261-4/+12
* Public API changes for audio offload support.Richard Fitzgerald2013-06-271-2/+11
* Use sp<AudioTrack> instead of raw AudioTrack *Glenn Kasten2013-06-031-1/+1
* Stop extrapolating audio time from the anchor if we're paused or reached eos.Andreas Huber2012-05-151-0/+1
* Smoothen audio "real" time by compensating with system_time()Andreas Huber2012-05-141-0/+1
* Add support for deep audio buffersEric Laurent2012-04-201-0/+3
* Playback rate on MediaPlayerJean-Michel Trivi2012-02-131-0/+2
* Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten2011-06-011-3/+2
* Use AudioTrack::event_type not int in callbackGlenn Kasten2011-06-011-2/+3
* Delay signaling the end of audio playback until all frames have actually played.Andreas Huber2011-03-221-0/+2
* integrate videoeditor preview player.Dharmaray Kundargi2011-01-161-0/+1
* 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