- 5a84386 Merge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first." by Gloria Wang · 15 years ago
- 9682728 Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 15 years ago
- 75ed814 Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 15 years ago
- 9446c50 Merge "When the extractor is not able to be created successfully, don't crash" by James Dong · 15 years ago
- e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
- 760dcec Merge "Camcorder profile Java API support - Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else" by James Dong · 15 years ago
- 2b7bb21 Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first. by Gloria Wang · 15 years ago
- 2f46c06 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 15 years ago
- e7038ac Camcorder profile Java API support by James Dong · 15 years ago
- acfbc80 Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds. by Andreas Huber · 15 years ago
- 5d9661b Add getAttributeDouble() and focal length tag. by Wu-cheng Li · 15 years ago
- 5258919 Merge "Defer creating the video renderer until we see the first video frame." by Andreas Huber · 15 years ago
- 7085b684 Defer creating the video renderer until we see the first video frame. by Andreas Huber · 15 years ago
- 065f69e Previous change broke A/V sync, this is a better change to eliminate negative media positions. by Andreas Huber · 15 years ago
- 70d10c0 Fix a deadlock caused by the AudioPlayer notifying the observer that the stream had ended at the same time the observer was shutting down the AudioPlayer. by Andreas Huber · 15 years ago
- c119f7e AudioPlayer didn't properly account for the latency when calculating the current media time. by Andreas Huber · 15 years ago
- 3a8cab8 Add GpsDateTime support to ExifInterface and correct images table's date_taken value to UTC timestamp. by Ray Chen · 15 years ago
- 9763f64 Workaround for misbehaving HTTP servers that terminate header lines with a single newline instead of the required CRLF sequence. by Andreas Huber · 15 years ago
- 23a6b44 Merge "Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream." by Andreas Huber · 15 years ago
- b777bf3 Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. by Andreas Huber · 15 years ago
- 716582e Properly report the duration of a recording into .mp4 files. by Andreas Huber · 15 years ago
- 2d65817 Merge "Properly advertise the content length of the HTTP stream if available." by Andreas Huber · 15 years ago
- b339ac3 sdutil: Refactor for new APIs by San Mehat · 15 years ago
- 8cc1b2a Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 15 years ago
- 705300b Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file" by James Dong · 15 years ago
- c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
- 5fdff9e Merge "Use physical memory for software rendering to take a fast path through surface flinger if possible." by Andreas Huber · 15 years ago
- 8ef96af Merge "The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that." by Andreas Huber · 15 years ago
- cfde87b Use physical memory for software rendering to take a fast path through surface flinger if possible. by Andreas Huber · 15 years ago
- e331c7b The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that. by Andreas Huber · 15 years ago
- 1875b7e Don't use MemoryDealer in MetadataRetrieverClient as it's not necessary. by Mathias Agopian · 15 years ago
- 239d5b3 Merge "Simplify the MemoryDealer implementation" by Mathias Agopian · 15 years ago
- 0c9698e Merge "Apparently the generic mpeg4 file header does not describe the actual samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted." by Andreas Huber · 15 years ago
- e6c73c2 Merge "Support 24-bit LE PCM wave files in stagefright." by Andreas Huber · 15 years ago
- 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
- d231596 Apparently the generic mpeg4 file header does not describe the actual samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted. by Andreas Huber · 15 years ago
- bf124e7 Unhide ThumbnailUtils to support Camera unbundling. http://b/2375978 by Ray Chen · 15 years ago
- 00aa8ec Support 24-bit LE PCM wave files in stagefright. by Andreas Huber · 15 years ago
- 8b6c541 Merge "Properly forward errors returned by AudioTrack up to the player." by Andreas Huber · 15 years ago
- 7ff292c The AVC software decoder always aligns the decoded dimensions to 16 pixel boundaries, report this properly to callers. by Andreas Huber · 15 years ago
- 62eac00 Properly forward errors returned by AudioTrack up to the player. by Andreas Huber · 15 years ago
- 85fb658 Merge "Make sure the OMX component is synchronously shutdown before we try to instantiate another one. Also properly cleanup the software AVC decoder to avoid leaking memory." by Andreas Huber · 15 years ago
- 98b48de Make sure the OMX component is synchronously shutdown before we try to instantiate another one. Also properly cleanup the software AVC decoder to avoid leaking memory. by Andreas Huber · 15 years ago
- affa99c For mpeg4 files streamed through HTTP, cache the entire sampletable metadata chunk in memory if possible. by Andreas Huber · 15 years ago
- 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
- 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago
- 9cf5b45 am 47f1d4d5: am b1780474: Merge "Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player." into eclair by Yu Shan Emily Lau · 15 years ago
- 46ce847 Fix http streaming for shoutcast servers that do not support http ranges. by Andreas Huber · 15 years ago
- 0ebff76 Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync" by Eric Laurent · 15 years ago
- 9ecaf8b Merge "Attempt to fix the build ... again." by Andreas Huber · 15 years ago
- 55e99c6 Attempt to fix the build ... again. by Andreas Huber · 15 years ago
- 2d4d919 Merge "Do not hold onto the master lock while reading data from the datasource. This would prevent consumers from reading cached data immediately if it is available." by Andreas Huber · 15 years ago
- 37105cc Fixing the build. Why is this suddenly necessary and didn't break the build before??? by Andreas Huber · 15 years ago
- fc22d93 Do not hold onto the master lock while reading data from the datasource. This would prevent consumers from reading cached data immediately if it is available. by Andreas Huber · 15 years ago
- a6f266c Merge "Add the new golden thumbnail image as the PV and stagefright implementations in capturing thumbnail is different." by Yu Shan Emily Lau · 15 years ago
- 8258879 Merge "Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation." by Andreas Huber · 15 years ago
- 0986e79 Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 15 years ago
- b9e6383 Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation. by Andreas Huber · 15 years ago
- 996dddf Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 15 years ago
- 0c8569f Merge "MountService: Add support for renaming secure containers" by San Mehat · 15 years ago
- eea6ecd Add the new golden thumbnail image as the PV and stagefright implementations in capturing thumbnail is different. by Yu Shan Emily Lau · 15 years ago
- 473bd77 Merge "Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active." by Eric Laurent · 15 years ago
- e2b3886 Merge "Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright." by Andreas Huber · 15 years ago
- 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
- 23f25cd Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 15 years ago
- bb04b63 Merge "Fix issue 2349345: Media sound output stuck on earpiece rather than speaker." by Eric Laurent · 15 years ago
- b1cbc35 Merge "Fix issue 2363154: Speech synthesis fails to start over A2DP after media server process crash." by Eric Laurent · 15 years ago
- 52733b8 The qcom OMX video decoders do not allocate output buffer memory at the time OMX_AllocateBuffer is called, wait until we received the first FILL_BUFFER_DONE notification until we rely on the buffer data ptr. by Andreas Huber · 15 years ago
- 787aa59 Fix issue 2363154: Speech synthesis fails to start over A2DP after media server process crash. by Eric Laurent · 15 years ago
- 9272b4b Fix issue 2349345: Media sound output stuck on earpiece rather than speaker. by Eric Laurent · 15 years ago
- 45f6104 MountService: Add support for renaming secure containers by San Mehat · 15 years ago
- ddce576 Merge "Make sure to release the renderer before shutting down the hardware codec, qcom's hardware decoder will otherwise crash." by Andreas Huber · 15 years ago
- 3522b5a5 Make sure to release the renderer before shutting down the hardware codec, qcom's hardware decoder will otherwise crash. by Andreas Huber · 15 years ago
- 7c45147 Merge "Make the media scanner disregard database entries that do not have absolute path names. This allows us to store other things (perhaps with http or content URIs) in the database, without the media scanner removing them again." by Marco Nelissen · 15 years ago
- e1ceec2 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 15 years ago
- 35b002a Make the media scanner disregard database entries that do not have by Marco Nelissen · 15 years ago
- 47f1d4d am b1780474: Merge "Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player." into eclair by Yu Shan Emily Lau · 15 years ago
- f465dc0 Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player. by Yu Shan Emily Lau · 15 years ago
- 48da344 Merge "Fix circular dependency between StagefrightPlayer and AwesomePlayer that prevented proper cleanup." by Andreas Huber · 15 years ago
- 2cb5c9c Special-case .wmv and .wma metadata retrieval and playback to use PV if available. by Andreas Huber · 15 years ago
- a3f4384 Fix circular dependency between StagefrightPlayer and AwesomePlayer that prevented proper cleanup. by Andreas Huber · 15 years ago
- 703f061 Merge "Fix no-copy-overhead OMXCodec implementation to actually work." by Andreas Huber · 15 years ago
- c712b9f Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 15 years ago
- 06b3ff7 Make the MediaMetadataTest a little more lenient when it comes to verifying the duration of media files, only require that the returned duration is within 100ms of the expected one, as the PV and stagefright implementations differ slightly. by Andreas Huber · 15 years ago
- 9b42b81 Merge "Adds support for 8-bit (unsigned) PCM wave files." by Andreas Huber · 15 years ago
- e9999cf Adds support for 8-bit (unsigned) PCM wave files. by Andreas Huber · 15 years ago
- c2c9dd3 Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 15 years ago
- 5b5ae13 Fix trailing garbage after UCS-2 encoded strings in ID3 V2. by Andreas Huber · 15 years ago
- 43782d3 Support for ID3 version 1 (and 1.1) tags in .mp3 files. by Andreas Huber · 15 years ago
- cb6ffa2 Merge "Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process." by Andreas Huber · 15 years ago
- bfa05732 Merge "Add missing libjpeg in linker option. Currently this library is used by the main executable but is included implicitly via inter-library dependency." by Doug Kwan · 15 years ago
- e73b46e Merge "Media server death nodification" by James Dong · 15 years ago
- 474a97a Add missing libjpeg in linker option. Currently this library is used by the by Doug Kwan · 15 years ago
- f1fe064 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 15 years ago
- 0a2d870 Merge "Squashed commit of the following:" by Andreas Huber · 15 years ago
- 0d41be3 Merge "Remove totally unused code from OMX.cpp" by Andreas Huber · 15 years ago
- 1faa92a Squashed commit of the following: by Andreas Huber · 15 years ago
- fed1a1c Remove totally unused code from OMX.cpp by Andreas Huber · 15 years ago
- 5a12413 Merge "Make sure the seek test attempts to seek on the very first iteration, as this appears to be a special case that decoders frequently get wrong." by Andreas Huber · 15 years ago
- 9dba709 MountService: Add new 'unmountSecureContainer' API call by San Mehat · 15 years ago