summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.3 for master branchMatthias Vogelgesang2013-07-041-3/+3
* Release version 0.2.3Matthias Vogelgesang2013-07-041-0/+10
* Use correct field in release modeMatthias Vogelgesang2013-06-191-1/+1
* Try to use number of rows from header dataMatthias Vogelgesang2013-06-192-8/+12
* Add .gitignoreMatthias Vogelgesang2013-06-191-0/+1
* Fix segfault for big sensor dataMatthias Vogelgesang2013-02-281-4/+6
* Remove package name from install pathMatthias Vogelgesang2012-08-201-1/+1
* Add --continue flagMatthias Vogelgesang2012-08-081-4/+19
* Bump version to 0.2.2Matthias Vogelgesang2012-07-262-5/+14
* Undo last commitMatthias Vogelgesang2012-07-261-0/+1
* Remove unused variableMatthias Vogelgesang2012-07-261-1/+0
* Fix 10 bit decodingMatthias Vogelgesang2012-07-261-4/+4
* Add --print-num-rows and fix debug outputMatthias Vogelgesang2012-07-262-9/+8
* Add -f and --print-frame-rate optionMatthias Vogelgesang2012-07-261-22/+58
* Output version number if wrongMatthias Vogelgesang2012-07-261-2/+2
* Return errcode != 0 if frame could not be decodedMatthias Vogelgesang2012-07-262-124/+125
* Merge recent additionsMatthias Vogelgesang2012-07-263-100/+158
|\
| * Fix check for correctness of output modeSuren A. Chilingaryan2012-07-261-1/+1
| * Black magick from MicheleSuren A. Chilingaryan2012-07-251-102/+153
| * Read output_mode and adc_resolution from frame headerSuren A. Chilingaryan2012-07-243-1/+8
|/
* Fix 12 bit decodingMatthias Vogelgesang2012-07-201-4/+4
* Bump to version 0.2.1Matthias Vogelgesang2012-07-182-4/+13
* Issue `no input files` also with options setMatthias Vogelgesang2012-07-181-5/+5
* Add INSTALL and READMEMatthias Vogelgesang2012-07-184-1/+77
* Correctly implement 12 bit modeMatthias Vogelgesang2012-07-181-70/+45
* Use two-digit so-versionMatthias Vogelgesang2012-07-181-2/+2
* Fix bit orderMatthias Vogelgesang2012-07-172-22/+23
* Commit version 0.2 of libufodecodeMatthias Vogelgesang2012-07-176-119/+246
* Clean up source a bitMatthias Vogelgesang2012-07-161-25/+52
* Update for 12 bitsMatthias Vogelgesang2012-07-161-18/+47
* Remove unused variablesMatthias Vogelgesang2012-07-051-5/+0
* Add verbosity flag to output frequency and frameMatthias Vogelgesang2012-07-054-27/+57
* clear-frame does not expect an argumentMatthias Vogelgesang2012-05-302-3/+1
* 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-172-16/+21
* 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
* Report errorsMatthias Vogelgesang2012-04-021-0/+13
* Adapt tailMatthias Vogelgesang2012-03-301-2/+4
* Implement frame version 5Matthias Vogelgesang2012-03-231-0/+54
* Output full frameMatthias Vogelgesang2012-03-131-2/+5
* Add version 4 frame decodingMatthias Vogelgesang2012-03-124-27/+237
* Fix wrong address access and skip till first valid headerMatthias Vogelgesang2012-02-141-2/+5
* Fix: formatting (whitespace, indentation)Matthias Vogelgesang2012-02-101-66/+54
* MergeMatthias Vogelgesang2012-02-104-60/+159
|\
| * Fix printf typeSuren A. Chilingaryan2011-12-121-1/+1
| * Introduce quiete checking of frame consistenciesSuren A. Chilingaryan2011-12-121-14/+31
| * Introduce thread-safe ufo_decoder_decode_frame functionSuren A. Chilingaryan2011-12-122-31/+70