summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "The TI MP3 decoder lies about the number of channels it outputs, add a...Andreas Huber2010-02-012-3/+11
|\ \ \ \ \ \
| * | | | | | The TI MP3 decoder lies about the number of channels it outputs, add a quirk ...Andreas Huber2010-02-012-3/+11
| |/ / / / /
* | | | | | Don't use MemoryDealer in MetadataRetrieverClient as it's not necessary.Mathias Agopian2010-01-292-17/+8
|/ / / / /
* | | | | Merge "Simplify the MemoryDealer implementation"Mathias Agopian2010-01-295-6/+4
|\ \ \ \ \
| * | | | | Simplify the MemoryDealer implementationMathias Agopian2010-01-295-6/+4
* | | | | | 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-293-6/+31
|\ \ \ \ \ \
| * | | | | | Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-293-6/+31
| |/ / / / /
* | | | | | 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-2810-39/+77
* | | | | API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-2818-33/+105
* | | | | Fix http streaming for shoutcast servers that do not support http ranges.Andreas Huber2010-01-272-9/+31
* | | | | Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/...Eric Laurent2010-01-277-1/+75
|\ \ \ \ \
| * | | | | Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-267-1/+75
* | | | | | 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-2710-37/+590
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-2610-37/+590
* | | | | | Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-267-19/+177
|/ / / / /
* | | | | Merge "Fix issue 2378022: AudioService should direct volume control to STREAM...Eric Laurent2010-01-254-11/+13
|\ \ \ \ \
| * | | | | Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_...Eric Laurent2010-01-254-11/+13
* | | | | | Merge "Initial checkin of AudioSource and AMRWriter, a pair of classes suppor...Andreas Huber2010-01-256-6/+408
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-256-6/+408
* | | | | | Merge "Fix issue 2363154: Speech synthesis fails to start over A2DP after med...Eric Laurent2010-01-251-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix issue 2363154: Speech synthesis fails to start over A2DP after media serv...Eric Laurent2010-01-251-0/+3
* | | | | | The qcom OMX video decoders do not allocate output buffer memory at the time ...Andreas Huber2010-01-256-5/+33
|/ / / / /
* | | | | 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
|/ / / / /
* | | | | Merge "Fix circular dependency between StagefrightPlayer and AwesomePlayer th...Andreas Huber2010-01-212-13/+18
|\ \ \ \ \
| * | | | | Fix circular dependency between StagefrightPlayer and AwesomePlayer that prev...Andreas Huber2010-01-212-13/+18
* | | | | | Special-case .wmv and .wma metadata retrieval and playback to use PV if avail...Andreas Huber2010-01-211-0/+13
|/ / / / /
* | | | | Fix no-copy-overhead OMXCodec implementation to actually work.Andreas Huber2010-01-208-23/+57
* | | | | 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
* | | | | | Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files."Andreas Huber2010-01-204-13/+239
|\ \ \ \ \ \
| * | | | | | Support for 'iTunes-style' metadata in .mp4 and .3gp files.Andreas Huber2010-01-204-13/+239
| |/ / / / /
* | | | | | Merge "Create base class for audio policy manager."Eric Laurent2010-01-201-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Create base class for audio policy manager.Eric Laurent2010-01-131-0/+2
* | | | | | 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
* | | | | | Merge "Avoid unnecessary buffer copying if at all possible, detect if running...Andreas Huber2010-01-196-7/+48
|\ \ \ \ \ \
| * | | | | | Avoid unnecessary buffer copying if at all possible, detect if running in the...Andreas Huber2010-01-196-7/+48
* | | | | | | Merge "Media server death nodification"James Dong2010-01-197-120/+198
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Media server death nodificationJames Dong2010-01-157-120/+198