Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 14e28eb1062dd1b9a26e87aaa673b795 > files > 7

perl-Video-ivtv-0.13-10.x86_64.rpm

Revision history for Perl extension Video::ivtv.

0.01  Sat May  3 22:32:47 2003
	- original version; created by h2xs 1.21 with options
		-Afn Video::ivtv
  - implemented the getResolution() method.
  - implemented the setResolution() method.

0.02  Sun May  4 20:17:57 2003
  - implemented the getStandard() / setStandard() methods.

0.03  Wed May  7 21:15:45 2003
  - modified getResolution() to return an array!
  - improved the test file to reset the previous resolution.
  - implemented the getFrequency() / setFrequency() methods.

0.04  Sat May 10 12:10:09 2003
  - Exporting all methods so you don't have to do Video::ivtv::method().
  - Making getFrequency return -1 if an ioctl error since it could be
    returning frequency = 0.
  - implemented the getInput() / setInput() methods.
  - implemented enumerateStandard(), enumerateInput() methods.

0.05  Mon May 12 20:00:00 2003
  - Added initial support for the Codec hack that is currently in the ivtv
    cvs code.  Had to create ivtv.h to define the needed structures.
  - implemented the getCodecInfo() / setCodecInfo() methods.

0.06  Fri May 16 20:30:00 2003
  - Moved to an Object Oriented interface and removed all exporting of
    methods and variables into the callers namespace.

0.07  Mon May 19 19:30:30 2003
  - Updated POD documentation to reflect the new OO changes in 0.06.

0.08  Sat May 24 16:17:20 2003
  - Added getCapabilities() method to help determine the driver in use.

0.09  Sat Jun 14 13:30:30 2003
  - Fixing the segfault issues with using int's instead of the variables that
    are in the v4l2 structures.
  - Updating the test code to hopefully more correctly use the ok() method
    so that ok/fail is properly handled.  Fixed the last $self errors.
  - Added the default values in those cases that Arthur Britto thinks were
    causing him to have segfault issues.
0.10  Sat Jun 21 09:00:00 2003
  - Updating the ivtv_ioctl_codec structure and the get/setCodecInfo() methods
    in regards to the new bitrate_mode variable.
0.11  Wed Jun 25 22:00:00 2003
  - Updating the ivtv_ioctl_codec structure and the get/setCodecInfo() methods
    in regards to the audio -> audio_bitmask variable.
0.12  Sun Jul 13 20:15:00 2003
  - Added mspMatrixSet to allow setting the msp matrix to make sure that audio
    always works after the user switches Video Standards.
  - Updated the ivtv.h file to contain the ivtv-ext-api.h from the utils dir.
0.13  Sun Jun 13 13:11:00 2004
  - Updated ivtv.h and videodev2.h from ivtv-0.1.10-pre2-ck90k.
	- Removed the mspMatrixSet support.
	- Added setGopEnd() and stopEncoding() methods to allow the programmer to
	  take advantage of the new, capture a complete GOP, feature that Chris 
		Kennedy implemented.
  - Updated ivtv.h from ivtv-0.2.0rc1g.