Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | 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 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 | |
| | ||||||
* | Add temporal weave de-interlacer | Matthias Vogelgesang | 2011-08-15 | 1 | -1/+22 | |
| | ||||||
* | Simple (spatial) de-interlacer | Matthias Vogelgesang | 2011-08-15 | 2 | -3/+144 | |
| | ||||||
* | Initial commit of stand-alone decoder | Matthias Vogelgesang | 2011-08-09 | 2 | -0/+236 | |