File: NEWS

package info (click to toggle)
libdc1394-22 2.0.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,872 kB
  • ctags: 1,793
  • sloc: ansic: 15,705; sh: 9,157; makefile: 235
file content (87 lines) | stat: -rw-r--r-- 2,964 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Release information and news:
-----------------------------

-- 2.0.2:
   - New functions on all platforms:
         dc1394_camera_get_node
         dc1394_capture_is_frame_corrupt
   - New function on Linux video1394 only:
         dc1394_camera_get_linux_port
   - New example program to capture PVN sequences.
   - Bug fixes on Linux Juju:
       - Better retry timeouts
       - Fix manual isochronous channel allocation
   - Bug fixes on Mac OS:
       - Auto detection of bad or skipped packets (used for
         dc1394_capture_is_frame_corrupt)
   - Bug fixes on Linux video1394:
       - Fix select() with multiple cameras on the same controller
       - Handle EINTR return code properly in dc1394_capture_dequeue
   - Better error detection if camera enumeration fails
   - Documentation improvements

-- 2.0.1:
   - Fixed broken dc1394/dc1394.h include file when compiling externally.
   - Fix iSight camera under Mac OS X.
   - Removed the "edge-sense" bayer demosaic algorithm out of patent concern.

-- 2.0.0: THE release, ready for distribution. Documentation is still
   missing, but will eventually be completed.

-- (various RCs): many interface changes

-- 2.0.0-rc6:
   Yes, more changes. We are waiting for one last big change before the
   release of 2.0.0 so this may be the last RC.

-- 2.0.0-rc5:
   More interface changes, PIO support, cleanup and fixes.

-- 2.0.0-rc4:
   Intermediate release that includes a.o. the new capture API, better
   support for AVT cameras, conversion functions that work on the new
   video buffer struct, etc...

-- 2.0.0-rc3:
   The major addition of this version is the compatibility with Mac OSX
   (Yeah!) There's a bunch of fixes and additions here and there too.

-- 2.0.0-rc2:
   Fixed serious problems in the camera detection

-- 2.0.0-rc1:
   This is the first RC release. Enjoy or send bug reports to the list.

-- 2.0.0-pre7:
   Many significant changes.

-- 2.0.0-pre6:
   Don't package anything before a final release (or at least a release
   candidate), _please_. These PRE versions have an API that will change
   and are not suitable for packages. This should be the last PRE release.
   If there is no problem with it we will switch to release candidates (RC)
   soon.

-- 2.0.0-pre5:
   The development continues... Besides bug fixes, the most notable
   improvement is the capture structure that is now hidden in the camera
   struct.

-- 2.0.0-pre4:
   bug fixes

-- 2.0.0-pre3:
   This release appears to be fully functional. It can be used but has not
   been extensively tested.

-- 2.0.0-pre2:
   Same warning as pre1

-- 2.0.0-pre1:
   A lot of changes, see the changelog for more details. This version breaks
   almost all compatibility with the main trunk. Known not to work properly.
   You have been warned ;-) This is just a CVS snapshot of the Version_2_0
   branch.

(Older news about versions 0.x and 1.x of the library can be found in the
respective 0.x and 1.x packages)