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