summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 "API Support for both synchronous and queued commands, optionally assoc...Andreas Huber2010-12-075-61/+245
|\ \ | |/ |/|
| * API Support for both synchronous and queued commands, optionally associated m...Andreas Huber2010-12-065-61/+245
* | Merge "Remove check if the target video resolution is not supported by Camera...James Dong2010-12-062-18/+25
|\ \ | |/ |/|
| * Remove check if the target video resolution is not supported by CameraSourceJames Dong2010-12-052-18/+25
* | Squashed commit of the following:Andreas Huber2010-12-0615-837/+1032
|/
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-036-67/+43
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-023-4/+12
* Merge "Squashed commit of the following:"Andreas Huber2010-12-026-14/+80
|\
| * Squashed commit of the following:Andreas Huber2010-12-026-14/+80
* | am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size ...James Dong2010-12-022-1/+12
|\ \ | |/ |/|
| * am d4c5478a: Merge "Be conservative in estimating the file size limit." into ...James Dong2010-12-022-1/+12
| |\
| | * Be conservative in estimating the file size limit.James Dong2010-11-302-1/+12
| * | am 30c81844: Merge "DO NOT MERGE Support for "chunked" HTTP transfer encoding...Andreas Huber2010-11-304-13/+142
| |\ \ | | |/
| | * Merge "DO NOT MERGE Support for "chunked" HTTP transfer encoding." into ginge...Andreas Huber2010-11-304-13/+142
| | |\
| | | * DO NOT MERGE Support for "chunked" HTTP transfer encoding.Andreas Huber2010-11-304-13/+142
| * | | am a41c1e1d: Merge "DO NOT MERGE Upgrade to the latest version of libwebm to ...Andreas Huber2010-11-303-3533/+5067
| |\ \ \ | | |/ /
| | * | Merge "DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube w...Andreas Huber2010-11-303-3533/+5067
| | |\ \ | | | |/ | | |/|
| | | * DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube webm pla...Andreas Huber2010-11-303-3533/+5067
| * | | am 567b2bd1: Merge "After seeking display the first new video frame right awa...Andreas Huber2010-11-301-0/+6
| |\ \ \ | | |/ /
| | * | After seeking display the first new video frame right away without concern fo...Andreas Huber2010-11-301-0/+6
| * | | am b690e55d: Merge "DO NOT MERGE - Instead of asserting that ISurface success...Andreas Huber2010-11-305-57/+120
| |\ \ \ | | |/ /
| | * | DO NOT MERGE - Instead of asserting that ISurface successfully registered buf...Andreas Huber2010-11-305-57/+120
* | | | MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood2010-12-023-5/+5
* | | | am 4f93f08d: am 683a7ff9: Merge "Visualizer: Fix the conversion from 8-bit sa...Chia-chi Yeh2010-11-301-4/+4
|\ \ \ \ | |/ / /
| * | | am 683a7ff9: Merge "Visualizer: Fix the conversion from 8-bit sample to 16-bi...Chia-chi Yeh2010-11-301-4/+4
| |\ \ \ | | |/ /
| | * | Merge "Visualizer: Fix the conversion from 8-bit sample to 16-bit sample." in...Chia-chi Yeh2010-11-291-4/+4
| | |\ \ | | | |/ | | |/|
| | | * Visualizer: Fix the conversion from 8-bit sample to 16-bit sample.Chia-chi Yeh2010-11-011-4/+4
* | | | Merge "MTP: Make sure buffer is big enough before reading the data packet"Mike Lockwood2010-11-301-0/+1
|\ \ \ \
| * | | | MTP: Make sure buffer is big enough before reading the data packetMike Lockwood2010-11-301-0/+1
* | | | | Merge "Support streaming data across binder boundaries."Andreas Huber2010-11-249-4/+491
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Support streaming data across binder boundaries.Andreas Huber2010-11-239-4/+491
* | | | | Merge changes Ia5fec45a,I74927f73,I5a3c0b07Mike Lockwood2010-11-235-4/+53
|\ \ \ \ \
| * | | | | MTP: Fix typo in MtpServer::doGetObjectPropListMike Lockwood2010-11-231-1/+1
| * | | | | MTP: Implement GetPartialObject commandMike Lockwood2010-11-233-3/+46
| * | | | | MTP: Use DateTime form in GetObjectPropDesc for date/time properties.Mike Lockwood2010-11-232-0/+6
* | | | | | Merge "Do not getConfig on video encoder on output port"James Dong2010-11-231-26/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Do not getConfig on video encoder on output portJames Dong2010-11-231-26/+28
| |/ / / /
* | | | | Rename MtpCursor to PtpCursorMike Lockwood2010-11-233-30/+30
* | | | | MTP: Remove static library build for linux host.Mike Lockwood2010-11-231-29/+0
|/ / / /