Next | Query returned 33 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2019-07-11 00:36:50 by Robert Swindells | Files touched by this commit (7)
Log message:
Add libepoxy and libvdpau.
   2019-02-28 23:46:41 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libvdpau: update to 1.2.

This version of libvdpau adds new chroma types defining whether surfaces
contain frames or fields, and a new picture parameter structure that
supports HEVC 4:4:4 pictures.

Aaron Plattner (3):
      util.h: Make getenv_wrapper() static inline
      Fix typos from commit 53eeb07f68d483fee86ad872884aee890d5aa393
      Bump version to 1.2

José Hiram Soltren (1):
      Fix doc error on displayable surface types

ManojGuptaBonda (2):
      Add new frame and field mode chroma types. Add \ 
VdpDecoderQueryProfileCapability API
      Add HEVC 444 support in VDPAU API

Rico Tzschichholz (1):
      mesa_dri2: Add missing include of config.h to define _GNU_SOURCE
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
   2017-03-17 10:10:14 by Maya Rashish | Files touched by this commit (2)
Log message:
revert libvdpau/libva changes, this doesn't work as expected.
   2017-03-17 00:07:28 by Maya Rashish | Files touched by this commit (2)
Log message:
libva, libvdpau: use options correctly.. fixes libvdpau build, pointed out
by paulg
   2017-03-16 20:21:10 by Maya Rashish | Files touched by this commit (1)
Log message:
libvdpau: add an option 'x11' (default enabled) in available.mk, so non-X11
users can avoid all of Xorg being pulled in for a dependency with ease,
without needing to know about vdpau, for example in the case of ffmpeg3
which shouldn't require X11.

Feel free to propose alternatives.

Clean some commented out bits.

PR pkg/52021
   2017-02-24 01:59:14 by Maya Rashish | Files touched by this commit (1)
Log message:
libvdpau: include dri2proto and libXext.

this means it will now auto-detect the driver I am using, and
I no longer have to specify VDPAU_DRIVER=nouveau (it adds #define DRI2)

bump PKGREVISION
   2017-01-23 19:20:59 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Changes 1.1.1:
Use secure_getenv(3) to improve security

This patch is in response to the following security vulnerabilities
(CVEs) reported to NVIDIA against libvdpau:

CVE-2015-5198
CVE-2015-5199
CVE-2015-5200

To address these CVEs, this patch:

- replaces all uses of getenv(3) with secure_getenv(3);
- uses secure_getenv(3) when available, with a fallback option;
- protects VDPAU_DRIVER against directory traversal by checking for '/'

On platforms where secure_getenv(3) is not available, the C preprocessor
will print a warning at compile time. Then, a preprocessor macro will
replace secure_getenv(3) with our getenv_wrapper(), which utilizes the check:

  getuid() == geteuid() && getgid() == getegid()

See getuid(2) and getgid(2) for further details.
   2017-01-22 11:58:48 by Maya Rashish | Files touched by this commit (1)
Log message:
libvdpau: don't restrict this package to specific operating systems.
there's no reason to - other operating systems have suitable drivers too,
and it doesn't break builds as far as I can tell.

PR pkg/51704, applying as maintainer did not respond.
   2016-04-11 06:22:35 by Darrin B. Jewell | Files touched by this commit (11) | Package updated
Log message:
update PKG_{FAIL,SKIP}_REASON with +=

Next | Query returned 33 messages, browsing 11 to 20 | Previous