summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef LynxHEADmasterAlan Coopersmith1-5/+0
2024-02-04libXvMC 1.0.14libXvMC-1.0.14Alan Coopersmith2-3/+3
2023-03-19Handle implicit conversion warnings from clangAlan Coopersmith2-44/+43
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 Coopersmith2-21/+18
2023-03-19Convert to X.Org standard code styleAlan Coopersmith5-960/+942
2023-03-08configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-1/+2
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2023-02-06gitlab CI: Add libtool to required packagesAlan Coopersmith1-2/+2
2022-06-19meson: Fix compatibility version and current version of meson build to be com...Jeremy Huddleston Sequoia1-0/+2
2022-03-26gitlab CI: add a basic build testAlan Coopersmith1-0/+174
2022-03-26Make doc install path from meson match autotoolsAlan Coopersmith1-1/+1
2022-03-26libXvMC 1.0.13libXvMC-1.0.13Matt Turner2-2/+2
2022-03-26meson: Fix typoMatt Turner1-1/+1
2022-03-26autotools: fix Requires and Requires.Private in pkgconfigDylan Baker2-4/+4
2022-03-26meson: Add a meson build systemDylan Baker2-1/+110
2022-03-26editorconfig: add mesonDylan Baker1-0/+4
2022-03-26editorconfig: addDylan Baker1-0/+13
2022-03-26Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-03-26Fix spelling/wording issuesAlan Coopersmith5-16/+16
2019-09-24libXvMC 1.0.12libXvMC-1.0.12Adam Jackson1-1/+1
2019-09-24vld: Provide <X11/extensions/vldXvMC.h> ourselfAdam Jackson3-2/+176
2019-08-15pkgconfig: Remove xv from xvmc.pcAdam Jackson1-2/+2
2019-07-23Add a pkgconfig file for libXvMCWDylan Baker3-2/+15
2019-03-16libXvMC 1.0.11libXvMC-1.0.11Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith3-24/+20
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
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-04libXvMC 1.0.10libXvMC-1.0.10Matthieu Herrb1-1/+1
2016-09-25Avoid buffer underflow on empty strings.Tobias Stoeckmann1-2/+2
2015-03-14libXvMC 1.0.9libXvMC-1.0.9Alan Coopersmith1-1/+1
2013-12-14Rename local err variable in XW_RSYM macro to avoid shadow warningsAlan Coopersmith1-5/+5
2013-12-14Fix linking with -Wl,--no-undefined on LinuxYaakov Selkowitz2-1/+7
2013-11-22Remove fallback for _XEatDataWords, require libX11 1.6 for itMichael Joost2-18/+1
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith1-13/+0
2013-06-13libXvMC 1.0.8libXvMC-1.0.8Alan Coopersmith1-1/+1
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 Coopersmith2-6/+24
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0