summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AwesomePlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...Andreas Huber2010-10-081-3/+1
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-071-3/+49
* On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-071-14/+23
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-4/+11
* Make sure to finish the preparation phase even EOS occurs before we consider ...Andreas Huber2010-10-041-0/+4
* Don't retrieve metadata unless necessary for ogg-vorbis ringtone auto-looping.Andreas Huber2010-10-041-5/+11
* Remove development-only code.Andreas Huber2010-10-011-15/+0
* Squashed commit of the following:Andreas Huber2010-10-011-0/+1
* Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-6/+10
* Ogg files can be tagged to be automatically looping, this setting always over...Andreas Huber2010-09-031-3/+10
* Properly buffer a certain amount of data on streaming sources before finishin...Andreas Huber2010-09-031-88/+116
* Better support for buffered streaming of rtsp content, if buffer drops below ...Andreas Huber2010-09-011-2/+29
* Properly extract all raw_data_blocks from an ADSP mpeg4 audio buffer.Andreas Huber2010-09-011-1/+5
* ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-271-0/+2
* Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-271-9/+4
* Ensure that buffering updates eventually hit 100% after we download everything.Andreas Huber2010-08-251-12/+19
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-1/+21
* 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