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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
|
commit 2c0dc990a1ad96b71c95800d83378413eab63dbb
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Mar 17 20:01:01 2008 -0700
Version bump: 1.0.4
commit acb78abb510e7e69e74fb3bba80d8ceaf2af7ce4
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun Mar 9 08:43:44 2008 +0100
nuke RCS Ids
commit d455a1d9ae336a397a1b1a08228b7faa1024c1aa
Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
Date: Mon Aug 20 19:02:40 2007 -0300
get rid of ancient XFree86 CVS Id tags
commit 8b0752135f84edebc5e476f19069c8d78676f416
Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
Date: Mon Aug 20 18:58:44 2007 -0300
convert manpages prototypes to C ANSI format
Closes: #8360 (libXv man pages should be
converted to ANSI prototypes)
commit 20d07bb9ba2bca56e3f02b4b878377eded241059
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Dec 16 01:31:51 2006 +0200
bump to 1.0.3
commit 2f0089d24ab28f3325a5da7a136873eefb0bd97f
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Dec 6 19:00:07 2006 +0200
Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.
commit 978e98c43245671b4fdedb42371260f5fa139f14
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 25 14:49:45 2006 -0700
Bump version number to 1.0.2
commit 1dd351499ee692bb71eee4cffc305431843cfb87
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Fri Sep 22 19:06:30 2006 -0700
Fill in AUTHORS & COPYING files
commit e5cb03cfa7386e13bede2d33d06be5369ab2a5d2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Sep 19 15:06:27 2006 -0700
Correct description of dpy argument in libXv function man pages
(Previous description applies to programs, not functions - you must supply a
valid Display pointer to functions, there is no fallback to $DISPLAY.)
commit 5dc20e33bc29f1efd88ed1cf5e83943ab53b9ac6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Sep 19 13:25:27 2006 -0700
Fix man page typos
commit dd25684d6f67b8c5a836b98d224ac6bf21076972
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 18 16:29:46 2006 -0700
Coverity CID #580: XvQueryEncodings Returned without freeing storage "pes"
Free the portion of the encoding list we had already filled in if we get
an error allocating memory for a list entry.
commit 8681d431516979dcffd1ca7a65d47026d8ad0336
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 18 16:14:11 2006 -0700
Add hooks for running code checkers like sparse & lint over the source
commit d19e0d1fe15de6b9a2bfffe30bd041497c021eaf
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 18 16:13:16 2006 -0700
Add argument types to static function prototypes to clear sparse & lint warnings
commit 3c80665e7c53db021b52ad267c12c6b4f43e7c3a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 18 15:45:50 2006 -0700
Replace static Changelog with dist-hook to generate from git log
commit d968d8b6777f21b799a99c9652c27e39da319b00
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 18 15:43:59 2006 -0700
Add *~ to .gitignore to skip emacs droppings
commit abab8955bdb30ffe74dc3b8fe2e6b009a2d2cf3d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Jul 13 14:59:10 2006 -0700
renamed: .cvsignore -> .gitignore
commit 8bf896eb20d6752f31b7d966ff6d8c3f905b536d
Author: Kevin E Martin <kem@kem.org>
Date: Wed Dec 21 02:30:06 2005 +0000
Update package version for X11R7 release.
commit d54ce4a8f14bcb3d027c1bf8f46e215caf596dad
Author: Adam Jackson <ajax@nwnk.net>
Date: Mon Dec 19 16:28:27 2005 +0000
Stub COPYING files
commit 6561f50b1ac74ebb02ec13d434af1e8bef50fd99
Author: Kevin E Martin <kem@kem.org>
Date: Thu Dec 15 00:24:35 2005 +0000
Update package version number for final X11R7 release candidate.
commit e495ba278269a66eab6829b796e7fa32b79dbc2e
Author: Kevin E Martin <kem@kem.org>
Date: Tue Dec 6 22:48:45 2005 +0000
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
commit 4cf396de99b15b48751ece43e74f0aeb60ab5d50
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 05:49:45 2005 +0000
Update package version number for X11R7 RC3 release.
commit 4ff8025f6d0c9ef14e500d123613ccee45c8c23e
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 04:41:51 2005 +0000
Add check and cflags for malloc(0) returning NULL.
commit 4c738dba961b3eae69e466a0bfcd8e6e3e539675
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Mon Nov 28 22:03:06 2005 +0000
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
commit 9460f736b6f61687b20e91e0a02aa81c879d7e4f
Author: Eric Anholt <anholt@freebsd.org>
Date: Sun Nov 20 23:17:41 2005 +0000
Add/improve libs .cvsignores.
commit ed2d19981e048a31d3a594341787f0505d4dd6a8
Author: Kevin E Martin <kem@kem.org>
Date: Sat Nov 19 07:15:43 2005 +0000
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
commit 768933f26103bd9324e3c3efbc287ca21a2776b3
Author: Kevin E Martin <kem@kem.org>
Date: Wed Oct 19 02:48:12 2005 +0000
Update package version number for RC1 release.
commit 6159966aa69254620b25552bb09ae00ef31798ef
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Tue Oct 18 00:00:09 2005 +0000
Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
work better with BSD make
commit 0b5be2efbcd3d405f1d84b6b31add361a39f411d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Thu Oct 13 05:13:36 2005 +0000
doc/man/Xv/Xv.man
doc/man/Xv/XvFreeAdaptorInfo.man
doc/man/Xv/XvFreeEncodingInfo.man
doc/man/Xv/XvGetPortAttribute.man
doc/man/Xv/XvGetStill.man
doc/man/Xv/XvGetVideo.man
doc/man/Xv/XvGrabPort.man
doc/man/Xv/XvPortNotify.man
doc/man/Xv/XvPutStill.man
doc/man/Xv/XvPutVideo.man
doc/man/Xv/XvQueryAdaptors.man
doc/man/Xv/XvQueryBestSize.man
doc/man/Xv/XvQueryEncodings.man
doc/man/Xv/XvQueryExtension.man
doc/man/Xv/XvSelectPortNotify.man
doc/man/Xv/XvSelectVideoNotify.man
doc/man/Xv/XvSetPortAttribute.man
doc/man/Xv/XvStopVideo.man
doc/man/Xv/XvUngrabPort.man
doc/man/Xv/XvVideoNotify.man Convert hardcoded 3X to substitutable
__libmansuffix__ like other library man pages.
commit 0b0ae11e4d5872f55bd412f7876c4b526d420fe0
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date: Thu Oct 13 04:47:38 2005 +0000
[lib/Xv]
Use sed to fill in variables in man pages
commit bc34a489531d1a71857a5d68e4c256d1dacb89ae
Author: Adam Jackson <ajax@nwnk.net>
Date: Wed Aug 3 03:28:02 2005 +0000
Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
a global configure cache don't get confused.
commit 45bb17c155ce80c817e29144e960b02596ed7214
Author: Kevin E Martin <kem@kem.org>
Date: Fri Jul 29 21:22:53 2005 +0000
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
commit ca932bc2cfaa0a7faaf9c0d870ea4314de24855e
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Jul 16 07:41:25 2005 +0000
Set soversion to 1.0.0 with -version-number.
commit 2ece1ee39d248966d2399b30b9de6307db86f4b5
Author: Daniel Stone <daniel@fooishbar.org>
Date: Tue Jul 12 01:10:57 2005 +0000
Add Xvlib.h, change soversion to 1.0.0.
commit 6ed09fe071574abdf5f7c08d9f1de41f4177e5df
Author: Daniel Stone <daniel@fooishbar.org>
Date: Tue Jul 12 00:35:54 2005 +0000
Change version to 2.2.0.
commit f27ed2a7dfd43345ae820186a033c301d77861ad
Author: Daniel Stone <daniel@fooishbar.org>
Date: Tue Jul 12 00:34:54 2005 +0000
Typo fix.
commit 9db3c882e7571eebc98d0070c3ccbc7633b57604
Author: Keith Packard <keithp@keithp.com>
Date: Sat Jul 9 06:53:49 2005 +0000
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
commit 1b0c54229a5259677eab3f80cf8baedc1ca802e5
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sun Jul 3 07:00:57 2005 +0000
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
source files in the xserver/xorg tree, predicated on defines of
HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
<X11/fonts/foo.h>.
commit a0abd747a0203ddf590fd0f4973f12dd0a5fc48d
Author: Kevin E Martin <kem@kem.org>
Date: Sat Jul 2 06:35:03 2005 +0000
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
commit 9064f83cdb11b1515fec1c9f33bd7397ad7f492b
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date: Fri Jul 1 20:09:12 2005 +0000
xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove
whitespace after backslash modularizeapp.sh: s/destkop/desktop/
modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and
Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h
Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
commit dd829239e989de7b7affc504fc29da673d1d46d5
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Date: Tue Jun 21 15:41:36 2005 +0000
lib/XScrnSaver/configure.ac
lib/XScrnSaver/src/Makefile.am
lib/Xfontcache/configure.ac
lib/Xfontcache/src/Makefile.am
lib/Xinerama/configure.ac
lib/Xinerama/src/Makefile.am
lib/Xtst/configure.ac
lib/Xv/configure.ac
lib/XvMC/configure.ac
lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
src/Makefile.am
commit ea1bfd2bef80ed33740916dfc8118ca8ac94a0eb
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date: Mon Jun 13 20:30:01 2005 +0000
- Add Xv man pages
commit 3e71b1e06264f84428e04264b740a634cd7a5499
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date: Mon Jun 13 19:55:32 2005 +0000
- Add Xv to symlink.sh
- Add Xv build system
commit 7306d726bfd8ba10d7ad75f8167dc3ddd85b65e6
Author: Egbert Eich <eich@suse.de>
Date: Fri Apr 23 18:43:55 2004 +0000
Merging XORG-CURRENT into trunk
commit 71d90c59573b4ef0f90e3f9bde03efd6dcf2912e
Author: Egbert Eich <eich@suse.de>
Date: Sun Mar 14 08:32:27 2004 +0000
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
commit 7cb88c27d6784873439ae6bdd22d78784eae41da
Author: Egbert Eich <eich@suse.de>
Date: Wed Mar 3 12:11:32 2004 +0000
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
commit 1faf3c691266e6f9a40914900eb6c94bd639ffb0
Author: Egbert Eich <eich@suse.de>
Date: Thu Feb 26 13:35:34 2004 +0000
readding XFree86's cvs IDs
commit e2399deda299a091cbd99cebf363595534a8ea55
Author: Egbert Eich <eich@suse.de>
Date: Thu Feb 26 09:22:48 2004 +0000
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
commit fe30a03a47c336d508667bb0477383f389e13b5e
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Thu Dec 4 22:02:57 2003 +0000
XFree86 4.3.99.901 (RC 1)
commit 22a0d01c7610f366cf3cec9e7f7cf5968dcc285e
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Tue Nov 25 19:28:16 2003 +0000
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
commit ddef819383953954d9514eab7803367ef20dee82
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:49 2003 +0000
XFree86 4.3.0.1
commit 355f676a4ff26d8fcdfdbe64e791e60bc579e339
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date: Fri Nov 14 16:48:49 2003 +0000
Initial revision
|