summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libXv 1.0.5libXv-1.0.5Alan Coopersmith2009-10-031-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-032-9/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Convert documentation from xv-library-v2.2.txt into man pagesAlan Coopersmith2009-10-0311-12/+403
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Man page cleanups and formatting fixesAlan Coopersmith2009-10-0320-513/+622
| | | | | | | | | | | | - Convert man page section headings to traditional style/names Make them all caps, and use 'synopsis' instead of 'syntax' - Strip trailing whitespace from man pages - Add return types to function prototypes - Fix unbalanced quoting and other formatting issues - Use .BR for formatting man page references - Add "libXv Functions" to man page header Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Move xv-library-v2.2.txt document from xorg-docsAlan Coopersmith2009-10-011-0/+300
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Adjust flags definitions to fix lint library buildAlan Coopersmith2009-05-092-4/+5
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+25
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-02-029-25/+18
|
* 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