summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-082-3/+13
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-2/+7
* Apparently the generic mpeg4 file header does not describe the actual sampler...Andreas Huber2010-01-291-0/+3
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-281-1/+4
* Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-262-5/+76
* Fix circular dependency between StagefrightPlayer and AwesomePlayer that prev...Andreas Huber2010-01-211-2/+4
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-202-2/+3
* Merge "Adds support for 8-bit (unsigned) PCM wave files."Andreas Huber2010-01-201-0/+2
|\
| * Adds support for 8-bit (unsigned) PCM wave files.Andreas Huber2010-01-201-0/+2
* | Support for 'iTunes-style' metadata in .mp4 and .3gp files.Andreas Huber2010-01-201-0/+5
|/
* Support for ID3 version 1 (and 1.1) tags in .mp3 files.Andreas Huber2010-01-191-1/+4
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-0/+2
* Squashed commit of the following:Andreas Huber2010-01-192-13/+102
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-133-3/+10