summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix 10 bit decodingMatthias Vogelgesang2012-07-261-4/+4
|
* Add --print-num-rows and fix debug outputMatthias Vogelgesang2012-07-261-5/+1
|
* Output version number if wrongMatthias Vogelgesang2012-07-261-2/+2
|
* Return errcode != 0 if frame could not be decodedMatthias Vogelgesang2012-07-261-87/+59
|
* 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-242-1/+6
|
* Fix 12 bit decodingMatthias Vogelgesang2012-07-201-4/+4
| | | | Wrong masking led to bits capped at 10 bits.
* Add INSTALL and READMEMatthias Vogelgesang2012-07-181-0/+1
|
* Correctly implement 12 bit modeMatthias Vogelgesang2012-07-181-70/+45
|
* Fix bit orderMatthias Vogelgesang2012-07-172-22/+23
|
* Commit version 0.2 of libufodecodeMatthias Vogelgesang2012-07-173-78/+102
|
* 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-053-23/+38
|
* clear-frame does not expect an argumentMatthias Vogelgesang2012-05-301-2/+0
| | | | | Fix problem that ipedec eats one filename after supplying "-c" or "--clear-frame".
* Decode frames after encountering corrupted onesMatthias Vogelgesang2012-04-171-14/+17
|
* Report errorsMatthias Vogelgesang2012-04-021-0/+13
|
* Adapt tailMatthias Vogelgesang2012-03-301-2/+4
|
* Implement frame version 5Matthias Vogelgesang2012-03-231-0/+54
|
* Add version 4 frame decodingMatthias Vogelgesang2012-03-123-21/+230
| | | | | Beware, only version 0 can be decoded with SSE. To decode version 4 frames, you have to set the release mode to Debug.
* 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
|
* 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
|
* Merge from MatthiasSuren A. Chilingaryan2011-12-091-23/+27
|\
| * Fix: wrong order of pixels when using SSEMatthias Vogelgesang2011-12-091-26/+28
| |
* | Support new footerSuren A. Chilingaryan2011-12-091-12/+22
| |
* | Fill channel maskSuren A. Chilingaryan2011-12-091-0/+2
| |
* | Add width support and few consistency checksSuren A. Chilingaryan2011-12-093-16/+37
|/
* Add missing CMakeListsMatthias Vogelgesang2011-12-021-0/+56
|
* Add documentation and split CMakeListsMatthias Vogelgesang2011-12-021-5/+11
|
* Rename to `ufodecode`Matthias Vogelgesang2011-12-024-52/+54
|
* Add: optional SSE intrinsicsMatthias Vogelgesang2011-12-012-5/+50
|
* Set frame number/timestamp and write resultsMatthias Vogelgesang2011-12-011-10/+5
|
* Make ipedec a lib and executableMatthias Vogelgesang2011-12-015-0/+346