summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef LynxHEADmasterAlan Coopersmith1-5/+0
2023-03-19Handle implicit conversion warnings from clangAlan Coopersmith1-38/+38
2023-03-19Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequestAlan Coopersmith1-9/+5
2023-03-19Variable scope reductions as recommended by cppcheckAlan Coopersmith1-15/+9
2023-03-19Convert to X.Org standard code styleAlan Coopersmith2-300/+290
2022-03-26Fix spelling/wording issuesAlan Coopersmith1-1/+1
2018-09-22Fix sign comparison warnings for loop indexesAlan Coopersmith1-2/+2
2018-09-22Need to check for -1, not 0, to determine if shmat() failedAlan Coopersmith1-1/+1
2018-09-22Fix handling of shmKey in XvMCGetDRInfoNeha Gupta1-7/+17
2016-09-25Avoid buffer underflow on empty strings.Tobias Stoeckmann1-2/+2
2013-11-22Remove fallback for _XEatDataWords, require libX11 1.6 for itMichael Joost1-11/+0
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-13/+0
2013-06-06avoid overflowing by making nameLen and busIDLen addition overflowJulien Cristau1-1/+3
2013-05-24Multiple unvalidated patches in CVE-2013-1999Dave Airlie1-3/+3
2013-04-26Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]Alan Coopersmith1-17/+19
2013-04-26integer overflow in _xvmc_create_*()Alan Coopersmith1-3/+6
2013-04-26integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2]Alan Coopersmith1-2/+2
2013-04-26integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2]Alan Coopersmith1-2/+2
2013-04-13Use _XEatDataWords to avoid overflow of rep.length shiftingAlan Coopersmith1-6/+18
2011-11-10Fix gcc -Wwrite-strings warningsAlan Coopersmith1-2/+2
2011-09-16Strip trailing whitespaceAlan Coopersmith1-33/+33
2011-03-10config: use Automake defaults when checking for library functions.Gaetan Nadon1-6/+6
2011-03-07config: move wrapper in its own directoryGaetan Nadon2-806/+7
2011-03-07Fix whitespace issuesGaetan Nadon1-66/+66
2010-08-13Purge cvs tags.Jesse Adkins2-4/+0
2010-07-08Purge macro NEED_REPLIESFernando Carrijo2-3/+0
2009-10-20Include XvMClib.hJeremy Huddleston1-0/+2
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-1/+2
2009-02-02Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2-10/+3
2009-02-02Add missing prototypes to XvMClibint.hPaulo Cesar Pereira de Andrade1-0/+42
2006-09-27Add XvMCWrapper to lint targetAlan Coopersmith1-1/+2
2006-09-27Fix sparse warning: Using plain integer as NULL pointerAlan Coopersmith1-1/+1
2006-09-26Fix sparse warnings: Using plain integer as NULL pointerAlan Coopersmith1-2/+2
2006-09-26Add hooks for checking code with sparse/lint/etc.Alan Coopersmith1-0/+9
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith1-0/+0
2006-06-16Define HAS_SHM if shmat() is foundAlan Coopersmith1-0/+3
2006-04-03Bug #6479: Cygwin build fix. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson1-1/+1
2006-03-22Set XVMC_CONFIGDIR to $(sysconfdir)/X11.Donnie Berkholz1-1/+1
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin1-3/+4
2005-11-26Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Add dotThomas Hellstrom1-2/+2
2005-08-03Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds withAdam Jackson1-4/+4
2005-07-16Set soversion to 1.0.0 with -version-number.Daniel Stone1-2/+2
2005-07-12Set soversions to 1.0.0; add XvMClib.h.Daniel Stone1-4/+4
2005-07-09Add .cvsignore filesKeith Packard1-0/+7
2005-07-02Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin1-1/+2
2005-06-20Add XvMC build systemSøren Sandmann Pedersen1-0/+21
2005-06-20Fix some includes in xc/lib/XvMCXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13Søren Sandmann Pedersen1-2/+2
2004-12-04Encoding of numerous files changed to UTF-8sco_port_update-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_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Markus Kuhn1-1/+1
2004-11-23Bugzilla #1883 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1883): FixThomas Hellstrom1-3/+8
2004-11-13lib/XvMC/ImakeThomas Hellstrom2-41/+213