summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AwesomePlayer.h
Commit message (Expand)AuthorAgeFilesLines
...
* Increase cache size and low-watermark threshold, alsoAndreas Huber2011-01-111-0/+4
* Awesomeplayer : Frame dropping logic changepmehendale2011-01-071-0/+1
* Squashed commit of the following:Andreas Huber2010-12-061-0/+4
* Support streaming data across binder boundaries.Andreas Huber2010-11-231-0/+2
* Squashed commit of the following:Andreas Huber2010-11-221-33/+0
* Remove all traces of legacy renderer support in stagefright.Andreas Huber2010-11-161-2/+0
* Make sure the prefetcher is actively fetching data if we pause playback due t...Andreas Huber2010-11-111-0/+1
* resolved conflicts for merge of 965f960e to masterGloria Wang2010-10-251-0/+7
|\
| * resolved conflicts for merge of 9084631d to gingerbread-plus-aospGloria Wang2010-10-251-0/+7
| |\
| | * DRM framework support:Gloria Wang2010-10-251-0/+6
* | | If we basically finished the preparation phase and are only buffering enough ...Andreas Huber2010-10-201-0/+5
* | | am 2d00c605: am 52bea277: Merge "If we encounter video stream EOS while seeki...Andreas Huber2010-10-191-0/+2
|\ \ \ | |/ /
| * | If we encounter video stream EOS while seeking we may still need to seek audio.Andreas Huber2010-10-191-0/+2
* | | am bb5d7c21: am 5f423917: Merge "Attempt to derive the avg. bitrate of the en...Andreas Huber2010-10-151-0/+4
|\ \ \ | |/ /
| * | Attempt to derive the avg. bitrate of the entire stream from metadata.Andreas Huber2010-10-131-0/+4
* | | am cac43e8a: am beffefa2: Merge "RTSP seeking is now asynchronous, MediaPlaye...Andreas Huber2010-10-101-0/+3
|\ \ \ | |/ /
| * | RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...Andreas Huber2010-10-081-0/+3
* | | am bb708373: am 949f7d90: Merge "Work to support switching transport streams ...Andreas Huber2010-10-101-1/+2
|\ \ \ | |/ /
| * | Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-1/+2
* | | am 56ee1080: am 17bc4f65: Merge "Make sure to call AudioTrack::stop() instead...Andreas Huber2010-10-071-1/+1
|\ \ \ | |/ /
| * | Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-1/+1
* | | am d6c30e8c: am be045061: Merge "Instead of constantly polling the AudioPlaye...Andreas Huber2010-09-281-0/+3
|\ \ \ | |/ /
| * | Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-0/+3
* | | am 8e11c822: am 9fee0b2a: Ogg files can be tagged to be automatically looping...Andreas Huber2010-09-031-0/+1
|\ \ \ | |/ /
| * | Ogg files can be tagged to be automatically looping, this setting always over...Andreas Huber2010-09-031-0/+1
* | | am af7a7c34: am cc4a38c6: Merge "Properly buffer a certain amount of data on ...Andreas Huber2010-09-031-0/+3
|\ \ \ | |/ /
| * | Properly buffer a certain amount of data on streaming sources before finishin...Andreas Huber2010-09-031-0/+3
* | | am 05c1cada: am 577615c9: Merge "Better support for rtsp (normal play-)time d...Andreas Huber2010-08-271-1/+0
|\ \ \ | |/ /
| * | Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-271-1/+0
* | | am 67ca90b3: am 6b6ae996: Merge "A first shot at proper support for seeking o...Andreas Huber2010-08-241-0/+1
|\ \ \ | |/ /
| * | A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-0/+1
* | | Squashed commit of the following:Andreas Huber2010-08-231-0/+3
|/ /
* | 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