Changelog for
libvdpau-devel-1.1.1-12.1.x86_64.rpm :
Thu Dec 31 13:00:00 2015 j.mairboeckAATTgmail.com
- add patch for flash workaround for Konqueror (including Webkit) and Opera based on Mageia.
Mon Sep 7 14:00:00 2015 sndirschAATTsuse.com
- replaced u_src-mesa_dri2.c-define-_GNU_SOURCE.patch with upstream
U_Add_missing_include_of_config_h_to_define_GNU_SOURCE.patch
Wed Sep 2 14:00:00 2015 sndirschAATTsuse.com
- added missing BuildRequires for pkgconfig(dri2proto)
- u_src-mesa_dri2.c-define-_GNU_SOURCE.patch
* Without having defined _GNU_SOURCE __USE_GNU isn\'t defined
either. Though secure_getenv() in stdlib.h isn\'t declared.
Tue Sep 1 14:00:00 2015 sndirschAATTsuse.com
- Update libvdpau to version 1.1.1 (bnc#943967,#943968,#943969)
libvdpau versions 1.1 and earlier, when used in setuid or setgid
applications, contain vulnerabilities related to environment
variable handling that could allow an attacker to execute
arbitrary code or overwrite arbitrary files. See CVE-2015-5198,
CVE-2015-5199, and CVE-2015-5200 for more details.
This release uses the secure_getenv() function, when available,
to fix these problems. The updated libvdpau will instead use a
fallback implementation of secure_getenv() when the platform
doesn\'t provide one.
If you use the NVIDIA .run installer packages, please see
https://devtalk.nvidia.com/default/topic/873035 for additional
information.
This release also adds tracing of HEVC picture structures to
libvdpau_trace.
- supersedes patch: libvdpau-nopdftex.patch
Tue Mar 17 13:00:00 2015 sndirschAATTsuse.com
- Update libvdpau to version 1.1
* This release fixes a bug in the new VdpPictureInfoHEVC structure:
the column_width_minus1 and row_height_minus1 arrays had the wrong
dimensions. To avoid the incorrect structure being used, the profile
numbers for the HEVC profiles have been changed. Please use the new
profiles rather than the ones from libvdpau 1.0.
Mon Mar 16 13:00:00 2015 sndirschAATTsuse.com
- Update libvdpau to version 1.0
* This release adds support for the following HEVC / H.265 profiles:
VDP_DECODER_PROFILE_HEVC_MAIN
VDP_DECODER_PROFILE_HEVC_MAIN_10
VDP_DECODER_PROFILE_HEVC_MAIN_STILL
VDP_DECODER_PROFILE_HEVC_MAIN_12
VDP_DECODER_PROFILE_HEVC_MAIN_444
- Updated vdpauinfo to version 0.9
* This release adds support for querying the new profiles added in
libvdpau 1.0 (see above)
- cleanup: removed empty patch \'vdpauinfo-missing-lX11.diff\'
Tue Dec 23 13:00:00 2014 jweberhoferAATTweberhofer.at
- Update libvpaud to version 0.9
This release adds several new decoder profiles:
- VDP_DECODER_PROFILE_H264_CONSTRAINED_BASELINE
- VDP_DECODER_PROFILE_H264_EXTENDED
- VDP_DECODER_PROFILE_H264_PROGRESSIVE_HIGH
- VDP_DECODER_PROFILE_H264_CONSTRAINED_HIGH
- VDP_DECODER_PROFILE_H264_HIGH_444_PREDICTIVE
In addition, this release includes a number of packaging and compiler warning
fixes and clarifies the ABI policy to include the size of the data structures
defined in vdpau.h. It also fixes a race condition that could be triggered
when two threads call VdpDeviceCreateX11 simultaneously.
* vdpau_x11.h: update stale comment about how libvdpau finds drivers
* vdpau.h: define a more strict ABI policy
* trace: properly annotate private functions as static
* vdpau: do not export _vdp_DRI2
* functions
* Clarify type of source_surface as VDP_INVALID_HANDLE
* vdpau_x11 - fix typo
* Add support for H.264 Hi444PP in VDPAU API
* vdpau_trace: Fix GCC 4.8 build warnings
* vdpau_wrapper: remove unused parameter warnings
* test: do not clobber CFLAGS
* test: remove assignment-as-truth-value warning
* test: fix incomplete prototype
* vdpau.h: improve constant expansion safety
* vdpau: define some more H.264/AVC decoding profiles
* configure: add test for POSIX threads
* vdpau_wrapper: make the fixes initialization thread-safe
* vdpau_wrapper: make initialization of library handles thread-safe
* vdpau_wrapper: protect concurrent access to _imp_get_proc_address
- Updated vdpauinfo to version 0.9
This release adds support for the new profiles added in libvdpau 0.9. It
also adds the ability to display which indexed color formats are supported by
the PutBits interface.
Finally, it adds the command line options --display and --screen, which can
be used to select which X server and screen to query rather than having to
set the $DISPLAY environment variable.
* Set the AM_INIT_AUTOMAKE foreign flag
* vdpauinfo: add option processing
* vdpauinfo: print supported PutBits indexed color formats
* Support new H.264 profiles added in libvdpau 0.9
* List profiles that are not supported as well
- rebased patches
Wed Jul 2 14:00:00 2014 sndirschAATTsuse.com
- Update to v0.8
* This release fixes an incorrect type for VdpPictureInfo and
adds an environment variable, VDPAU_DRIVER_PATH, which can be
used to override the default search path that the library uses
to find its backend driver libraries.
Sun Oct 27 13:00:00 2013 sndirschAATTsuse.com
- update to vdpauinfo 0.1
* This release fixes a problem where ranges were queried for
mixer parameters and attributes where ranges were not allowed.
Mon Mar 25 13:00:00 2013 idonmezAATTsuse.com
- Drop libvdpau-alway-workaround-libflash.patch: while this
fixes flash plugin, it breaks all the other apps. (bnc#811360)
Sun Feb 3 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to v0.6
* Make use of dri2proto_CFLAGS when building.
* Fix leaked extension info on library unload
* Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER to appease
automake 1.13
Wed Sep 5 14:00:00 2012 idonmezAATTsuse.com
- Update to v0.5
* vdpau_wrapper.c: Track dynamic library handles and free them
on exit
* Implement workarounds for Adobe Flash bugs
- Add libvdpau-alway-workaround-libflash.patch: always enable
Flash workarounds and not depend on kernel command line. Users
can disable this in the /etc/vdpau_wrapper.cfg file.
Tue Jun 26 14:00:00 2012 sndirschAATTsuse.com
- back to building the HTML documentation (instead of prebuilding
and then extracting it during the build), but this time without
requiring texlive, since pdftex apparently isn\'t used for this
purpose anyway (libvdpau-nopdftex.patch)
Mon Jun 25 14:00:00 2012 cooloAATTsuse.com
- do not build the documentation but package a prebuilt tar of it
to avoid huge build cycle
Mon Aug 29 14:00:00 2011 sndirschAATTsuse.com
- fixes the build in a more correct way :-) Hopefully!
Mon Aug 29 14:00:00 2011 sndirschAATTsuse.com
- vdpau needs an explicit \"-lX11\" with latest toolchain
Wed Sep 22 14:00:00 2010 cooloAATTnovell.com
- fix baselibs.conf
Wed Sep 8 14:00:00 2010 sndirschAATTnovell.com
- libvdpau 0.4.1
This minor update just changes a few small, but important,
documentation details.
* vdpau.h: Clarify video mixer field amount recommendation
* vpdau.h: Fix typo and clarify wording.
* More doc issues pointed out by Xine authors.
Fri Jun 18 14:00:00 2010 sndirschAATTsuse.de
- renamed rpmlintrc to libvdpau-rpmlintrc
- added libvdpau-rpmlintrc as source to specfile
Fri Jun 4 14:00:00 2010 sndirschAATTsuse.de
- fixed baselibs.conf (packages have been renamed)
Sat Apr 24 14:00:00 2010 sndirschAATTsuse.de
- fixed libvdpau_trace1 package description
- added README for tracing VDPAU function calls
Sat Apr 24 14:00:00 2010 sndirschAATTsuse.de
- added Wladimir J. van der Laan\'s vdpinfo tool, a command line
utility for querying the capabilities of a VDPAU device.
Thu Apr 22 14:00:00 2010 herbertAATTgraeber-clan.de
- put libvdpau_trace into it\'s own package
Thu Apr 22 14:00:00 2010 herbertAATTgraeber-clan.de
- follow Shared Library Packaging Policy
- obsolete packman vdpau packages for proper update
Thu Apr 22 14:00:00 2010 sndirschAATTsuse.de
- also build and package documentation
Wed Apr 21 14:00:00 2010 sndirschAATTsuse.de
- created package (bnc #596481)