summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Properly implement asynchronous preparation of media playback."Andreas Huber2010-02-085-56/+108
|\
| * Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-085-56/+108
| | | | | | | | related-to-bug: 2413002
* | Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it ↵Marco Nelissen2010-02-081-1/+21
|\ \ | | | | | | | | | ends up in the UTF-8 string otherwise."
| * | Skip the endianness marker when converting UCS-2 to UTF-8, since itMarco Nelissen2010-02-081-1/+21
| | | | | | | | | | | | ends up in the UTF-8 string otherwise.
* | | Merge "Use Tremor for sim-eng, and Tremolo for other targets."Gloria Wang2010-02-082-2/+17
|\ \ \ | |/ / |/| |
| * | Use Tremor for sim-eng, and Tremolo for other targets.Gloria Wang2010-02-082-2/+17
| |/
* | Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-085-0/+5
|/
* Merge "Fix for 2224736. Sometimes mSeeking is reset without calling ↵Gloria Wang2010-02-081-2/+2
|\ | | | | | | setSeekTo first."
| * Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first.Gloria Wang2010-02-041-2/+2
| |
* | Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor ↵Gloria Wang2010-02-052-2/+2
| | | | | | | | | | | | library for doing Ogg Vorbis decompression)" This reverts commit 2f46c062b05254671aec96a98b431f91ae7b270c.
* | Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor ↵Gloria Wang2010-02-052-2/+2
|\ \ | | | | | | | | | library for doing Ogg Vorbis decompression)"
| * | Replace Tremor with Tremolo (an ARM optimised version of the Tremor library ↵Gloria Wang2010-02-042-2/+2
| |/ | | | | | | for doing Ogg Vorbis decompression)
* | am 0af04493: am 31bfdf69: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0af0449301e72a52beeed8f26021e5460004d67a' * commit '0af0449301e72a52beeed8f26021e5460004d67a': android-2.1_r1 snapshot Use 128p map tiles for high dpi devices. Throttle nitz updates as the are too numerous on cdma. don't request a sync when temp providers are created Increase light sensor delay from one to two seconds. Revert jparks code from IPCThreadState. Add a warning when we leave threads in the binder thread pool in the background scheduling group. PowerManagerService: Ensure that recent changes do not effect the hardware ALS case.
| * \ am 31bfdf69: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '31bfdf695ef741f64066ef605bd6a7e23df88714' into eclair-plus-aosp * commit '31bfdf695ef741f64066ef605bd6a7e23df88714': android-2.1_r1 snapshot Use 128p map tiles for high dpi devices. Throttle nitz updates as the are too numerous on cdma. don't request a sync when temp providers are created Increase light sensor delay from one to two seconds. Revert jparks code from IPCThreadState. Add a warning when we leave threads in the binder thread pool in the background scheduling group. PowerManagerService: Ensure that recent changes do not effect the hardware ALS case. Fix regression. Fix broken build. Bluetooth A2DP suspend/resume functionality EventLog when a database file is deleted due to corruption. Don't forget to clear "backup in progress" state when finishing a pass Fix issue #2148939: Sholes slow to wake up in landscape mode Fix Cdma re-start of default connection. Merge change 26821 into eclair Not all WebView's host have permission to read the history. Merge change 26908 into eclair
| | * \ reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| | |\ \
| | | * \ reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
| | | |\ \
| | | | * | android-2.1_r1 snapshotThe Android Open Source Project2010-01-1210-116/+210
| | | | | |
* | | | | | Merge "When the extractor is not able to be created successfully, don't crash"James Dong2010-02-053-1/+14
|\ \ \ \ \ \
| * | | | | | When the extractor is not able to be created successfully, don't crashJames Dong2010-02-043-1/+14
| | | | | | |
* | | | | | | Merge "Camcorder profile Java API support - Use Enum for Quality instead of ↵James Dong2010-02-041-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | int - Use static values() method from Enum, rather than if-else"
| * | | | | | Camcorder profile Java API supportJames Dong2010-02-041-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else bug - 2417312
* | | | | | Stop using the PV software decoders and use ours (based on PV code) instead ↵Andreas Huber2010-02-044-34/+20
|/ / / / / | | | | | | | | | | | | | | | even in non-FULL_STAGEFRIGHT builds.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids having to instantiate the renderer twice in case the video decoder sends a format change before the first frame. related-to-bug: 2375037
* | | | | | Previous change broke A/V sync, this is a better change to eliminate ↵Andreas Huber2010-02-031-3/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | negative media positions. related-to-bug: 2414900
* | | | | Fix a deadlock caused by the AudioPlayer notifying the observer that the ↵Andreas Huber2010-02-034-52/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stream had ended at the same time the observer was shutting down the AudioPlayer. related-to-bug: 2414536
* | | | | fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)Mathias Agopian2010-02-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A typo caused GL_AMBIENT_AND_DIFFUSE to only set the the ambient color. Fix another typo which caused the viewer position to be wrong for specular highlights. Switch back to eye-space lighting, since there are still some issues with some demos (San Angeles in particular).
* | | | | AudioPlayer didn't properly account for the latency when calculating the ↵Andreas Huber2010-02-031-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current media time. related-to-bug: 2414900
* | | | | Merge "implement [2396050] Add ETC1 texture support to AGL"Mathias Agopian2010-02-021-1/+6
|\ \ \ \ \
| * | | | | implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-1/+6
| | | | | |
* | | | | | Workaround for misbehaving HTTP servers that terminate header lines with a ↵Andreas Huber2010-02-021-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single newline instead of the required CRLF sequence. related-to-bug: 2414022
* | | | | | Merge "Don't use a HEAD request to determine redirects, instead do a regular ↵Andreas Huber2010-02-023-13/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream."
| * | | | | | Don't use a HEAD request to determine redirects, instead do a regular GET ↵Andreas Huber2010-02-023-13/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. related-to-bug: 2403674
* | | | | | Properly report the duration of a recording into .mp4 files.Andreas Huber2010-02-021-7/+14
|/ / / / / | | | | | | | | | | | | | | | related-to-bug: 2295468
* | | | | Properly advertise the content length of the HTTP stream if available.Andreas Huber2010-02-024-35/+58
| | | | | | | | | | | | | | | | | | | | related-to-bug: 2312941
* | | | | Merge "Initial check-in for xml-based encoder capabilities retrieval - ↵James Dong2010-02-013-6/+986
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file"
| * | | | | Initial check-in for xml-based encoder capabilities retrievalJames Dong2010-02-013-6/+986
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file
* | | | | | Merge "Use physical memory for software rendering to take a fast path ↵Andreas Huber2010-02-011-1/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | through surface flinger if possible."
| * | | | | | Use physical memory for software rendering to take a fast path through ↵Andreas Huber2010-02-011-1/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | surface flinger if possible. related-to-bug: 2386023
* | | | | | Merge "The TI MP3 decoder lies about the number of channels it outputs, add ↵Andreas Huber2010-02-012-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | a quirk for that."
| * | | | | | The TI MP3 decoder lies about the number of channels it outputs, add a quirk ↵Andreas Huber2010-02-012-3/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | for that.
* | | | | | Don't use MemoryDealer in MetadataRetrieverClient as it's not necessary.Mathias Agopian2010-01-292-17/+8
|/ / / / / | | | | | | | | | | | | | | | Use a MemoryHeapBase directly instead.
* | | | | Merge "Simplify the MemoryDealer implementation"Mathias Agopian2010-01-295-6/+4
|\ \ \ \ \
| * | | | | Simplify the MemoryDealer implementationMathias Agopian2010-01-295-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At some point the implementation became complicated because of SurfaceFlinger's special needs, since we are now relying on gralloc we can go back to much simpler MemoryDealer. Removed HeapInterface and AllocatorInterface, since those don't need to be paramterized anymore. Merged SimpleMemory and Allocation. Made SimplisticAllocator non virtual. Removed MemoryDealer flags (READ_ONLY, PAGE_ALIGNED) Removed a lot of unneeded code.
* | | | | | Merge "Apparently the generic mpeg4 file header does not describe the actual ↵Andreas Huber2010-01-292-0/+99
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted."
| * | | | | | Apparently the generic mpeg4 file header does not describe the actual ↵Andreas Huber2010-01-292-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted. related-to-bug: 2407094
* | | | | | | 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
| |/ / / / / | | | | | | | | | | | | | | | | | | related-to-bug: 2300197
* | | | | | 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
| |/ / / / / | | | | | | | | | | | | | | | | | | related-to-bug: 2300197