File: ChangeLog

package info (click to toggle)
camserv 0.42-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,884 kB
  • ctags: 1,123
  • sloc: ansic: 19,694; sh: 7,454; makefile: 206
file content (78 lines) | stat: -rw-r--r-- 3,319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
        -----------  Version 0.42 --------------
CTJ 11-09-01    added support for camera supporting only YUV420P.
JMT 02-13-00    Re-added GDK-pixbuf support, updated for new version of Imlib2
	        support.
	
JMT 02-12-00    Finished adding patches from different *BSD authors.  Added
	        JavaScript example for IE users, and fixed a minor bug with
	        stuff blowing up on FPS calculations.
	
    	
	-----------  Version 0.40 --------------
JMT 11-18-99    Finished up initial port of the FreeBSD bttv driver.  Appears
	        to be pretty solid & quick.  Another release... Yay!
	
JMT 11-15-99	Fixed up to use the proper libdtl calls for all the symbol
	        linking in.  This fixes up for people who want to use
		FreeBSD, and possibly other arch's.  Also fixed lame problem
		with server sockets not haveing REUSEADDR set @ the appropriate
		time, causing people to get pissed off waiting to restart their
		server.

JMT 11-14-99	Rehashed the relay to use the sockfield code.
	
JMT 11-07-99    Fixed a problem with the new singlepic code -- it was 
	        interfering with the proxy code, and sending out an invalid
		preamble. 
	
JMT 11-06-99    Created a new gdk-pixbuf filter, which is almost identical
	        to the imlib2 one.  Too bad it seems as though there isn't
		any stable installation for either of these packages.
	
JMT 11-05-99    Created a new filter using the imlib2 library to filter the
	        camera images through filters. Gratuitous BOLOGNA!!!

	
JMT 11-05-99    Added Patches from Joerg Henne (jh@cogito.de) to handle
	        non NTSC input devices.  He also submitted patches for
		Single-shot camera pix as well as resource limitations
		on clients.
	
JMT 11-04-99    Removed glib dependency, created new configuration setup.
		More elegent socket closing.  Updated module interface
		slightly.

**COMPAT**      New configuration file format -- drastically different from
	        old versions.
	
JMT 10-31-99    Updated to allow the user to specify a 'goal' for the 
	        autobrightness adjustments.  
	
JMT 10-31-99    Updated to allow taking of single pictures and then exiting
	        using output_snapfile, and output_presnaps
	
JMT 10-31-99    Created the video_basic module to provide an example for how
	        to program a video module.
	
JMT 10-28-99	Added support for auto brightness adjusting every so often.
	        Also added the ability for people to use the whiteval
		setting on their cameras.  Also changed the way that
		camera settings are interpted (hue, contrast, etc)

**COMPAT**      vidmod_{color,hue,contrast,brightness,whiteness} are now
	        in the range of 0->60000, not the crazy thing they were before.

	---------- Version 0.30 ---------------
JMT 10-27-99   Added new relay program to do camserv relays.
**COMPAT**     Changed the `channel` reference in the configuration file
	       to `port`, because people were getting confused about the
	       meaning.
	
	---------- Version 0.20 ----------------
JMT 10-25-99:  Fixed the the configure scripts to detect invalid jpeg
	       libraries or video4linux were installed.  If not, then
	       "the right thing" happens wrt which files are compiled.
	
JMT 10-25-99:  Added maxfps variable & cruddy approximation to do sleeping to
   	       keep the fps about average.