Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix filename typo. | Koan-Sin Tan | 2012-01-04 | 1 | -1/+1 |
* | Implement ADB communication over QEMU pipe | Vladimir Chtchetkine | 2011-12-13 | 10 | -5/+1080 |
* | Merge "Implements white balance and exposure compensation for emulated webcam" | Vladimir Chtchetkine | 2011-12-13 | 7 | -80/+274 |
|\ | |||||
| * | Implements white balance and exposure compensation for emulated webcam | Vladimir Chtchetkine | 2011-12-05 | 7 | -80/+274 |
* | | Implements double-linked circular list. | Vladimir Chtchetkine | 2011-12-08 | 1 | -0/+112 |
* | | Fixes emulator crash due to premature pipe client destruction. | Vladimir Chtchetkine | 2011-12-07 | 1 | -9/+26 |
|/ | |||||
* | Fix 64-bit build. | David 'Digit' Turner | 2011-11-23 | 1 | -5/+7 |
* | Add 320x240 frame support for Windows and Mac camera emulation | Vladimir Chtchetkine | 2011-11-15 | 2 | -0/+4 |
* | Add required frame dimensions for Win and Mac. | Vladimir Chtchetkine | 2011-11-15 | 2 | -12/+22 |
* | Minor fix for debug output | Vladimir Chtchetkine | 2011-11-15 | 1 | -1/+1 |
* | Fixes windows build | Vladimir Chtchetkine | 2011-11-10 | 1 | -2/+2 |
* | Implements sensors emulation using a connected Android device | Vladimir Chtchetkine | 2011-11-09 | 9 | -13/+2046 |
* | Fix snapshot crash | David 'Digit' Turner | 2011-11-08 | 2 | -26/+183 |
* | Fix emulator crash. | Vladimir Chtchetkine | 2011-10-21 | 1 | -5/+7 |
* | Bound loop index | Vladimir Chtchetkine | 2011-10-21 | 1 | -1/+1 |
* | Fix emulator crash caused by bad 'printf' | Vladimir Chtchetkine | 2011-10-20 | 2 | -3/+3 |
* | Implemented Mac camera emulation | Vladimir Chtchetkine | 2011-10-12 | 2 | -86/+549 |
* | Fix snapshots | Vladimir Chtchetkine | 2011-10-05 | 1 | -13/+17 |
* | New AVD property to control presence of hw main keys. | Xavier Ducrohet | 2011-10-04 | 1 | -4/+9 |
* | Fix CPU architecture reported in HW config | Vladimir Chtchetkine | 2011-09-28 | 1 | -0/+11 |
* | Fix windows build | Vladimir Chtchetkine | 2011-09-23 | 2 | -2/+2 |
* | Check that first two cameras are facing in opposite direction. | Vladimir Chtchetkine | 2011-09-23 | 2 | -13/+32 |
* | Timeout frame capturing. | Vladimir Chtchetkine | 2011-09-23 | 6 | -24/+64 |
* | Properly reset camera device between capture requests | Vladimir Chtchetkine | 2011-09-22 | 1 | -9/+40 |
* | Fix video recording on Windows | Vladimir Chtchetkine | 2011-09-22 | 1 | -15/+80 |
* | Fix captured frame pixel format on Windows | Vladimir Chtchetkine | 2011-09-21 | 1 | -2/+2 |
* | Fix NV12, and NV21 format descriptors | Vladimir Chtchetkine | 2011-09-21 | 3 | -4/+20 |
* | Print warning on invalid webcam name | Vladimir Chtchetkine | 2011-09-21 | 1 | -0/+4 |
* | Fix win/mac build | Vladimir Chtchetkine | 2011-09-21 | 1 | -4/+4 |
* | Fix Mac/Windows builds | Vladimir Chtchetkine | 2011-09-21 | 1 | -0/+14 |
* | Implements converters for BAYER pixel format | Vladimir Chtchetkine | 2011-09-21 | 2 | -43/+559 |
* | Add -webcam commandline option to control webcam emulation | Vladimir Chtchetkine | 2011-09-20 | 9 | -44/+430 |
* | Refactor the converters to make them more manageable | Vladimir Chtchetkine | 2011-09-17 | 1 | -1151/+690 |
* | Add support for NV21, and NV12 formats | Vladimir Chtchetkine | 2011-09-16 | 2 | -0/+584 |
* | Merge "gles: use fast GLES pipe by default (Unix only)" | David Turner | 2011-09-15 | 3 | -4/+60 |
|\ | |||||
| * | gles: use fast GLES pipe by default (Unix only) | David Turner | 2011-09-13 | 3 | -4/+60 |
* | | Fixes "stop device" issue on Linux | Vladimir Chtchetkine | 2011-09-14 | 1 | -0/+19 |
* | | Add cmdline param to control fake camera emulation | Vladimir Chtchetkine | 2011-09-13 | 4 | -6/+42 |
|/ | |||||
* | Add -gpu <mode> option to force GPU emulation | David Turner | 2011-09-13 | 3 | -0/+44 |
* | Fix -ramdisk option handling. | David 'Digit' Turner | 2011-09-13 | 1 | -2/+9 |
* | emulator: fix Win32 runtime crash | David 'Digit' Turner | 2011-09-13 | 1 | -2/+2 |
* | Fix Mac build | Vladimir Chtchetkine | 2011-09-12 | 1 | -1/+0 |
* | Fix Mac build | Vladimir Chtchetkine | 2011-09-12 | 1 | -0/+87 |
* | Implements camera service in emulator | Vladimir Chtchetkine | 2011-09-12 | 7 | -461/+2866 |
* | Camera service skeleton | Vladimir Chtchetkine | 2011-09-07 | 2 | -0/+349 |
* | Fix for a _qemudPipe_recvBuffers bug | Vladimir Chtchetkine | 2011-09-07 | 1 | -3/+7 |
* | Add hw.gpu.enabled hardware property | David 'Digit' Turner | 2011-08-29 | 8 | -3/+319 |
* | Fix a crash when GPU emulation doesn't work. | David 'Digit' Turner | 2011-08-29 | 1 | -10/+12 |
* | Fix premature boot-properties service disconnect. | Vladimir Chtchetkine | 2011-08-27 | 1 | -1/+0 |
* | Enable qemud clients to pass connection parameters to emulator. | Vladimir Chtchetkine | 2011-08-25 | 5 | -20/+83 |