Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use header struct and simplify reading | Matthias Vogelgesang | 2015-06-19 | 1 | -66/+58 |
* | Start using the common pre-header | Matthias Vogelgesang | 2015-06-18 | 1 | -1/+14 |
* | Use consistent style | Matthias Vogelgesang | 2015-06-18 | 1 | -32/+24 |
* | Remove support for version 0 and 4 | Matthias Vogelgesang | 2015-06-18 | 1 | -298/+0 |
* | Fix unused warning | Matthias Vogelgesang | 2015-02-10 | 1 | -1/+6 |
* | Fix for new DMA filling | Matthias Vogelgesang | 2015-02-10 | 1 | -2/+5 |
* | Output last corrupted data | Matthias Vogelgesang | 2014-01-27 | 1 | -1/+12 |
* | Implement simple de-mosaicking of Bayer pattern | Matthias Vogelgesang | 2013-07-04 | 2 | -0/+85 |
* | Use correct field in release mode | Matthias Vogelgesang | 2013-06-19 | 1 | -1/+1 |
* | Try to use number of rows from header data | Matthias Vogelgesang | 2013-06-19 | 1 | -2/+3 |
* | Undo last commit | Matthias Vogelgesang | 2012-07-26 | 1 | -0/+1 |
* | Remove unused variable | Matthias Vogelgesang | 2012-07-26 | 1 | -1/+0 |
* | Fix 10 bit decoding | Matthias Vogelgesang | 2012-07-26 | 1 | -4/+4 |
* | Add --print-num-rows and fix debug output | Matthias Vogelgesang | 2012-07-26 | 1 | -5/+1 |
* | 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 | 1 | -87/+59 |
* | 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 | 2 | -1/+6 |
* | Fix 12 bit decoding | Matthias Vogelgesang | 2012-07-20 | 1 | -4/+4 |
* | Add INSTALL and README | Matthias Vogelgesang | 2012-07-18 | 1 | -0/+1 |
* | Correctly implement 12 bit mode | Matthias Vogelgesang | 2012-07-18 | 1 | -70/+45 |
* | Fix bit order | Matthias Vogelgesang | 2012-07-17 | 2 | -22/+23 |
* | Commit version 0.2 of libufodecode | Matthias Vogelgesang | 2012-07-17 | 3 | -78/+102 |
* | 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 | 3 | -23/+38 |
* | clear-frame does not expect an argument | Matthias Vogelgesang | 2012-05-30 | 1 | -2/+0 |
* | Decode frames after encountering corrupted ones | Matthias Vogelgesang | 2012-04-17 | 1 | -14/+17 |
* | 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 |
* | Add version 4 frame decoding | Matthias Vogelgesang | 2012-03-12 | 3 | -21/+230 |
* | 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 |
* | 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 | 1 | -23/+27 |
|\ | |||||
| * | Fix: wrong order of pixels when using SSE | Matthias Vogelgesang | 2011-12-09 | 1 | -26/+28 |
* | | Support new footer | Suren A. Chilingaryan | 2011-12-09 | 1 | -12/+22 |
* | | 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 | 1 | -0/+56 |
* | Add documentation and split CMakeLists | Matthias Vogelgesang | 2011-12-02 | 1 | -5/+11 |
* | Rename to `ufodecode` | Matthias Vogelgesang | 2011-12-02 | 4 | -52/+54 |
* | Add: optional SSE intrinsics | Matthias Vogelgesang | 2011-12-01 | 2 | -5/+50 |
* | Set frame number/timestamp and write results | Matthias Vogelgesang | 2011-12-01 | 1 | -10/+5 |
* | Make ipedec a lib and executable | Matthias Vogelgesang | 2011-12-01 | 5 | -0/+346 |