summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright
Commit message (Expand)AuthorAgeFilesLines
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-101-2/+2
* Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-081-0/+1
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-6/+4
* Don't use a HEAD request to determine redirects, instead do a regular GET (si...Andreas Huber2010-02-021-1/+0
* Properly advertise the content length of the HTTP stream if available.Andreas Huber2010-02-022-0/+11
* The TI MP3 decoder lies about the number of channels it outputs, add a quirk ...Andreas Huber2010-02-011-0/+1
* Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-291-1/+1
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-283-6/+15
* Fix http streaming for shoutcast servers that do not support http ranges.Andreas Huber2010-01-271-0/+1
* Merge "Better support for HTTP streaming media content, fixes to the way HTTP...Andreas Huber2010-01-273-0/+16
|\
| * Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-263-0/+16
* | Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-263-12/+58
|/
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-252-4/+78
* The qcom OMX video decoders do not allocate output buffer memory at the time ...Andreas Huber2010-01-251-0/+1
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-201-0/+2
* Support for 'iTunes-style' metadata in .mp4 and .3gp files.Andreas Huber2010-01-201-0/+1
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-191-0/+1
* More metadata support.Andreas Huber2010-01-131-0/+3
* Squashed commit of the following:Andreas Huber2010-01-123-0/+15
* Reorganize some of the stagefright implementation related to metadata.Andreas Huber2010-01-081-0/+46
* Add a new API to support determining the roles of an OMX component specified ...Andreas Huber2009-12-151-0/+7
* Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-111-1/+1
* Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCode...Andreas Huber2009-12-071-1/+1
* Enable proper cleanup of OMX nodes managed through stagefright.Andreas Huber2009-12-041-0/+3
* Squashed commit of the following:Andreas Huber2009-12-032-0/+54
* A small sample tool to encode pcm audio data to amr, decode it again and play...Andreas Huber2009-12-011-2/+1
* Squashed commit of the following:Andreas Huber2009-11-233-181/+11
* Merge change Iea6a38c6 into eclair-mr2Android (Google) Code Review2009-11-174-1/+10
|\
| * Squashed commit of the following:Andreas Huber2009-11-164-1/+10
* | Update FileSource to also accept a file descriptor and a range.Andreas Huber2009-11-171-0/+5
|/
* resolved conflicts for merge of c66d53f9 to eclair-mr2Andreas Huber2009-11-121-0/+35
|\
| * Delegate the platform dependent hardware renderer implementation to a shared ...Andreas Huber2009-11-123-116/+35
| * DO NOT MERGE: Squashed commit of the following:Andreas Huber2009-11-052-4/+4
| * do not merge: The qcom video decoders always output yuv data after adjusting ...Andreas Huber2009-10-201-0/+1
* | Adds a WAVExtractor for 16-bit signed PCM audio wave files.Andreas Huber2009-11-031-0/+1
* | Revive support for video encoding in OMXCodec.Andreas Huber2009-10-291-0/+2
* | Re-enable CameraSource.Andreas Huber2009-10-281-13/+13
* | New API to instantiate a MediaExtractor given a URI and optional MIME type.Andreas Huber2009-10-237-15/+27
* | Moving the individual extractor headers files to the private include directory.Andreas Huber2009-10-233-178/+0
* | Prefer software decoders over hardware for thumbnail extraction.Andreas Huber2009-10-231-1/+13
* | Extract video thumbnails from the largest sync sample among the first 20.Andreas Huber2009-10-225-4/+11
* | Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in...Andreas Huber2009-10-211-1/+0
* | Separated private from public header files.Andreas Huber2009-10-139-584/+3
* | Fix various compiler warnings accumulated over time.Andreas Huber2009-10-131-5/+5
* | OMXCodec now notifies the reader of changes in the output format by returning...Andreas Huber2009-10-133-0/+7
* | Change to a int64_t usecs representation for timestamps and duration througho...Andreas Huber2009-10-121-8/+11
* | Fixing the build.Andreas Huber2009-10-091-0/+2
* | Split the ColorConverter off SoftwareRenderer, metadata support in stagefright.Andreas Huber2009-10-082-9/+67
* | The vendor is about to check in a fix for this issue, the workaround is no lo...Andreas Huber2009-10-081-1/+0
* | Workaround for avc decoder misreporting output buffer size requirements if th...Andreas Huber2009-10-071-0/+1
|/