- 00237b7 Fix the h.263 assembler to properly subset a buffer's range if it already has a range applied. by Andreas Huber · 14 years ago
- 3f55576 APacketSource is too verbose. by Andreas Huber · 14 years ago
- fb86ce9 Add watermark support. by Dianne Hackborn · 14 years ago
- 65f2490 Merge "should fix sim build, hopefully" into gingerbread by Mathias Agopian · 14 years ago
- b59beb5 should fix sim build, hopefully by Mathias Agopian · 14 years ago
- bb65ae0 Merge "Fix ViewRoot bug attempting to finish synthetic KeyEvents." into gingerbread by Jeff Brown · 14 years ago
- 90dc48b Merge "call into hwcomposer HAL when present" into gingerbread by Mathias Agopian · 14 years ago
- 24d7050 Merge "don't handle the transparent region of a layer in draw()" into gingerbread by Mathias Agopian · 14 years ago
- 8e7515d Merge "get rid of our LayerVector implementation" into gingerbread by Mathias Agopian · 14 years ago
- 025822a Merge "keep a list of visible sorted surfaces" into gingerbread by Mathias Agopian · 14 years ago
- 92ff1dd Fix ViewRoot bug attempting to finish synthetic KeyEvents. by Jeff Brown · 14 years ago
- 95af0c1 Merge "Add support for the PointerLocation overlay." into gingerbread by Jeff Brown · 14 years ago
- e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
- 8514b92 don't handle the transparent region of a layer in draw() by Mathias Agopian · 14 years ago
- 1efba9a get rid of our LayerVector implementation by Mathias Agopian · 14 years ago
- ff1d410 keep a list of visible sorted surfaces by Mathias Agopian · 14 years ago
- bd1c082 Merge "New system property "sys.boot_completed" set to 1 when boot completed." into gingerbread by Dianne Hackborn · 14 years ago
- a41ca77 Add support for the PointerLocation overlay. by Jeff Brown · 14 years ago
- 8ea7151 Merge "Initial tool for OBB manipulation" into gingerbread by Kenny Root · 14 years ago
- ac9717a Merge "Move OBB file reading to DefaultContainerService" into gingerbread by Kenny Root · 14 years ago
- 90d1d10 Merge "This code in CameraSource really should hold the lock." into gingerbread by Andreas Huber · 14 years ago
- f4c454b New system property "sys.boot_completed" set to 1 when boot completed. by Dianne Hackborn · 14 years ago
- 22bd242 This code in CameraSource really should hold the lock. by Andreas Huber · 14 years ago
- 6e7ac5f Initial tool for OBB manipulation by Kenny Root · 15 years ago
- a02b8b0 Move OBB file reading to DefaultContainerService by Kenny Root · 14 years ago
- 9902196 Fix npe in getCacheTotalSize. by Patrick Scott · 14 years ago
- 1777a27 SIP: remove unused file. by Hung-ying Tyan · 14 years ago
- a5ae50c Merge "More native work." into gingerbread by Dianne Hackborn · 14 years ago
- 08d5b8f More native work. by Dianne Hackborn · 14 years ago
- 2725a65 Fix a bug in unregisterPhone(). by Chung-yih Wang · 14 years ago
- 091c523 Merge "SipAudioCall: perform local ops before network op in endCall()" into gingerbread by Hung-ying Tyan · 14 years ago
- f57324c Add getSipUri() for identification. by Chung-yih Wang · 14 years ago
- fbb936b Merge "Add the a power test case which simply do the audio playback. The actual power measurement will be done by another application." into gingerbread by Yu Shan Emily Lau · 14 years ago
- fd4a7c8 Add the a power test case which simply do the audio playback. The actual power measurement will be done by another application. by Yu Shan Emily Lau · 14 years ago
- 91a7f5f Making sure that the prefix is handled properly. by Konstantin Lopyrev · 14 years ago
- 224ab9a Merge "Fix public bug http://code.google.com/p/android/issues/detail?id=10067" into gingerbread by Adam Powell · 14 years ago
- 9bccdb7 Fix public bug http://code.google.com/p/android/issues/detail?id=10067 by Adam Powell · 14 years ago
- f39d598 Merge "Categorizing exported view properties." into gingerbread by Konstantin Lopyrev · 14 years ago
- bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 14 years ago
- c3fc2d0 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 14 years ago
- d98d0fc Merge "Optimize VelocityTracker to run in linear time." into gingerbread by Jeff Brown · 14 years ago
- 1a140bf Merge "Remove some obsolete code." into gingerbread by Andreas Huber · 14 years ago
- 603a34ee Merge "improve a bit the implementation of eglGetProcAddress" into gingerbread by Mathias Agopian · 14 years ago
- 6fa1311 Remove some obsolete code. by Andreas Huber · 14 years ago
- 10ed3f7 Merge "Add input buffer size check for software video encoders" into gingerbread by James Dong · 14 years ago
- 18f0174 Merge "We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup." into gingerbread by Andreas Huber · 14 years ago
- 605f402 Merge "Import revised translations. DO NOT MERGE" into gingerbread by Eric Fischer · 14 years ago
- edae848 am 301c437b: Remove @LargeTest annotations by Eric Rowe · 14 years ago
- 06a43dc Import revised translations. DO NOT MERGE by Eric Fischer · 14 years ago
- 235be39 Merge "Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs." into gingerbread by Andreas Huber · 14 years ago
- f88f844 We're now going to ignore timestamps completely in gtalk video conferencing, playing video as soon as it comes in. We also make up fake timestamps in the rtp code, ignoring rtcp SR information to enable early startup. by Andreas Huber · 14 years ago
- e6daea5 Add input buffer size check for software video encoders by James Dong · 14 years ago
- 532d2ac Merge "Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer" into gingerbread by James Dong · 14 years ago
- e967ee4 Merge "Fix gingerbread FrameworkCoreTests makefile." into gingerbread by Brett Chabot · 14 years ago
- f3b7859 Only check the codec specific data when the output buffer contains kKeyIsCodecConfig in MP4 writer by James Dong · 14 years ago
- aa92ef7 Many, many developers misread or don't read the http specs and terminate lines with '\n' instead of CRLF '\r\n' as required. Enable the workaround for this by default. Also increase the socket read timeout to 30 secs. by Andreas Huber · 14 years ago
- 259b4c8 Merge "SIP: clean up unused class and fields." into gingerbread by Hung-ying Tyan · 14 years ago
- ea4de5bd SipAudioCall: perform local ops before network op in endCall() by Hung-ying Tyan · 14 years ago
- 8e63ddb SIP: clean up unused class and fields. by Hung-ying Tyan · 14 years ago
- 88cf2fc Optimize VelocityTracker to run in linear time. by Jeff Brown · 14 years ago
- 56718cb Fix gingerbread FrameworkCoreTests makefile. by Brett Chabot · 14 years ago
- 8daae8f improve a bit the implementation of eglGetProcAddress by Mathias Agopian · 14 years ago
- 745d1e9 Merge "Update javadoc for the API and change return of getBondedDevices()." into gingerbread by Jaikumar Ganesh · 14 years ago
- 6c6d57c Merge "Fix focus notification" into gingerbread by Konstantin Lopyrev · 14 years ago
- 63cca69 Merge "Make sure profiling is done only for views that are actually measured, laid out and drawn." into gingerbread by Konstantin Lopyrev · 14 years ago
- fec86f4 Update javadoc for the API and change return of getBondedDevices(). by Jaikumar Ganesh · 14 years ago
- 5e7833a Fix focus notification by Konstantin Lopyrev · 14 years ago
- 301c437 Remove @LargeTest annotations by Eric Rowe · 14 years ago
- 66edf55 Merge "Fix bug 2684341 Don't steal the media button event from the phone app is the phone is ringing, even in silent mode." into gingerbread by Jean-Michel Trivi · 14 years ago
- cbaef51 Merge "Check whether Bluetooth is enabled before making any API calls." into gingerbread by Jaikumar Ganesh · 14 years ago
- f5ff170 Check whether Bluetooth is enabled before making any API calls. by Jaikumar Ganesh · 14 years ago
- 959909e Merge "Support multiple PPS and SPS in avcC box" into gingerbread by James Dong · 14 years ago
- 481e05e Support multiple PPS and SPS in avcC box by James Dong · 14 years ago
- e73131a Fix bug 2684341 Don't steal the media button event from the phone by Jean-Michel Trivi · 15 years ago
- 4edf85a Merge "Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder." into gingerbread by Andreas Huber · 14 years ago
- 67400d4 Merge "Added tests for audio effects in MediaFrameworkTest" into gingerbread by Eric Laurent · 14 years ago
- 520b2a7 Support for extracting G.711 a-law and mu-law audio from WAV files and a corresponding software decoder. by Andreas Huber · 14 years ago
- 2a6b80b Fixed several audio effects problems. by Eric Laurent · 14 years ago
- 441ec6b Added tests for audio effects in MediaFrameworkTest by Eric Laurent · 14 years ago
- 8fb2e6e PhoneFactory: add makeSipPhone() by Hung-ying Tyan · 14 years ago
- d122805 CallManager: add getAllPhones(). by Hung-ying Tyan · 14 years ago
- 799f2bb am b37bca9e: Merge "COMMENT ONLY change to fix some formatting glitches and (more importantly) clarify issues surrounding removed accounts." into froyo by Dan Egnor · 14 years ago
- b37bca9 Merge "COMMENT ONLY change to fix some formatting glitches and (more importantly) clarify issues surrounding removed accounts." into froyo by Dan Egnor · 14 years ago
- ad98d38 Support for communicating if a buffer read from the _extractor_ is a sync sample or not. by Andreas Huber · 14 years ago
- c6dc457 Make sure profiling is done only for views that are actually measured, laid out and drawn. by Konstantin Lopyrev · 14 years ago
- 261aaa1 Merge "Properly skip the 'skip' chunk in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago
- 765b8aa Properly skip the 'skip' chunk in mpeg4 files. by Andreas Huber · 14 years ago
- 9fbf00c Merge "Slight improvement (hopefully) to orientation sensing." into gingerbread by Steve Howard · 14 years ago
- 3b0d3d5 Merge "Adding a way for Hierarchy Viewer to get the focused window." into gingerbread by Konstantin Lopyrev · 14 years ago
- f962476 Adding a way for Hierarchy Viewer to get the focused window. by Konstantin Lopyrev · 15 years ago
- db86c59 New drawables for the update to the maps API (DO NOT MERGE) by Steve Howard · 14 years ago
- 8e15afe Make downloads visible by default. by Steve Howard · 14 years ago
- 818490a Fix String8::operator+ by Kenny Root · 14 years ago
- 5723dfe GPS: Don't set XTRA download pending flag at boot time. by Mike Lockwood · 14 years ago
- 4c5d28c RTP: move into frameworks. by Chia-chi Yeh · 14 years ago
- 1d62c77 Fix the build by Chung-yih Wang · 14 years ago
- b960588 Merge "Revert "Revert "Move SIP telephony related codes to framework.""" into gingerbread by Chung-yih Wang · 14 years ago
- 7324489 Merge "Add SIP service into system server." into gingerbread by Chung-yih Wang · 14 years ago
- 740aa4b am 90937179: (-s ours) Merge "DO NOT MERGE Fix a bug that could cause flings to last too long using a Scroller" into froyo by Adam Powell · 14 years ago
- 90937179 Merge "DO NOT MERGE Fix a bug that could cause flings to last too long using a Scroller" into froyo by Adam Powell · 14 years ago