summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AwesomePlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support getting codec, width, and height in URL for gtalk playback.Mike Dodd2010-08-121-21/+29
* Remove some obsolete code.Andreas Huber2010-08-101-12/+0
* We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-101-0/+6
* Better support for fake timestamps in RTP, H.263 video now also requests FIR.Andreas Huber2010-08-051-1/+4
* Specification of codec specific data as part of the session description is no...Andreas Huber2010-08-041-54/+2
* Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-1/+175
* Support finer seek control on MediaSources.Andreas Huber2010-07-211-1/+2
* Only send the playback complete notification if a) an error occurred on any t...Andreas Huber2010-07-071-19/+33
* Restore feature parity with the old HTTPDataSource as far as support for extr...Andreas Huber2010-06-111-1/+1
* Switch stagefright's approach to prefetching to the new model. The java Media...Andreas Huber2010-06-101-82/+76
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-1/+20
* Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-071-4/+31
* Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-1/+6
* Return a runtime error instead of asserting if the AACDecoder is passed an un...Andreas Huber2010-05-131-1/+6
* Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-061-3/+21
* Fix for 2581725. Keep the last frame after resume(), and delete itGloria Wang2010-04-131-2/+14
* Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ...Andreas Huber2010-04-121-2/+7
* Start sending out buffering updates earlier (after preparation has completed)...Andreas Huber2010-04-121-2/+4
* Increase the size of the pages used in CachingDataSource (total amount of mem...Andreas Huber2010-04-081-1/+1
* Report the requested seek time while seek is in progress.Andreas Huber2010-04-071-2/+5
* Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while pau...Andreas Huber2010-03-311-2/+18
* Finer-grained locking in AwesomePlayer, position and duration are now protect...Andreas Huber2010-03-261-17/+20
* Enable early termination of the prefetcher's preparation phase.Andreas Huber2010-03-241-2/+21
* Clear the local prefetcher strong reference before signalling that prepare() ...Andreas Huber2010-03-231-0/+2
* "isPlaying" should never block, acquiring the mutex here is unnecessary, rath...Andreas Huber2010-03-161-2/+0
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-6/+68
* The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-081-1/+10
* Increase the amount of data buffered at preparation time. Make sure to start ...Andreas Huber2010-03-081-22/+19
* Instead of allocating the decoder instances in response to a call to setDataS...Andreas Huber2010-03-051-33/+61
* Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-231-6/+17
* Implement legacy behaviour for MediaPlayer's behaviour of starting from the s...Andreas Huber2010-02-181-6/+21
* We are cancelling this event during reset, but the event may have already bee...Andreas Huber2010-02-171-0/+12
* Preserve a preview frame to be restored after resuming the playback session.Andreas Huber2010-02-121-25/+81
* Squashed commit of the following:Andreas Huber2010-02-121-17/+123
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-0/+2
* Support for rendering through an overlay on the droid even if a software rend...Andreas Huber2010-02-111-4/+59
* Defer actual work of setDataSource given a URI to the prepare phase in order ...Andreas Huber2010-02-091-24/+100
* A little less verbosity in stagefright and special treatment for the error st...Andreas Huber2010-02-091-1/+1
* Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-081-22/+76
* Defer creating the video renderer until we see the first video frame.Andreas Huber2010-02-031-14/+16
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-27/+41
* Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-291-1/+10
* Make sure the OMX component is synchronously shutdown before we try to instan...Andreas Huber2010-01-291-0/+9
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-281-2/+3
* Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-261-9/+75
* Make sure to release the renderer before shutting down the hardware codec, qc...Andreas Huber2010-01-221-2/+2
* Fix circular dependency between StagefrightPlayer and AwesomePlayer that prev...Andreas Huber2010-01-211-11/+14
* I must have broken raw-audio decoding in the recent past, this fixes it.Andreas Huber2010-01-051-4/+15
* It's important that seek requests are only specified in the initial call to M...Andreas Huber2009-12-141-0/+1
* AwesomePlayer now renders either remote (IOMXRenderer) or locally depending o...Andreas Huber2009-12-141-11/+70