summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AwesomePlayer.h
Commit message (Expand)AuthorAgeFilesLines
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-1/+2
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-1/+1
* Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-0/+3
* Ogg files can be tagged to be automatically looping, this setting always over...Andreas Huber2010-09-031-0/+1
* Properly buffer a certain amount of data on streaming sources before finishin...Andreas Huber2010-09-031-0/+3
* Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-271-1/+0
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-0/+1
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-0/+4
* Only send the playback complete notification if a) an error occurred on any t...Andreas Huber2010-07-071-1/+4
* Switch stagefright's approach to prefetching to the new model. The java Media...Andreas Huber2010-06-101-4/+5
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+6
* Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-061-1/+5
* Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while pau...Andreas Huber2010-03-311-0/+1
* Finer-grained locking in AwesomePlayer, position and duration are now protect...Andreas Huber2010-03-261-1/+1
* Enable early termination of the prefetcher's preparation phase.Andreas Huber2010-03-241-0/+2
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-6/+9
* Instead of allocating the decoder instances in response to a call to setDataS...Andreas Huber2010-03-051-2/+9
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-1/+2
* Implement legacy behaviour for MediaPlayer's behaviour of starting from the s...Andreas Huber2010-02-181-0/+2
* Preserve a preview frame to be restored after resuming the playback session.Andreas Huber2010-02-121-0/+18
* Squashed commit of the following:Andreas Huber2010-02-121-0/+23
* Defer actual work of setDataSource given a URI to the prepare phase in order ...Andreas Huber2010-02-091-0/+9
* Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-081-2/+10
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-2/+7
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-281-1/+4
* Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-261-5/+13
* Fix circular dependency between StagefrightPlayer and AwesomePlayer that prev...Andreas Huber2010-01-211-2/+4
* AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-141-1/+11
* Squashed commit of the following:Andreas Huber2009-11-231-0/+133