summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Clean more mess in configuration of different cameras and set defaults to ↵Suren A. Chilingaryan2018-10-091-2/+2
| | | | HZG 20MPix
* Fix version 6 decodingMatthias Vogelgesang2015-07-141-1/+1
| | | | We have to skip the "tail" of every 640 columns.
* Use ConfigurePaths to configure pathsMatthias Vogelgesang2015-06-231-4/+2
|
* Increase pixel bufferMatthias Vogelgesang2015-06-231-2/+2
| | | | | This is necessary because we get more rows (until index 1088) than what should be possible by the sensor.
* Implement v6 data formatMatthias Vogelgesang2015-06-221-17/+25
|
* Update number of frames only on successMatthias Vogelgesang2014-07-231-1/+2
|
* Use write functionMatthias Vogelgesang2013-07-041-25/+26
|
* Make Timer private and calculate elapsed secondsMatthias Vogelgesang2013-07-043-12/+21
|
* Move timer functions into timer.{c,h}Matthias Vogelgesang2013-07-044-37/+63
|
* Implement simple de-mosaicking of Bayer patternMatthias Vogelgesang2013-07-041-7/+35
|
* Try to use number of rows from header dataMatthias Vogelgesang2013-06-191-6/+9
|
* Fix segfault for big sensor dataMatthias Vogelgesang2013-02-281-4/+6
|
* Add --continue flagMatthias Vogelgesang2012-08-081-4/+19
| | | | This will continue decoding even though frames are corrupted.
* Add --print-num-rows and fix debug outputMatthias Vogelgesang2012-07-261-4/+7
|
* Add -f and --print-frame-rate optionMatthias Vogelgesang2012-07-261-22/+58
|
* Return errcode != 0 if frame could not be decodedMatthias Vogelgesang2012-07-261-37/+66
|
* Read output_mode and adc_resolution from frame headerSuren A. Chilingaryan2012-07-241-0/+2
|
* Issue `no input files` also with options setMatthias Vogelgesang2012-07-181-5/+5
|
* Commit version 0.2 of libufodecodeMatthias Vogelgesang2012-07-171-38/+115
|
* Add verbosity flag to output frequency and frameMatthias Vogelgesang2012-07-051-4/+19
|
* clear-frame does not expect an argumentMatthias Vogelgesang2012-05-301-1/+1
| | | | | Fix problem that ipedec eats one filename after supplying "-c" or "--clear-frame".
* Fix wrong freeMatthias Vogelgesang2012-04-171-1/+2
|
* Use CMOSIS default number of rowsMatthias Vogelgesang2012-04-171-1/+1
|
* Decode frames after encountering corrupted onesMatthias Vogelgesang2012-04-171-2/+4
|
* Extend usageMatthias Vogelgesang2012-04-131-1/+5
|
* Add usage and issue message if no inputMatthias Vogelgesang2012-04-131-2/+15
|
* Use getopt to eat program optionsMatthias Vogelgesang2012-04-131-27/+55
|
* Output full frameMatthias Vogelgesang2012-03-131-2/+5
|
* Add version 4 frame decodingMatthias Vogelgesang2012-03-121-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 MatthiasSuren A. Chilingaryan2011-12-091-1/+5
|\
| * Fix: wrong order of pixels when using SSEMatthias Vogelgesang2011-12-091-1/+6
| |
* | Adjust ipedec as wellSuren A. Chilingaryan2011-12-091-2/+11
|/
* Add missing CMakeListsMatthias Vogelgesang2011-12-021-0/+9
|
* Rename to `ufodecode`Matthias Vogelgesang2011-12-021-4/+4
|
* Set frame number/timestamp and write resultsMatthias Vogelgesang2011-12-011-3/+3
|
* (Re-)move executable sourcesMatthias Vogelgesang2011-12-011-0/+156
|
* Make ipedec a lib and executableMatthias Vogelgesang2011-12-011-0/+83