summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Properly signal the condition if we run out of input data.Andreas Huber2010-12-141-0/+1
| |/ / /
* | | | Merge "Support malformed ID3 V2.4 tags written by early versions of iTunes."Andreas Huber2010-12-142-5/+25
|\ \ \ \
| * | | | Support malformed ID3 V2.4 tags written by early versions of iTunes.Andreas Huber2010-12-142-5/+25
| |/ / /
* | | | MTP: check for replacing existing files via the database instead of the file ...Mike Lockwood2010-12-131-4/+0
|/ / /
* | | Yield the omx threads so that file writer threads have a chance to retrieve t...James Dong2010-12-132-0/+5
* | | Merge "Revert "Allows the authoring engine to skip frame.""James Dong2010-12-136-126/+20
|\ \ \
| * | | Revert "Allows the authoring engine to skip frame."James Dong2010-12-116-126/+20
* | | | MTP: Add support for reserve storage setting to avoid low storage situations.Mike Lockwood2010-12-124-9/+16
|/ / /
* | | Merge "Fixed a failure from timelapse video recording because of accidental u...James Dong2010-12-101-3/+6
|\ \ \
| * | | Fixed a failure from timelapse video recording because of accidental use of m...James Dong2010-12-101-3/+6
* | | | Fix audio mode log.Eric Laurent2010-12-101-2/+3
|/ / /
* | | Release a recording frame only if mCamera exists and is not cleared.James Dong2010-12-101-2/+4
* | | We requires camera hal's implementation should not track the ref count of any...James Dong2010-12-102-5/+20
* | | Merge "First step towards renabling Timelapse video recording"James Dong2010-12-093-8/+20
|\ \ \
| * | | First step towards renabling Timelapse video recordingJames Dong2010-12-093-8/+20
* | | | MTP host: Handle receiving a response packet instead of data packet.Mike Lockwood2010-12-094-3/+32
* | | | libstagefright: Compile MP3 & AAC decoders in 32bit ARM ModeJames Wylder2010-12-092-0/+4
|/ / /
* | | Merge "resolved conflicts for merge of c402def7 to master"James Dong2010-12-080-0/+0
|\ \ \
| * \ \ resolved conflicts for merge of c402def7 to masterJames Dong2010-12-080-0/+0
| |\ \ \ | | |/ /
| | * | am 1f5b133a: Merge "When INFO_FORMAT_CHANGED event comes in before the render...James Dong2010-12-081-0/+2
| | |\ \ | | | |/
| | | * When INFO_FORMAT_CHANGED event comes in before the renderer was initialized, ...James Dong2010-12-081-0/+2
* | | | Merge changes Id4222c9b,I3c1a9172Mathias Agopian2010-12-081-83/+0
|\ \ \ \
| * | | | fix [3259708] Graphic Buffer Mapper does not support YV12Mathias Agopian2010-12-081-83/+0
| |/ / /
* | | | Merge "MTP: Improve argument checking in SendObjectInfo"Mike Lockwood2010-12-083-8/+21
|\ \ \ \ | |/ / / |/| | |
| * | | MTP: Improve argument checking in SendObjectInfoMike Lockwood2010-12-083-8/+21
* | | | remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-083-112/+10
* | | | Fix thumbnail extraction for extractors that don't have a preference.Andreas Huber2010-12-081-1/+4
* | | | Merge "Better buffer status management and verification in OMXCodec."Andreas Huber2010-12-082-42/+66
|\ \ \ \ | |/ / / |/| | |
| * | | Better buffer status management and verification in OMXCodec.Andreas Huber2010-12-082-42/+66
* | | | Merge "MTP: Support format argument in host GetObjectPropDesc command"Mike Lockwood2010-12-072-3/+4
|\ \ \ \
| * | | | MTP: Support format argument in host GetObjectPropDesc commandMike Lockwood2010-12-072-3/+4
* | | | | Merge "MTP: Read property code before calling isDeviceProperty in MtpProperty...Mike Lockwood2010-12-071-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | MTP: Read property code before calling isDeviceProperty in MtpProperty::read()Mike Lockwood2010-12-071-2/+1
* | | | | Merge "MTP: Improve MtpProperty logging support"Mike Lockwood2010-12-074-8/+130
|\ \ \ \ \ | |/ / / /
| * | | | MTP: Improve MtpProperty logging supportMike Lockwood2010-12-074-8/+130
* | | | | Merge "MTP: Host support for GetObjectPropsSupported and GetObjectPropDesc"Mike Lockwood2010-12-072-0/+38
|\ \ \ \ \ | |/ / / /
| * | | | MTP: Host support for GetObjectPropsSupported and GetObjectPropDescMike Lockwood2010-12-072-0/+38
* | | | | Merge "MTP: Use correct return type for getSupportedObjectProperties"Mike Lockwood2010-12-071-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MTP: Use correct return type for getSupportedObjectPropertiesMike Lockwood2010-12-071-1/+1
* | | | | Merge "Revert "MTP: Remove static library build for linux host.""Mike Lockwood2010-12-071-0/+29
|\ \ \ \ \ | |/ / / /
| * | | | Revert "MTP: Remove static library build for linux host."Mike Lockwood2010-12-071-0/+29
* | | | | Merge "Don't drop video frames but to release them."James Dong2010-12-071-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't drop video frames but to release them.James Dong2010-12-061-1/+4
| |/ / /
* | | | Merge "API Support for both synchronous and queued commands, optionally assoc...Andreas Huber2010-12-078-65/+256
|\ \ \ \ | |/ / / |/| | |
| * | | API Support for both synchronous and queued commands, optionally associated m...Andreas Huber2010-12-068-65/+256
* | | | am 23b791cd: am d57fbe88: Fixed a race condition where some recording frames ...James Dong2010-12-060-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | am d57fbe88: Fixed a race condition where some recording frames may not be re...James Dong2010-12-061-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Fixed a race condition where some recording frames may not be releasedJames Dong2010-12-061-0/+3
* | | | Merge "Remove check if the target video resolution is not supported by Camera...James Dong2010-12-063-18/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove check if the target video resolution is not supported by CameraSourceJames Dong2010-12-053-18/+27