/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matthias Vogelgesang
  • Date: 2012-07-17 14:28:58 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20120717142858-9gsb7mux5vttdt31
Commit version 0.2 of libufodecode

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes in ufodecode 0.2.0
 
2
==========================
 
3
 
 
4
Name change
 
5
-----------
 
6
 
 
7
In accordance to the rest of the software, the type names changed from
 
8
`ufo_decoder_t` to `UfoDecoder`. Moreover there is no typedef for pointers to
 
9
`UfoDecoder` structures.
 
10
 
 
11
 
 
12
API breakage
 
13
------------
 
14
 
 
15
To simplify debugging, all status data is passed from the decoded frame to the
 
16
caller of `ufo_decoder_decode_frame()` and `ufo_decoder_get_next_frame()` by
 
17
means of the new `UfoDecoderMeta` structure as defined in `ufodecode.h`.
 
18
 
 
19
 
 
20
Minor changes
 
21
-------------
 
22
 
 
23
- The decoder supports version 4 and 5 of the UFO camera frame format.
 
24
- `ipedec` now has a proper command line interface.
 
25
- `ipedec` prints the frame meta data when using the verbose command line switch
 
26
  (`-v` or `--verbose`).