summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f...Gloria Wang2010-02-042-2/+2
* Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-044-34/+20
* Merge "Defer creating the video renderer until we see the first video frame."Andreas Huber2010-02-031-14/+16
|\
| * Defer creating the video renderer until we see the first video frame.Andreas Huber2010-02-031-14/+16
* | Previous change broke A/V sync, this is a better change to eliminate negative...Andreas Huber2010-02-031-3/+7
|/
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-033-46/+69
* AudioPlayer didn't properly account for the latency when calculating the curr...Andreas Huber2010-02-031-2/+7
* Workaround for misbehaving HTTP servers that terminate header lines with a si...Andreas Huber2010-02-021-4/+23
* Merge "Don't use a HEAD request to determine redirects, instead do a regular ...Andreas Huber2010-02-022-12/+16
|\
| * Don't use a HEAD request to determine redirects, instead do a regular GET (si...Andreas Huber2010-02-022-12/+16
* | Properly report the duration of a recording into .mp4 files.Andreas Huber2010-02-021-7/+14
|/
* Properly advertise the content length of the HTTP stream if available.Andreas Huber2010-02-022-35/+47
* Merge "Initial check-in for xml-based encoder capabilities retrieval - Change...James Dong2010-02-012-6/+683
|\
| * Initial check-in for xml-based encoder capabilities retrievalJames Dong2010-02-012-6/+683
* | Merge "Use physical memory for software rendering to take a fast path through...Andreas Huber2010-02-011-1/+10
|\ \
| * | Use physical memory for software rendering to take a fast path through surfac...Andreas Huber2010-02-011-1/+10
| |/
* | Merge "The TI MP3 decoder lies about the number of channels it outputs, add a...Andreas Huber2010-02-011-3/+10
|\ \
| * | The TI MP3 decoder lies about the number of channels it outputs, add a quirk ...Andreas Huber2010-02-011-3/+10
| |/
* | 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-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-287-33/+62
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-2814-28/+82
* Fix http streaming for shoutcast servers that do not support http ranges.Andreas Huber2010-01-271-9/+30
* Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/...Eric Laurent2010-01-274-1/+62
|\
| * Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-264-1/+62
* | 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-264-7/+119
|/
* Merge "Fix issue 2378022: AudioService should direct volume control to STREAM...Eric Laurent2010-01-252-7/+9
|\
| * Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_...Eric Laurent2010-01-252-7/+9
* | Merge "Initial checkin of AudioSource and AMRWriter, a pair of classes suppor...Andreas Huber2010-01-253-0/+308
|\ \ | |/ |/|
| * Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pu...Andreas Huber2010-01-253-0/+308
* | 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-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
|/