summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix wrong freeMatthias Vogelgesang2012-04-171-1/+2
|
* Use CMOSIS default number of rowsMatthias Vogelgesang2012-04-171-1/+1
|
* Decode frames after encountering corrupted onesMatthias Vogelgesang2012-04-172-16/+21
|
* Extend usageMatthias Vogelgesang2012-04-131-1/+5
|
* Add usage and issue message if no inputMatthias Vogelgesang2012-04-131-2/+15
|
* Use getopt to eat program optionsMatthias Vogelgesang2012-04-131-27/+55
|
* Report errorsMatthias Vogelgesang2012-04-021-0/+13
|
* Adapt tailMatthias Vogelgesang2012-03-301-2/+4
|
* Implement frame version 5Matthias Vogelgesang2012-03-231-0/+54
|
* Output full frameMatthias Vogelgesang2012-03-131-2/+5
|
* Add version 4 frame decodingMatthias Vogelgesang2012-03-124-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 headerMatthias Vogelgesang2012-02-141-2/+5
|
* Fix: formatting (whitespace, indentation)Matthias Vogelgesang2012-02-101-66/+54
|
* MergeMatthias Vogelgesang2012-02-104-60/+159
|\
| * 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-092-24/+32
| |\ | |/ |/|
* | Fix: wrong order of pixels when using SSEMatthias Vogelgesang2011-12-092-27/+34
| |
| * Support new footerSuren A. Chilingaryan2011-12-091-12/+22
| |
| * Adjust ipedec as wellSuren A. Chilingaryan2011-12-091-2/+11
| |
| * 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-022-0/+65
|
* Add documentation and split CMakeListsMatthias Vogelgesang2011-12-024-68/+1659
|
* Rename to `ufodecode`Matthias Vogelgesang2011-12-027-71/+73
|
* Add: optional SSE intrinsicsMatthias Vogelgesang2011-12-013-6/+78
|
* Set frame number/timestamp and write resultsMatthias Vogelgesang2011-12-012-13/+8
|
* Don't need a handwritten Makefile anymoreMatthias Vogelgesang2011-12-011-22/+0
|
* (Re-)move executable sourcesMatthias Vogelgesang2011-12-012-220/+0
|
* Make ipedec a lib and executableMatthias Vogelgesang2011-12-018-0/+510
|
* Add temporal weave de-interlacerMatthias Vogelgesang2011-08-151-1/+22
|
* Simple (spatial) de-interlacer Matthias Vogelgesang2011-08-152-3/+144
|
* Initial commit of stand-alone decoderMatthias Vogelgesang2011-08-092-0/+236