summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-07-18Add INSTALL and READMEMatthias Vogelgesang
2012-07-18Correctly implement 12 bit modeMatthias Vogelgesang
2012-07-17Fix bit orderMatthias Vogelgesang
2012-07-17Commit version 0.2 of libufodecodeMatthias Vogelgesang
2012-07-16Clean up source a bitMatthias Vogelgesang
2012-07-16Update for 12 bitsMatthias Vogelgesang
2012-07-05Remove unused variablesMatthias 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-17Decode frames after encountering corrupted onesMatthias Vogelgesang
2012-04-02Report errorsMatthias Vogelgesang
2012-03-30Adapt tailMatthias Vogelgesang
2012-03-23Implement frame version 5Matthias 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.
2012-02-14Fix wrong address access and skip till first valid headerMatthias Vogelgesang
2012-02-10Fix: formatting (whitespace, indentation)Matthias Vogelgesang
2011-12-12Fix printf typeSuren A. Chilingaryan
2011-12-12Introduce quiete checking of frame consistenciesSuren A. Chilingaryan
2011-12-12Introduce thread-safe ufo_decoder_decode_frame functionSuren A. Chilingaryan
2011-12-09Merge from MatthiasSuren A. Chilingaryan
2011-12-09Support new footerSuren A. Chilingaryan
2011-12-09Fill channel maskSuren A. Chilingaryan
2011-12-09Add width support and few consistency checksSuren A. Chilingaryan
2011-12-09Fix: wrong order of pixels when using SSEMatthias Vogelgesang
2011-12-02Add missing CMakeListsMatthias Vogelgesang
2011-12-02Add documentation and split CMakeListsMatthias Vogelgesang
2011-12-02Rename to `ufodecode`Matthias Vogelgesang
2011-12-01Add: optional SSE intrinsicsMatthias Vogelgesang
2011-12-01Set frame number/timestamp and write resultsMatthias Vogelgesang
2011-12-01Make ipedec a lib and executableMatthias Vogelgesang