Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 591d6a063b6955668453abe7b07b21d3 > files > 6

lib64dc1394_12-1.2.2-8.mga6.x86_64.rpm

Version 0.1:
- first release


Version 0.11:
- converted for changes in 1394 kernel modules that compensate for endianness
- other cosmetic changes (see ChangeLog)


Version 0.2:
- tons of new functionality for querying and setting features on the camera

 
Version 0.2.1:
- due to some bugs and some oversights with version 0.2, I'm releasing a new
  version with (yet more) functionality and bugfixes


Version 0.2.2:
- massive code cleanup with changes suggested by Per Dalgas Jakobsen
- changed the names of dc1394_get_current_value() and
  dc1394_set_current_value() to dc1394_get_feature_value() and
  dc1394_set_feature_value() (breaking compatibility with old library)
- added target_temperature parameter to dc1394_get_temperature() (again
  breaking compatibility with old library)


Version 0.8:
- new features added
        - two types of image capture (raw1394 and DMA based)
        - Format 7 functions
        - data types to make feature querying easier
- more code cleanup and restructuring
- some bugfixes (things should be getting quite stable)


Version 0.8.1:
- mutually exclusive enumerations
- dc1394_dma_unlisten() added
- resume iso transmission after it has been stopped in _dc1394_basic_setup()
- bugfixes

Version 0.8.2:
- bugfix dc1394_get_camera_feature() failing
- added libraw1394 0.9 compatibility
- new trigger control functions
- synchronize kernel-video1394.h with the recent version

Version 0.9.0:
- added ability to set video1394 device name
- default video1349 device name to default video1394 devfs names: e.g.,
  /dev/video1394/0, where "/0" refers to the first port (host adapter).
- added dma multicapture support over multiple adapters.
- format7 enhancements (see ChangeLog)
- added dma capture option to drop frames or attempt to return every
  frame.
- added some format7 IIDC 1.30 compatibility -- needs testing

Version 0.9.1:
- a lot of Format_7 bugfixes and enhancements (see Changelog)
- absolute feature control (IIDC v1.30)
- we now recognize IIDC Point Grey cameras

Version 0.9.2:
- a lot of bugfixes
- better camera detection
- vloopback example

Version 0.9.3:
- more debug and enhancements. This is probably the last release before
  1.0.0
- Compatibility break: this release of libdc1394, as well as further
  releases, will be compatible only with kernels 2.4.21+ and 2.6.0+

Version 0.9.4:
- several minor fixes/enhancements/beautifications
- Compatibility break: an additional argument ('extra buffering') has
  been added to the capture functions.

Version 1.0.0:
- few bug fixes
- removed extra buffering (COMPATIBILITY BREAK)
- raw1394 capture fixed

Version 1.1.0:
- IIDC 1.31
- 1394b modes supported (800+ MB/s)
- a few fixes