Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix version 6 decoding | Matthias Vogelgesang | 2015-07-14 | 1 | -1/+1 |
| | | | | We have to skip the "tail" of every 640 columns. | ||||
* | Use ConfigurePaths to configure paths | Matthias Vogelgesang | 2015-06-23 | 1 | -4/+2 |
| | |||||
* | Increase pixel buffer | Matthias Vogelgesang | 2015-06-23 | 1 | -2/+2 |
| | | | | | This is necessary because we get more rows (until index 1088) than what should be possible by the sensor. | ||||
* | Implement v6 data format | Matthias Vogelgesang | 2015-06-22 | 1 | -17/+25 |
| | |||||
* | Update number of frames only on success | Matthias Vogelgesang | 2014-07-23 | 1 | -1/+2 |
| | |||||
* | Use write function | Matthias Vogelgesang | 2013-07-04 | 1 | -25/+26 |
| | |||||
* | Make Timer private and calculate elapsed seconds | Matthias Vogelgesang | 2013-07-04 | 3 | -12/+21 |
| | |||||
* | Move timer functions into timer.{c,h} | Matthias Vogelgesang | 2013-07-04 | 4 | -37/+63 |
| | |||||
* | Implement simple de-mosaicking of Bayer pattern | Matthias Vogelgesang | 2013-07-04 | 1 | -7/+35 |
| | |||||
* | Try to use number of rows from header data | Matthias Vogelgesang | 2013-06-19 | 1 | -6/+9 |
| | |||||
* | Fix segfault for big sensor data | Matthias Vogelgesang | 2013-02-28 | 1 | -4/+6 |
| | |||||
* | Add --continue flag | Matthias Vogelgesang | 2012-08-08 | 1 | -4/+19 |
| | | | | This will continue decoding even though frames are corrupted. | ||||
* | Add --print-num-rows and fix debug output | Matthias Vogelgesang | 2012-07-26 | 1 | -4/+7 |
| | |||||
* | Add -f and --print-frame-rate option | Matthias Vogelgesang | 2012-07-26 | 1 | -22/+58 |
| | |||||
* | Return errcode != 0 if frame could not be decoded | Matthias Vogelgesang | 2012-07-26 | 1 | -37/+66 |
| | |||||
* | Read output_mode and adc_resolution from frame header | Suren A. Chilingaryan | 2012-07-24 | 1 | -0/+2 |
| | |||||
* | Issue `no input files` also with options set | Matthias Vogelgesang | 2012-07-18 | 1 | -5/+5 |
| | |||||
* | Commit version 0.2 of libufodecode | Matthias Vogelgesang | 2012-07-17 | 1 | -38/+115 |
| | |||||
* | Add verbosity flag to output frequency and frame | Matthias Vogelgesang | 2012-07-05 | 1 | -4/+19 |
| | |||||
* | clear-frame does not expect an argument | Matthias Vogelgesang | 2012-05-30 | 1 | -1/+1 |
| | | | | | Fix problem that ipedec eats one filename after supplying "-c" or "--clear-frame". | ||||
* | Fix wrong free | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+2 |
| | |||||
* | Use CMOSIS default number of rows | Matthias Vogelgesang | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Decode frames after encountering corrupted ones | Matthias Vogelgesang | 2012-04-17 | 1 | -2/+4 |
| | |||||
* | Extend usage | Matthias Vogelgesang | 2012-04-13 | 1 | -1/+5 |
| | |||||
* | Add usage and issue message if no input | Matthias Vogelgesang | 2012-04-13 | 1 | -2/+15 |
| | |||||
* | Use getopt to eat program options | Matthias Vogelgesang | 2012-04-13 | 1 | -27/+55 |
| | |||||
* | Output full frame | Matthias Vogelgesang | 2012-03-13 | 1 | -2/+5 |
| | |||||
* | Add version 4 frame decoding | Matthias Vogelgesang | 2012-03-12 | 1 | -6/+7 |
| | | | | | Beware, only version 0 can be decoded with SSE. To decode version 4 frames, you have to set the release mode to Debug. | ||||
* | Merge from Matthias | Suren A. Chilingaryan | 2011-12-09 | 1 | -1/+5 |
|\ | |||||
| * | Fix: wrong order of pixels when using SSE | Matthias Vogelgesang | 2011-12-09 | 1 | -1/+6 |
| | | |||||
* | | Adjust ipedec as well | Suren A. Chilingaryan | 2011-12-09 | 1 | -2/+11 |
|/ | |||||
* | Add missing CMakeLists | Matthias Vogelgesang | 2011-12-02 | 1 | -0/+9 |
| | |||||
* | Rename to `ufodecode` | Matthias Vogelgesang | 2011-12-02 | 1 | -4/+4 |
| | |||||
* | Set frame number/timestamp and write results | Matthias Vogelgesang | 2011-12-01 | 1 | -3/+3 |
| | |||||
* | (Re-)move executable sources | Matthias Vogelgesang | 2011-12-01 | 1 | -0/+156 |
| | |||||
* | Make ipedec a lib and executable | Matthias Vogelgesang | 2011-12-01 | 1 | -0/+83 |