summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-073-2/+18
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-1/+1
* Squashed commit of the following:Andreas Huber2010-10-011-0/+4
* Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-0/+3
* Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-281-0/+1
* Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-221-0/+2
* Another attempt for fixing AAC+/eAAC+ related issueJames Dong2010-09-201-0/+2
* A ThreadedSource wraps around an existing MediaSource and reads output buffer...Andreas Huber2010-09-161-0/+73
* Instead of asserting, publish no tracks if an MP3Extractor is used on non-mp3...Andreas Huber2010-09-091-3/+2
* 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 buffered streaming of rtsp content, if buffer drops below ...Andreas Huber2010-09-011-0/+1
* Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-272-1/+2
* Fix support for per-frame unsynchronization in ID3V2.4 tags.Andreas Huber2010-08-251-0/+1
* Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-256-7/+19
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-242-0/+3
* Better handling of rtsp connection and disconnection.Andreas Huber2010-08-231-0/+21
* In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-191-0/+30
* Don't send late frames to software encoders for encodingJames Dong2010-08-122-0/+2
* Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-092-0/+58
* Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-1/+4
* Merge "Don't return a decoder error if the encoded stream does not start with...Andreas Huber2010-08-041-0/+3
|\
| * Don't return a decoder error if the encoded stream does not start with SPS/PPS.Andreas Huber2010-08-041-0/+3
* | Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-0/+4
|/
* Support finer seek control on MediaSources.Andreas Huber2010-07-214-5/+14
* Initial check-in for software m4v_h263 encoderJames Dong2010-07-151-0/+80
* Initial checkin for software AVC encoderJames Dong2010-07-131-0/+90
* Enable the support for decoding audio with AAC+ and eAAC+ featuresJames Dong2010-07-081-0/+4
* Only send the playback complete notification if a) an error occurred on any t...Andreas Huber2010-07-071-1/+4
* Finetune some of the prefetcher parameters to a) buffer as much as froyo did ...Andreas Huber2010-06-251-2/+2
* Fixed the software AAC encoderJames Dong2010-06-231-0/+10
* Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-231-1/+6
* Make the prefetcher read packets from the network after a keep-alive timeout ...Andreas Huber2010-06-221-3/+8
* This patch enables each omx instance to have a separate message dispatcher, andJames Dong2010-06-141-6/+5
* Restore feature parity with the old HTTPDataSource as far as support for extr...Andreas Huber2010-06-111-3/+17
* Switch stagefright's approach to prefetching to the new model. The java Media...Andreas Huber2010-06-102-74/+5
* Merge "Switch LiveSource to use the new http data source instead of the old o...Andreas Huber2010-06-101-2/+2
|\
| * Switch LiveSource to use the new http data source instead of the old one.Andreas Huber2010-06-101-2/+2
* | Merge "Initial check-in of new caching/prefetching data source implementation...Andreas Huber2010-06-101-0/+93
|\ \
| * | Initial check-in of new caching/prefetching data source implementation.Andreas Huber2010-06-101-0/+93
| |/
* | Initial check in of a new http data source implementation.Andreas Huber2010-06-101-0/+59
|/
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-072-0/+59
* Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-072-0/+140
* Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-071-0/+54
* A debugging DataSource artifically limiting the available bandwidth.Andreas Huber2010-06-011-0/+52
* Squashed commit of the following:Andreas Huber2010-05-241-0/+60
* Initial software encoder checkinsJames Dong2010-05-193-1/+146
* Support for customizable socket-read timeouts through the HTTP response.Andreas Huber2010-05-111-0/+3
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-072-17/+86
* Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-062-1/+7