Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove cruft | Matthias Vogelgesang | 2012-03-05 | 1 | -36/+0 |
| | |||||
* | Put libuca under LGPL | Matthias Vogelgesang | 2012-01-31 | 1 | -0/+16 |
| | |||||
* | Make uca_camera really private and thus breaks API | Matthias Vogelgesang | 2011-04-26 | 1 | -17/+3 |
| | |||||
* | Use memset(ptr, 0, sizeof(struct)) instead of manually setting function pointers | Matthias Vogelgesang | 2011-03-21 | 1 | -17/+2 |
| | | | | to NULL | ||||
* | Initialize all camera fields with NULL to catch errors early on | Matthias Vogelgesang | 2011-03-18 | 1 | -0/+28 |
| | |||||
* | Rename struct_name_t to struct_name and create typedefs | Matthias Vogelgesang | 2011-03-17 | 1 | -2/+2 |
| | |||||
* | Pass target string size when calling uca_get_property | Matthias Vogelgesang | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Fix all warnings issued by -Wall | Matthias Vogelgesang | 2011-03-10 | 1 | -1/+2 |
| | |||||
* | Add dummy camera with frame counter | Matthias Vogelgesang | 2011-03-10 | 1 | -1/+2 |
| | |||||
* | Use correct number of bytes per pixel when allocating buffers | Matthias Vogelgesang | 2011-03-09 | 1 | -1/+4 |
| | |||||
* | Move buffer allocation to frame grabber | Matthias Vogelgesang | 2011-02-28 | 1 | -1/+7 |
| | |||||
* | Complete frame grabber abstraction | Matthias Vogelgesang | 2011-02-28 | 1 | -52/+0 |
| | |||||
* | Prepare for frame grabber abstraction | Matthias Vogelgesang | 2011-02-28 | 1 | -0/+62 |