ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Video-Capture-V4l/Changes
Revision: 1.13
Committed: Thu Jul 24 20:55:20 2008 UTC (15 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-0_902
Changes since 1.12: +3 -0 lines
Log Message:
0.902

File Contents

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