Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Output version number if wrong | Matthias Vogelgesang | 2012-07-26 | 1 | -2/+2 | |
* | Return errcode != 0 if frame could not be decoded | Matthias Vogelgesang | 2012-07-26 | 2 | -124/+125 | |
* | Merge recent additions | Matthias Vogelgesang | 2012-07-26 | 3 | -100/+158 | |
|\ | ||||||
| * | Fix check for correctness of output mode | Suren A. Chilingaryan | 2012-07-26 | 1 | -1/+1 | |
| * | Black magick from Michele | Suren A. Chilingaryan | 2012-07-25 | 1 | -102/+153 | |
| * | Read output_mode and adc_resolution from frame header | Suren A. Chilingaryan | 2012-07-24 | 3 | -1/+8 | |
|/ | ||||||
* | Fix 12 bit decoding | Matthias Vogelgesang | 2012-07-20 | 1 | -4/+4 | |
* | Bump to version 0.2.1 | Matthias Vogelgesang | 2012-07-18 | 2 | -4/+13 | |
* | Issue `no input files` also with options set | Matthias Vogelgesang | 2012-07-18 | 1 | -5/+5 | |
* | Add INSTALL and README | Matthias Vogelgesang | 2012-07-18 | 4 | -1/+77 | |
* | Correctly implement 12 bit mode | Matthias Vogelgesang | 2012-07-18 | 1 | -70/+45 | |
* | Use two-digit so-version | Matthias Vogelgesang | 2012-07-18 | 1 | -2/+2 | |
* | Fix bit order | Matthias Vogelgesang | 2012-07-17 | 2 | -22/+23 | |
* | Commit version 0.2 of libufodecode | Matthias Vogelgesang | 2012-07-17 | 6 | -119/+246 | |
* | Clean up source a bit | Matthias Vogelgesang | 2012-07-16 | 1 | -25/+52 | |
* | Update for 12 bits | Matthias Vogelgesang | 2012-07-16 | 1 | -18/+47 | |
* | Remove unused variables | Matthias Vogelgesang | 2012-07-05 | 1 | -5/+0 | |
* | Add verbosity flag to output frequency and frame | Matthias Vogelgesang | 2012-07-05 | 4 | -27/+57 | |
* | clear-frame does not expect an argument | Matthias Vogelgesang | 2012-05-30 | 2 | -3/+1 | |
* | 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 | 2 | -16/+21 | |
* | 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 | |
* | Report errors | Matthias Vogelgesang | 2012-04-02 | 1 | -0/+13 | |
* | Adapt tail | Matthias Vogelgesang | 2012-03-30 | 1 | -2/+4 | |
* | Implement frame version 5 | Matthias Vogelgesang | 2012-03-23 | 1 | -0/+54 | |
* | Output full frame | Matthias Vogelgesang | 2012-03-13 | 1 | -2/+5 | |
* | Add version 4 frame decoding | Matthias Vogelgesang | 2012-03-12 | 4 | -27/+237 | |
* | Fix wrong address access and skip till first valid header | Matthias Vogelgesang | 2012-02-14 | 1 | -2/+5 | |
* | Fix: formatting (whitespace, indentation) | Matthias Vogelgesang | 2012-02-10 | 1 | -66/+54 | |
* | Merge | Matthias Vogelgesang | 2012-02-10 | 4 | -60/+159 | |
|\ | ||||||
| * | Fix printf type | Suren A. Chilingaryan | 2011-12-12 | 1 | -1/+1 | |
| * | Introduce quiete checking of frame consistencies | Suren A. Chilingaryan | 2011-12-12 | 1 | -14/+31 | |
| * | Introduce thread-safe ufo_decoder_decode_frame function | Suren A. Chilingaryan | 2011-12-12 | 2 | -31/+70 | |
| * | Merge from Matthias | Suren A. Chilingaryan | 2011-12-09 | 2 | -24/+32 | |
| |\ | |/ |/| | ||||||
* | | Fix: wrong order of pixels when using SSE | Matthias Vogelgesang | 2011-12-09 | 2 | -27/+34 | |
| * | Support new footer | Suren A. Chilingaryan | 2011-12-09 | 1 | -12/+22 | |
| * | Adjust ipedec as well | Suren A. Chilingaryan | 2011-12-09 | 1 | -2/+11 | |
| * | Fill channel mask | Suren A. Chilingaryan | 2011-12-09 | 1 | -0/+2 | |
| * | Add width support and few consistency checks | Suren A. Chilingaryan | 2011-12-09 | 3 | -16/+37 | |
|/ | ||||||
* | Add missing CMakeLists | Matthias Vogelgesang | 2011-12-02 | 2 | -0/+65 | |
* | Add documentation and split CMakeLists | Matthias Vogelgesang | 2011-12-02 | 4 | -68/+1659 | |
* | Rename to `ufodecode` | Matthias Vogelgesang | 2011-12-02 | 7 | -71/+73 | |
* | Add: optional SSE intrinsics | Matthias Vogelgesang | 2011-12-01 | 3 | -6/+78 | |
* | Set frame number/timestamp and write results | Matthias Vogelgesang | 2011-12-01 | 2 | -13/+8 | |
* | Don't need a handwritten Makefile anymore | Matthias Vogelgesang | 2011-12-01 | 1 | -22/+0 | |
* | (Re-)move executable sources | Matthias Vogelgesang | 2011-12-01 | 2 | -220/+0 | |
* | Make ipedec a lib and executable | Matthias Vogelgesang | 2011-12-01 | 8 | -0/+510 |