summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for Ogg Vorbis decoding in stagefright.Andreas Huber2010-05-041-0/+60
* Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ...Andreas Huber2010-04-121-0/+2
* Fix a race condition in TimedEventQueue, an event may be cancelled while we'r...Andreas Huber2010-04-121-0/+2
* Support for ID3 V2.4 tags.Andreas Huber2010-04-081-1/+4
* 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-242-1/+8
* We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon...Andreas Huber2010-03-151-1/+0
* Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files.Andreas Huber2010-03-151-0/+1
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-122-6/+12
* 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
* Return runtime errors instead of asserting in MPEG4 file format validation, a...Andreas Huber2010-02-231-0/+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