1        -----------  Version 0.5.1 --------------
22002-09-15  Jon Travis  <jtravis@p00p.org>
3
4	*  Incorporate patches from Barak Pearlmutter <bap@cs.unm.edu>,
5	   which cleaned up code, made things more portable, etc.
6
7	*  Also fixed up the build to work with newer versions of AutoMake
8
92002-05-12  Jon Travis  <jtravis@p00p.org>
10
11	*  Included patch from Walter Haidinger (walter.haidinger@gmx.at)
12	   which fixes up support for YUV420P based v4l devices (such as
13	   the Philips camera)
14
15        -----------  Version 0.5.0 --------------
162002-03-10  Jon Travis  <jtravis@p00p.org>
17
18        *  Did this the other day, but: cleaned up a huge amount of the build.
19           where shared libs were stored, automatically generate some of
20           the config, etc.  Should be much cleaner, now (and have gdk-pixbuf,
21           etc., work)
22
232002-03-07  Jon Travis  <jtravis@p00p.org>
24
25        *  Comitted patch from Scott Presnell to fix up a small quirk with
26           singleframe requests
27
28        *  Comitted patch from Walter Haidinger to fixup log entry formats, and
29           YUV palette.
30
31        *  Comitted a patch from Norbert Preining which looks for more
32           defaults for the config files
33
34        -----------  Version 0.42 --------------
352000-02-13  Jon Travis  <jtravis@p00p.org>
36
37        *  Re-added GDK-pixbuf support, updated for new version of Imlib2
38           support.
39
402000-02-12  Jon Travis  <jtravis@p00p.org>
41
42        *  Finished adding patches from different *BSD authors.  Added
43           JavaScript example for IE users, and fixed a minor bug with
44           stuff blowing up on FPS calculations.
45
46        -----------  Version 0.40 --------------
471999-11-18  Jon Travis  <jtravis@p00p.org>
48
49        *  Finished up initial port of the FreeBSD bttv driver.  Appears
50           to be pretty solid & quick.  Another release... Yay!
51
521999-11-15  Jon Travis  <jtravis@p00p.org>
53
54        *  Fixed up to use the proper libdtl calls for all the symbol
55           linking in.  This fixes up for people who want to use
56           FreeBSD, and possibly other arch's.  Also fixed lame problem
57           with server sockets not haveing REUSEADDR set @ the appropriate
58           time, causing people to get pissed off waiting to restart their
59           server.
60
611999-11-14  Jon Travis  <jtravis@p00p.org>
62
63        *  Rehashed the relay to use the sockfield code.
64
651999-11-07  Jon Travis  <jtravis@p00p.org>
66
67        *  Fixed a problem with the new singlepic code -- it was
68           interfering with the proxy code, and sending out an invalid
69           preamble.
70
712002-11-06  Jon Travis  <jtravis@p00p.org>
72
73        *  Created a new gdk-pixbuf filter, which is almost identical
74           to the imlib2 one.  Too bad it seems as though there isn't
75           any stable installation for either of these packages.
76
772002-11-05  Jon Travis  <jtravis@p00p.org>
78
79        *  Created a new filter using the imlib2 library to filter the
80           camera images through filters. Gratuitous BOLOGNA!!!
81
82
832002-11-05  Jon Travis  <jtravis@p00p.org>
84
85        *  Added Patches from Joerg Henne (jh@cogito.de) to handle
86           non NTSC input devices.  He also submitted patches for
87           Single-shot camera pix as well as resource limitations
88           on clients.
89
902002-11-04  Jon Travis  <jtravis@p00p.org>
91
92        *  Removed glib dependency, created new configuration setup.
93           More elegent socket closing.  Updated module interface
94           slightly.
95
96**COMPAT** New configuration file format -- drastically different from
97           old versions.
98
992002-10-31  Jon Travis  <jtravis@p00p.org>
100
101        *  Updated to allow the user to specify a 'goal' for the
102           autobrightness adjustments.
103
104        *   Updated to allow taking of single pictures and then exiting
105           using output_snapfile, and output_presnaps
106
107        *   Created the video_basic module to provide an example for how
108           to program a video module.
109
1102002-10-28  Jon Travis  <jtravis@p00p.org>
111
112        *  Added support for auto brightness adjusting every so often.
113           Also added the ability for people to use the whiteval
114           setting on their cameras.  Also changed the way that
115           camera settings are interpted (hue, contrast, etc)
116
117**COMPAT** vidmod_{color,hue,contrast,brightness,whiteness} are now
118           in the range of 0->60000, not the crazy thing they were before.
119
120        ---------- Version 0.30 ---------------
1212002-10-27  Jon Travis  <jtravis@p00p.org>
122
123        *  Added new relay program to do camserv relays.
124
125**COMPAT** Changed the `channel` reference in the configuration file
126           to `port`, because people were getting confused about the
127           meaning.
128
129        ---------- Version 0.20 ----------------
1302002-10-25  Jon Travis  <jtravis@p00p.org>
131
132        *  Fixed the the configure scripts to detect invalid jpeg
133           libraries or video4linux were installed.  If not, then
134           "the right thing" happens wrt which files are compiled.
135
1362002-10-25  Jon Travis  <jtravis@p00p.org>
137
138        *  Added maxfps variable & cruddy approximation to do sleeping to
139           keep the fps about average.
140