summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-08configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLHEADmasterAlan Coopersmith1-1/+2
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2022-12-04libXv 1.0.12libXv-1.0.12Alan Coopersmith1-2/+2
2022-11-20Handle implicit conversion warnings from clangAlan Coopersmith1-111/+111
2022-11-20Variable scope reductionsAlan Coopersmith1-23/+19
2022-10-17XvGetReq: remove trailing semicolon that caller is expected to provideAlan Coopersmith1-1/+1
2022-07-17gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-07-17Fix spelling/wording issuesAlan Coopersmith3-3/+3
2022-07-17Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-25/+20
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-10-04libXv 1.0.11libXv-1.0.11Matthieu Herrb1-1/+1
2016-09-28Protocol handling issues in libXv - CVE-2016-5407Tobias Stoeckmann1-17/+29
2014-07-28Fix typo in dependencies for lint libraryAlan Coopersmith1-1/+1
2013-09-07libXv 1.0.10libXv-1.0.10Alan Coopersmith1-1/+1
2013-07-05Remove fallback for _XEatDataWords, require libX11 1.6 for itAlan Coopersmith2-19/+1
2013-07-05Refactor error handlingAlan Coopersmith1-81/+110
2013-07-05Add missing calls to _XEatDataWords when we are skipping _XReadAlan Coopersmith1-0/+2
2013-07-05Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequestAlan Coopersmith2-10/+7
2013-07-05Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-15/+0
2013-07-05Use pad_to_int32 macro instead of repeated (x + 3) & ~3 patternAlan Coopersmith1-5/+7
2013-07-05Fix sign conversion & comparison warnings from clangAlan Coopersmith1-10/+12
2013-07-05Remove unnecessary casts from Xmalloc callsAlan Coopersmith1-7/+7
2013-06-22Adopt X.Org standard code style, with consistent indentationAlan Coopersmith3-1192/+1154
2013-06-22libXv 1.0.9libXv-1.0.9Alan Coopersmith1-1/+1
2013-06-01Bug 65252: Ensure final name is nil-terminated & none point to uninitialized ...Daphne Pfister1-2/+6
2013-06-01XvQueryPortAttributes: add a comment explaining memory strategyAlan Coopersmith1-0/+11
2013-05-31libXv 1.0.8libXv-1.0.8Alan Coopersmith1-1/+1
2013-05-07integer overflow in XvCreateImage() [CVE-2013-1989 3/3]Alan Coopersmith1-1/+4
2013-05-07integer overflow in XvListImageFormats() [CVE-2013-1989 2/3]Alan Coopersmith1-2/+3
2013-05-07buffer overflow in XvQueryPortAttributes() [CVE-2013-2066]Alan Coopersmith1-2/+8
2013-04-26integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3]Alan Coopersmith1-2/+8
2013-04-13Use _XEatDataWords to avoid overflow of rep.length shiftingAlan Coopersmith2-3/+25
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2012-08-24Uppercase SH arguments.Thomas Klausner1-8/+8
2012-03-07libXv 1.0.7libXv-1.0.7Alan Coopersmith1-1/+1
2011-11-10Fix gcc -Wwrite-strings warningsAlan Coopersmith1-2/+2
2011-10-05XvQueryExtension doesn't return XvBadAllocJeremy Huddleston1-4/+0
2011-09-16Strip trailing whitespaceAlan Coopersmith7-132/+132
2011-02-02config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-41/+40
2011-01-28config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-27config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-10-29libXv 1.0.6libXv-1.0.6Alan Coopersmith1-1/+2
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith1-2/+2
2010-10-06Purge cvs tags.Jesse Adkins3-4/+0
2010-08-18man: whitespace managementGaetan Nadon1-27/+27