ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Video-Capture-V4l/Changes
Revision: 1.5
Committed: Sun Jun 13 16:05:17 2004 UTC (22 years, 3 months ago) by root
Branch: MAIN
Changes since 1.4: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 Revision history for Perl extension Video::Capture::V4l.
2    
3 root 1.5 0.224 Sun Jun 13 18:02:32 CEST 2004
4     - fix some compile bugs, very very small documentation updates.
5     - Video::Capture::V4l2 might replace this module in the future,
6     details unclear.
7    
8 pcg 1.4 0.222 Mon Feb 25 00:23:43 CET 2002
9     - work around missing cancellation bug in linux by explicitly
10     calling testcancel.
11    
12 pcg 1.3 0.221 Thu May 11 18:28:29 CEST 2000
13     - fixed oh so stupid bug reported by M C Lincoln.
14    
15 pcg 1.2 0.22 Thu May 11 03:22:52 CEST 2000
16 pcg 1.1 - changed VBI_VT format so that the full data is always returned in
17     slot #3.
18     - updated GPL to version 2.
19 pcg 1.2 - minor fixes.
20 pcg 1.1
21     0.21 Sun Apr 16 11:13:04 CEST 2000
22     - moved scripts to the example subdir, fixed a few bugs, writing an
23     article in tpj ;)
24     - added RTjpeg codec module.
25    
26     0.20 Wed Dec 1 21:21:02 CET 1999
27     - fixed segfault problems due to non-reentrant malloc on many systems
28     (by pre-allocating lotsamemory of cousre ;).
29    
30     0.11 Wed Nov 24 18:45:23 CET 1999
31     - added epgview-simple (hack!), a regularly updated "coming next" screen.
32     - added epgview, which requires Curses and is much nicer.
33     - made it compile with perl-5.005_03.
34     - removed epgview-simple again ;)
35     - fixed "no dot in PATH" problem in V4l.
36    
37     0.10 Sun Oct 24 21:18:00 CEST 1999
38     - added Video::XawTV.
39     - backlog(0) now cancels vbi frame grabbing.
40     - added autotune.
41     - the automatic re-centering was causing too many bit errors.
42    
43     0.08 Sat Sep 4 19:17:42 CEST 1999
44     - added dumpepg and renamed epg to getepg.
45     - many bugfixes.
46     - added VBI_OTHER (for other types of lines).
47     - improved epg decoder & viewer.
48     - fixed VPS/VT CNI code (damned %%&$& bit reversals).
49     - vastly improved detection reliability.
50     - added %VPS_CNI and %VT_NI tables.
51     - preliminary premiere crypt data capturing.
52    
53     0.04 Fri Aug 13 00:32:17 CEST 1999
54     - added more example apps: vbi-info, epg.
55     - vastly improved teletext decoding.
56    
57     0.03 Wed Aug 4 21:15:28 CEST 1999
58     - added VBI module and example videotext-decoder.
59     - "cleaned" up file structure, as advised by Nick.
60     - renamed Video::Capture::Frequencies to Video::Frequencies.
61    
62     0.02 Wed Jul 14 14:21:37 CEST 1999
63     - added the Video::Capture::Frequencies module.
64     - added finder/indexer sample applications.
65     - the frequency formula was bogus.
66    
67     0.01 Thu Jul 1 20:32:32 1999
68     - original version; created by h2xs 1.19
69