summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-07-04Move timer functions into timer.{c,h}Matthias Vogelgesang
2013-07-04Implement simple de-mosaicking of Bayer patternMatthias Vogelgesang
2013-06-19Try to use number of rows from header dataMatthias Vogelgesang
2013-02-28Fix segfault for big sensor dataMatthias Vogelgesang
2012-08-08Add --continue flagMatthias Vogelgesang
This will continue decoding even though frames are corrupted.
2012-07-26Add --print-num-rows and fix debug outputMatthias Vogelgesang
2012-07-26Add -f and --print-frame-rate optionMatthias Vogelgesang
2012-07-26Return errcode != 0 if frame could not be decodedMatthias Vogelgesang
2012-07-24Read output_mode and adc_resolution from frame headerSuren A. Chilingaryan
2012-07-18Issue `no input files` also with options setMatthias Vogelgesang
2012-07-17Commit version 0.2 of libufodecodeMatthias Vogelgesang
2012-07-05Add verbosity flag to output frequency and frameMatthias Vogelgesang
2012-05-30clear-frame does not expect an argumentMatthias Vogelgesang
Fix problem that ipedec eats one filename after supplying "-c" or "--clear-frame".
2012-04-17Fix wrong freeMatthias Vogelgesang
2012-04-17Use CMOSIS default number of rowsMatthias Vogelgesang
2012-04-17Decode frames after encountering corrupted onesMatthias Vogelgesang
2012-04-13Extend usageMatthias Vogelgesang
2012-04-13Add usage and issue message if no inputMatthias Vogelgesang
2012-04-13Use getopt to eat program optionsMatthias Vogelgesang
2012-03-13Output full frameMatthias Vogelgesang
2012-03-12Add version 4 frame decodingMatthias Vogelgesang
Beware, only version 0 can be decoded with SSE. To decode version 4 frames, you have to set the release mode to Debug.
2011-12-09Merge from MatthiasSuren A. Chilingaryan
2011-12-09Adjust ipedec as wellSuren A. Chilingaryan
2011-12-09Fix: wrong order of pixels when using SSEMatthias Vogelgesang
2011-12-02Add missing CMakeListsMatthias Vogelgesang
2011-12-02Rename to `ufodecode`Matthias Vogelgesang
2011-12-01Set frame number/timestamp and write resultsMatthias Vogelgesang
2011-12-01(Re-)move executable sourcesMatthias Vogelgesang
2011-12-01Make ipedec a lib and executableMatthias Vogelgesang