summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump: 1.0.4libXv-1.0.4Alan Coopersmith2008-03-171-1/+1
|
* nuke RCS IdsMatthieu Herrb2008-03-091-1/+0
|
* get rid of ancient XFree86 CVS Id tagsAdemar de Souza Reis Jr2007-10-0520-20/+0
|
* convert manpages prototypes to C ANSI formatAdemar de Souza Reis Jr2007-10-0518-285/+123
| | | | | Closes: #8360 (libXv man pages should be converted to ANSI prototypes)
* bump to 1.0.3libXv-1.0.3Daniel Stone2006-12-161-1/+1
|
* Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
| | | | Make ChangeLog hook as safe as possible.
* Bump version number to 1.0.2libXv-1.0.2Alan Coopersmith2006-09-251-1/+1
|
* Fill in AUTHORS & COPYING filesAlan Coopersmith2006-09-222-8/+40
|
* Correct description of dpy argument in libXv function man pagesAlan Coopersmith2006-09-1914-104/+14
| | | | | (Previous description applies to programs, not functions - you must supply a valid Display pointer to functions, there is no fallback to $DISPLAY.)
* Fix man page typosAlan Coopersmith2006-09-192-2/+2
|
* Coverity CID #580: XvQueryEncodings Returned without freeing storage "pes"Alan Coopersmith2006-09-181-0/+1
| | | | | Free the portion of the encoding list we had already filled in if we get an error allocating memory for a list entry.
* Add hooks for running code checkers like sparse & lint over the sourceAlan Coopersmith2006-09-183-1/+32
|
* Add argument types to static function prototypes to clear sparse & lint warningsAlan Coopersmith2006-09-181-3/+4
|
* Replace static Changelog with dist-hook to generate from git logAlan Coopersmith2006-09-182-51/+6
|
* Add *~ to .gitignore to skip emacs droppingsAlan Coopersmith2006-09-181-0/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-136-0/+0
|
* Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2005-12-212-1/+6
|
* Stub COPYING filesAdam Jackson2005-12-191-0/+12
|
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-033-1/+8
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Add/improve libs .cvsignores.Eric Anholt2005-11-205-1/+19
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-3/+10
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-181-1/+1
| | | | work better with BSD make
* doc/man/Xv/Xv.manXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith2005-10-1320-120/+120
| | | | | | | | | | | | | | | | | | | | | | | 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.
* [lib/Xv]Alan Coopersmith2005-10-133-40/+73
| | | | Use sed to fill in variables in man pages
* Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson2005-08-033-7/+7
| | | | a global configure cache don't get confused.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - 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
* Set soversion to 1.0.0 with -version-number.Daniel Stone2005-07-161-1/+1
|
* Add Xvlib.h, change soversion to 1.0.0.Daniel Stone2005-07-126-5/+10
|
* Change version to 2.2.0.Daniel Stone2005-07-121-2/+1
|
* Typo fix.Daniel Stone2005-07-121-1/+1
|
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-095-1/+25
|
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Daniel Stone2005-07-031-1/+1
| | | | | | | | 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>.
* Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin2005-07-021-0/+1
|
* xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: removeSøren Sandmann Pedersen2005-07-011-1/+1
| | | | | | | 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
* lib/XScrnSaver/configure.acAlexander Gottwald2005-06-212-1/+6
| | | | | | | | | | | | | 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
* - Add Xv man pagesSøren Sandmann Pedersen2005-06-133-1/+45
|
* - Add Xv to symlink.shSøren Sandmann Pedersen2005-06-1311-0/+106
| | | | - Add Xv build system
* Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich2004-04-2323-23/+24
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1423-23/+23
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich2004-03-0323-23/+23
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-2623-23/+23
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-2623-23/+23
|
* XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330Kaleb Keithley2003-12-041-1/+2
|
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2003-11-255-54/+9
|
* XFree86 4.3.0.1xf86-4_3_0_1Kaleb Keithley2003-11-140-0/+0
|