- 7299c41 Refactor car mode. by Dianne Hackborn · 15 years ago
- 055c986 Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 15 years ago
- 47d0a92 Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 15 years ago
- ef05e07 Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links by Dianne Hackborn · 15 years ago
- 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
- 8cbb8f5 Unhide zoom API. by Wu-cheng Li · 15 years ago
- 24b326a Unhide exposure compensation API. by Wu-cheng Li · 15 years ago
- b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
- 9b433f0 Image encoding settings java API through xml configuration file by James Dong · 15 years ago
- 9ff1f96 Merge "Use UTF-8 strings to avoid duplicate caching, part 1" by Kenny Root · 15 years ago
- d7d22eb Propagate errors all the way through the MediaSources and send either MEDIA_PLAYBACK_COMPLETE or MEDIA_ERROR depending on the final reason for running out of buffers to play back. by Andreas Huber · 15 years ago
- 780d2a1 Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 15 years ago
- ab9985e Merge "This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk." by Andreas Huber · 15 years ago
- b8de957 This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk. by Andreas Huber · 15 years ago
- c86727f remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
- e59a54c Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
- 102f49f fix a bug I introduced recently where YUV formats would crash the system by Mathias Agopian · 15 years ago
- 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
- a9886c5 Totally remove Unicode.cpp and rely on ICU by Kenny Root · 15 years ago
- a16e4ee Merge "Excise code from Unicode.cpp that was dead" by Kenny Root · 15 years ago
- 564bfc2 Excise code from Unicode.cpp that was dead by Kenny Root · 15 years ago
- fbb3885 New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 15 years ago
- 8b799a3 Merge "Add support for "album artist" tag." by Marco Nelissen · 15 years ago
- c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 15 years ago
- 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
- 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
- 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
- be14332 Merge "Add exposure compensation parameter." by Wu-cheng Li · 15 years ago
- ff723b6 Add exposure compensation parameter. by Wu-cheng Li · 15 years ago
- 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 15 years ago
- e7038ac Camcorder profile Java API support by James Dong · 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
- e304bdd fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 15 years ago
- b0f324d Merge "implement [2396050] Add ETC1 texture support to AGL" by Mathias Agopian · 15 years ago
- d1f73a2 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 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
- 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
- e331c7b The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that. by Andreas Huber · 15 years ago
- 7eae31c Add float support for set and get in CameraParameters. by Wu-cheng Li · 15 years ago
- 6c8d276 Add focal length and view angle API. by Wu-cheng Li · 15 years ago
- 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
- 62eac00 Properly forward errors returned by AudioTrack up to the player. 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
- 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
- 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
- d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 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
- 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
- 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
- 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
- acf7703 Change key to KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES for consistency. by Wu-cheng Li · 15 years ago
- ac127dc Add support for 180/270 degrees rotation. by Chih-Chung Chang · 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
- c712b9f Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 15 years ago
- 61fa01d Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files." by Andreas Huber · 15 years ago
- 243bf50 Merge "Create base class for audio policy manager." by Eric Laurent · 15 years ago
- c2c9dd3 Support for 'iTunes-style' metadata in .mp4 and .3gp 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
- f1fe064 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 15 years ago
- 34bbc22 Media server death nodification by James Dong · 15 years ago
- 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
- 3a3656c More metadata support. by Andreas Huber · 15 years ago
- cef3cd7 Create base class for audio policy manager. by Eric Laurent · 15 years ago
- aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
- e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
- cf4fc62 am f31f365a: am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
- f31f365 am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
- eb14a78 Fix issues 2333450 and 2333559: by Eric Laurent · 15 years ago
- b5c6be6 am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
- 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
- d934479 am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 15 years ago
- c7e91ee Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 15 years ago
- 28fdcf9 am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 15 years ago
- d49b526dd Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 15 years ago
- 1e1d449 am 218aa945: Merge change I6478884a into eclair-mr2 by Kenny Root · 15 years ago
- 218aa94 Merge change I6478884a into eclair-mr2 by Android (Google) Code Review · 15 years ago
- 899858a am 6608bd0d: am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
- 6608bd0 am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
- bb79f64 Add string resource type inspection by Kenny Root · 15 years ago
- 5cd6fcd am e6c0e993: Merge change I129483f8 into eclair-mr2 by Kenny Root · 15 years ago
- 68a3b8b am 24eca800: Merge change I887f355f into eclair-mr2 by Dianne Hackborn · 15 years ago
- ed3e7ab am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
- e6c0e99 Merge change I129483f8 into eclair-mr2 by Android (Google) Code Review · 15 years ago
- 6154412 Partially fix bug 2111240 Detect docking / undocking event by reporting by Jean-Michel Trivi · 15 years ago
- 887f355 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
- 1913846 Optional use of UTF-8 strings in resource bundles by Kenny Root · 15 years ago
- f553a58 am 5921fb51: Merge change I91eb0354 into eclair-mr2 by Andreas Huber · 15 years ago
- 91eb035 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 15 years ago
- 5d676ad am 52f410e2: Merge change Ifef6435a into eclair-mr2 by Andreas Huber · 15 years ago
- fef6435 Enable proper cleanup of OMX nodes managed through stagefright. by Andreas Huber · 15 years ago
- 9ee55cc am 2d6d609c: Merge change I74bf38a0 into eclair-mr2 by Andreas Huber · 15 years ago
- 874c508 am bfb9fb14: Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 15 years ago
- 2d6d609 Merge change I74bf38a0 into eclair-mr2 by Android (Google) Code Review · 15 years ago