summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "Simplify the MemoryDealer implementation"Mathias Agopian2010-01-292-2/+2
|\
| * Simplify the MemoryDealer implementationMathias Agopian2010-01-292-2/+2
* | Merge "Apparently the generic mpeg4 file header does not describe the actual ...Andreas Huber2010-01-292-0/+99
|\ \
| * | Apparently the generic mpeg4 file header does not describe the actual sampler...Andreas Huber2010-01-292-0/+99
* | | Merge "Support 24-bit LE PCM wave files in stagefright."Andreas Huber2010-01-291-1/+20
|\ \ \ | |_|/ |/| |
| * | Support 24-bit LE PCM wave files in stagefright.Andreas Huber2010-01-291-1/+20
| |/
* | Merge "Properly forward errors returned by AudioTrack up to the player."Andreas Huber2010-01-292-5/+30
|\ \
| * | Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-292-5/+30
| |/
* | The AVC software decoder always aligns the decoded dimensions to 16 pixel bou...Andreas Huber2010-01-291-2/+4
|/
* Merge "Make sure the OMX component is synchronously shutdown before we try to...Andreas Huber2010-01-292-0/+11
|\
| * Make sure the OMX component is synchronously shutdown before we try to instan...Andreas Huber2010-01-292-0/+11
* | For mpeg4 files streamed through HTTP, cache the entire sampletable metadata ...Andreas Huber2010-01-282-0/+122
|/
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-286-31/+60
* Fix http streaming for shoutcast servers that do not support http ranges.Andreas Huber2010-01-271-9/+30
* Do not hold onto the master lock while reading data from the datasource. This...Andreas Huber2010-01-271-9/+14
* Merge "Better support for HTTP streaming media content, fixes to the way HTTP...Andreas Huber2010-01-277-37/+574
|\
| * Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-267-37/+574
* | Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-262-1/+12
|/
* Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-253-0/+308
* The qcom OMX video decoders do not allocate output buffer memory at the time ...Andreas Huber2010-01-254-5/+31
* Merge "Make sure to release the renderer before shutting down the hardware co...Andreas Huber2010-01-221-2/+2
|\
| * Make sure to release the renderer before shutting down the hardware codec, qc...Andreas Huber2010-01-221-2/+2
* | Add an orientation parameter for overlay, so we can do camera preview in port...Chih-Chung Chang2010-01-211-1/+1
|/
* Fix circular dependency between StagefrightPlayer and AwesomePlayer that prev...Andreas Huber2010-01-212-13/+18
* Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-205-19/+43
* Merge "Adds support for 8-bit (unsigned) PCM wave files."Andreas Huber2010-01-202-31/+71
|\
| * Adds support for 8-bit (unsigned) PCM wave files.Andreas Huber2010-01-202-31/+71
* | Support for 'iTunes-style' metadata in .mp4 and .3gp files.Andreas Huber2010-01-203-13/+238
|/
* Fix trailing garbage after UCS-2 encoded strings in ID3 V2.Andreas Huber2010-01-191-1/+2
* Support for ID3 version 1 (and 1.1) tags in .mp3 files.Andreas Huber2010-01-193-12/+159
* Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-193-4/+21
* Merge "Squashed commit of the following:"Andreas Huber2010-01-196-267/+499
|\
| * Squashed commit of the following:Andreas Huber2010-01-196-267/+499
* | Merge "Remove totally unused code from OMX.cpp"Andreas Huber2010-01-191-44/+0
|\ \
| * | Remove totally unused code from OMX.cppAndreas Huber2010-01-191-44/+0
| |/
* | Merge "Make sure the seek test attempts to seek on the very first iteration, ...Andreas Huber2010-01-191-2/+2
|\ \ | |/ |/|
| * Make sure the seek test attempts to seek on the very first iteration, as this...Andreas Huber2010-01-141-2/+2
* | Merge "Squashed commit of the following:"Andreas Huber2010-01-141-41/+71
|\ \
| * | Squashed commit of the following:Andreas Huber2010-01-141-41/+71
| |/
* | Merge "Fix a few issues with determining the closest sample to a given time i...Andreas Huber2010-01-141-5/+19
|\ \
| * | Fix a few issues with determining the closest sample to a given time in the M...Andreas Huber2010-01-141-5/+19
| |/
* | Merge "Squashed commit of the following:"Andreas Huber2010-01-141-2/+15
|\ \
| * | Squashed commit of the following:Andreas Huber2010-01-141-2/+15
| |/
* | Workaround for some hardware decoders not properly signaling end-of-output-st...Andreas Huber2010-01-141-0/+17
|/
* Support for determining the mime type of media via metadata extraction.Andreas Huber2010-01-139-4/+66
* More metadata support.Andreas Huber2010-01-132-3/+14
* Properly respect NALLengthSize in the AVC Configuration header to determine h...Andreas Huber2010-01-121-12/+51
* Make sure to release the buffer we're not using in case of an error.Andreas Huber2010-01-121-0/+3
* Squashed commit of the following:Andreas Huber2010-01-1215-63/+1178
* Merge "The mp3 decoder should not assert that decoding was successful but ret...Andreas Huber2010-01-111-1/+6
|\