/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode
39.1.9 by Matthias Vogelgesang
Bump version to 0.2.2
1
Changes in ufodecode 0.2.2
2
==========================
3
4
This is a bugfix release:
5
6
- Fix 10 bit decoding that shows wrong output when ADCs are almost saturated
7
- Fix 12 bit decoding that capped some output channels at 10 bits
8
- `ipedec` returns error code different from 0 when an error occurred
9
- `ipedec` reports the frame rate again with the `--frame-rate` switch set
10
11
38 by Matthias Vogelgesang
Bump to version 0.2.1
12
Changes in ufodecode 0.2.1
13
==========================
14
39.1.9 by Matthias Vogelgesang
Bump version to 0.2.2
15
This is a bugfix release:
38 by Matthias Vogelgesang
Bump to version 0.2.1
16
17
- Fix 12 bit decoding according to CMOSIS specs
18
- Fix command line input of `ipedec`
39.1.9 by Matthias Vogelgesang
Bump version to 0.2.2
19
- Truncate so-Version to major.minor
38 by Matthias Vogelgesang
Bump to version 0.2.1
20
21
32 by Matthias Vogelgesang
Commit version 0.2 of libufodecode
22
Changes in ufodecode 0.2.0
23
==========================
24
25
Name change
26
-----------
27
In accordance to the rest of the software, the type names changed from
28
`ufo_decoder_t` to `UfoDecoder`. Moreover there is no typedef for pointers to
29
`UfoDecoder` structures.
30
31
32
API breakage
33
------------
34
To simplify debugging, all status data is passed from the decoded frame to the
35
caller of `ufo_decoder_decode_frame()` and `ufo_decoder_get_next_frame()` by
36
means of the new `UfoDecoderMeta` structure as defined in `ufodecode.h`.
37
38
39
Minor changes
40
-------------
41
- The decoder supports version 4 and 5 of the UFO camera frame format.
42
- `ipedec` now has a proper command line interface.
43
- `ipedec` prints the frame meta data when using the verbose command line switch
44
  (`-v` or `--verbose`).