Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libvdpau-devel-1.1.1-lp152.3.2 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: libvdpau-devel Distribution: openSUSE Leap 15.2
Version: 1.1.1 Vendor: openSUSE
Release: lp152.3.2 Build date: Thu Nov 7 22:19:44 2019
Group: Development/Libraries/X11 Build host: obs-arm-8
Size: 2277062 Source RPM: libvdpau-1.1.1-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.freedesktop.org/wiki/Software/VDPAU/
Summary: VDPAU wrapper development files
Note that this package only contains the VDPAU headers that are required to
build applications. At runtime, the shared libraries are needed too and may
be installed using the proprietary nVidia driver packages.

Provides

Requires

License

MIT

Changelog

* Tue May 30 2017 sndirsch@suse.com
  - includes everything needed for missing sle issue entries:
    * fate #315643-315645, 319159-319161, 319618 (bsc#1041623)
    * bnc#943967, bnc#943968, bnc#943969 (bsc#1041623)
    * CVE-2015-5198, CVE-2015-5199, CVE-2015-5200 (bsc#1041623)
* Mon Sep 07 2015 sndirsch@suse.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 02 2015 sndirsch@suse.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 01 2015 sndirsch@suse.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 2015 sndirsch@suse.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 2015 sndirsch@suse.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 2014 jweberhofer@weberhofer.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 02 2014 sndirsch@suse.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 2013 sndirsch@suse.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 2013 idonmez@suse.com
  - Drop libvdpau-alway-workaround-libflash.patch: while this
    fixes flash plugin, it breaks all the other apps. (bnc#811360)

Files

/usr/include/vdpau
/usr/include/vdpau/vdpau.h
/usr/include/vdpau/vdpau_x11.h
/usr/lib64/libvdpau.so
/usr/lib64/pkgconfig/vdpau.pc
/usr/lib64/vdpau
/usr/share/doc/libvdpau
/usr/share/doc/libvdpau/html
/usr/share/doc/libvdpau/html/_formulas.tex
/usr/share/doc/libvdpau/html/annotated.html
/usr/share/doc/libvdpau/html/bc_s.png
/usr/share/doc/libvdpau/html/bdwn.png
/usr/share/doc/libvdpau/html/classes.html
/usr/share/doc/libvdpau/html/closed.png
/usr/share/doc/libvdpau/html/dir_3708a2ca7cad76d93d639e89f42f5087.html
/usr/share/doc/libvdpau/html/doc.png
/usr/share/doc/libvdpau/html/doxygen.css
/usr/share/doc/libvdpau/html/doxygen.png
/usr/share/doc/libvdpau/html/dynsections.js
/usr/share/doc/libvdpau/html/files.html
/usr/share/doc/libvdpau/html/folderclosed.png
/usr/share/doc/libvdpau/html/folderopen.png
/usr/share/doc/libvdpau/html/functions.html
/usr/share/doc/libvdpau/html/functions_b.html
/usr/share/doc/libvdpau/html/functions_c.html
/usr/share/doc/libvdpau/html/functions_d.html
/usr/share/doc/libvdpau/html/functions_e.html
/usr/share/doc/libvdpau/html/functions_f.html
/usr/share/doc/libvdpau/html/functions_g.html
/usr/share/doc/libvdpau/html/functions_h.html
/usr/share/doc/libvdpau/html/functions_i.html
/usr/share/doc/libvdpau/html/functions_l.html
/usr/share/doc/libvdpau/html/functions_m.html
/usr/share/doc/libvdpau/html/functions_n.html
/usr/share/doc/libvdpau/html/functions_o.html
/usr/share/doc/libvdpau/html/functions_p.html
/usr/share/doc/libvdpau/html/functions_q.html
/usr/share/doc/libvdpau/html/functions_r.html
/usr/share/doc/libvdpau/html/functions_s.html
/usr/share/doc/libvdpau/html/functions_t.html
/usr/share/doc/libvdpau/html/functions_u.html
/usr/share/doc/libvdpau/html/functions_v.html
/usr/share/doc/libvdpau/html/functions_vars.html
/usr/share/doc/libvdpau/html/functions_vars_b.html
/usr/share/doc/libvdpau/html/functions_vars_c.html
/usr/share/doc/libvdpau/html/functions_vars_d.html
/usr/share/doc/libvdpau/html/functions_vars_e.html
/usr/share/doc/libvdpau/html/functions_vars_f.html
/usr/share/doc/libvdpau/html/functions_vars_g.html
/usr/share/doc/libvdpau/html/functions_vars_h.html
/usr/share/doc/libvdpau/html/functions_vars_i.html
/usr/share/doc/libvdpau/html/functions_vars_l.html
/usr/share/doc/libvdpau/html/functions_vars_m.html
/usr/share/doc/libvdpau/html/functions_vars_n.html
/usr/share/doc/libvdpau/html/functions_vars_o.html
/usr/share/doc/libvdpau/html/functions_vars_p.html
/usr/share/doc/libvdpau/html/functions_vars_q.html
/usr/share/doc/libvdpau/html/functions_vars_r.html
/usr/share/doc/libvdpau/html/functions_vars_s.html
/usr/share/doc/libvdpau/html/functions_vars_t.html
/usr/share/doc/libvdpau/html/functions_vars_u.html
/usr/share/doc/libvdpau/html/functions_vars_v.html
/usr/share/doc/libvdpau/html/functions_vars_w.html
/usr/share/doc/libvdpau/html/functions_vars_x.html
/usr/share/doc/libvdpau/html/functions_vars_y.html
/usr/share/doc/libvdpau/html/functions_w.html
/usr/share/doc/libvdpau/html/functions_x.html
/usr/share/doc/libvdpau/html/functions_y.html
/usr/share/doc/libvdpau/html/globals.html
/usr/share/doc/libvdpau/html/globals_defs.html
/usr/share/doc/libvdpau/html/globals_enum.html
/usr/share/doc/libvdpau/html/globals_eval.html
/usr/share/doc/libvdpau/html/globals_type.html
/usr/share/doc/libvdpau/html/globals_vars.html
/usr/share/doc/libvdpau/html/graph_legend.dot
/usr/share/doc/libvdpau/html/graph_legend.html
/usr/share/doc/libvdpau/html/graph_legend.md5
/usr/share/doc/libvdpau/html/group___vdp_bitmap_surface.dot
/usr/share/doc/libvdpau/html/group___vdp_bitmap_surface.html
/usr/share/doc/libvdpau/html/group___vdp_bitmap_surface.md5
/usr/share/doc/libvdpau/html/group___vdp_c_s_c_matrix.dot
/usr/share/doc/libvdpau/html/group___vdp_c_s_c_matrix.html
/usr/share/doc/libvdpau/html/group___vdp_c_s_c_matrix.md5
/usr/share/doc/libvdpau/html/group___vdp_decoder.dot
/usr/share/doc/libvdpau/html/group___vdp_decoder.html
/usr/share/doc/libvdpau/html/group___vdp_decoder.md5
/usr/share/doc/libvdpau/html/group___vdp_device.dot
/usr/share/doc/libvdpau/html/group___vdp_device.html
/usr/share/doc/libvdpau/html/group___vdp_device.md5
/usr/share/doc/libvdpau/html/group___vdp_output_surface.dot
/usr/share/doc/libvdpau/html/group___vdp_output_surface.html
/usr/share/doc/libvdpau/html/group___vdp_output_surface.md5
/usr/share/doc/libvdpau/html/group___vdp_output_surface_render.dot
/usr/share/doc/libvdpau/html/group___vdp_output_surface_render.html
/usr/share/doc/libvdpau/html/group___vdp_output_surface_render.md5
/usr/share/doc/libvdpau/html/group___vdp_presentation_queue.dot
/usr/share/doc/libvdpau/html/group___vdp_presentation_queue.html
/usr/share/doc/libvdpau/html/group___vdp_presentation_queue.md5
/usr/share/doc/libvdpau/html/group___vdp_video_mixer.dot
/usr/share/doc/libvdpau/html/group___vdp_video_mixer.html
/usr/share/doc/libvdpau/html/group___vdp_video_mixer.md5
/usr/share/doc/libvdpau/html/group___vdp_video_surface.dot
/usr/share/doc/libvdpau/html/group___vdp_video_surface.html
/usr/share/doc/libvdpau/html/group___vdp_video_surface.md5
/usr/share/doc/libvdpau/html/group__api__core.dot
/usr/share/doc/libvdpau/html/group__api__core.html
/usr/share/doc/libvdpau/html/group__api__core.md5
/usr/share/doc/libvdpau/html/group__api__winsys.dot
/usr/share/doc/libvdpau/html/group__api__winsys.html
/usr/share/doc/libvdpau/html/group__api__winsys.md5
/usr/share/doc/libvdpau/html/group__api__winsys__x11.dot
/usr/share/doc/libvdpau/html/group__api__winsys__x11.html
/usr/share/doc/libvdpau/html/group__api__winsys__x11.md5
/usr/share/doc/libvdpau/html/group__base__types.dot
/usr/share/doc/libvdpau/html/group__base__types.html
/usr/share/doc/libvdpau/html/group__base__types.md5
/usr/share/doc/libvdpau/html/group__display__preemption.dot
/usr/share/doc/libvdpau/html/group__display__preemption.html
/usr/share/doc/libvdpau/html/group__display__preemption.md5
/usr/share/doc/libvdpau/html/group__error__handling.dot
/usr/share/doc/libvdpau/html/group__error__handling.html
/usr/share/doc/libvdpau/html/group__error__handling.md5
/usr/share/doc/libvdpau/html/group__get__proc__address.dot
/usr/share/doc/libvdpau/html/group__get__proc__address.html
/usr/share/doc/libvdpau/html/group__get__proc__address.md5
/usr/share/doc/libvdpau/html/group__misc__types.dot
/usr/share/doc/libvdpau/html/group__misc__types.html
/usr/share/doc/libvdpau/html/group__misc__types.md5
/usr/share/doc/libvdpau/html/group__versioning.dot
/usr/share/doc/libvdpau/html/group__versioning.html
/usr/share/doc/libvdpau/html/group__versioning.md5
/usr/share/doc/libvdpau/html/index.html
/usr/share/doc/libvdpau/html/jquery.js
/usr/share/doc/libvdpau/html/menu.js
/usr/share/doc/libvdpau/html/menudata.js
/usr/share/doc/libvdpau/html/modules.html
/usr/share/doc/libvdpau/html/nav_f.png
/usr/share/doc/libvdpau/html/nav_g.png
/usr/share/doc/libvdpau/html/nav_h.png
/usr/share/doc/libvdpau/html/open.png
/usr/share/doc/libvdpau/html/splitbar.png
/usr/share/doc/libvdpau/html/struct_vdp_bitstream_buffer.html
/usr/share/doc/libvdpau/html/struct_vdp_color.html
/usr/share/doc/libvdpau/html/struct_vdp_layer.html
/usr/share/doc/libvdpau/html/struct_vdp_output_surface_render_blend_state.html
/usr/share/doc/libvdpau/html/struct_vdp_picture_info_h264.html
/usr/share/doc/libvdpau/html/struct_vdp_picture_info_h264_predictive.html
/usr/share/doc/libvdpau/html/struct_vdp_picture_info_h_e_v_c.html
/usr/share/doc/libvdpau/html/struct_vdp_picture_info_m_p_e_g1_or2.html
/usr/share/doc/libvdpau/html/struct_vdp_picture_info_m_p_e_g4_part2.html
/usr/share/doc/libvdpau/html/struct_vdp_picture_info_v_c1.html
/usr/share/doc/libvdpau/html/struct_vdp_point.html
/usr/share/doc/libvdpau/html/struct_vdp_procamp.html
/usr/share/doc/libvdpau/html/struct_vdp_rect.html
/usr/share/doc/libvdpau/html/struct_vdp_reference_frame_h264.html
/usr/share/doc/libvdpau/html/sync_off.png
/usr/share/doc/libvdpau/html/sync_on.png
/usr/share/doc/libvdpau/html/tab_a.png
/usr/share/doc/libvdpau/html/tab_b.png
/usr/share/doc/libvdpau/html/tab_h.png
/usr/share/doc/libvdpau/html/tab_s.png
/usr/share/doc/libvdpau/html/tabs.css
/usr/share/doc/libvdpau/html/vdpau_8h.html
/usr/share/doc/libvdpau/html/vdpau_8h__dep__incl.dot
/usr/share/doc/libvdpau/html/vdpau_8h__dep__incl.md5
/usr/share/doc/libvdpau/html/vdpau_8h__incl.dot
/usr/share/doc/libvdpau/html/vdpau_8h__incl.md5
/usr/share/doc/libvdpau/html/vdpau_8h_source.html
/usr/share/doc/libvdpau/html/vdpau__x11_8h.html
/usr/share/doc/libvdpau/html/vdpau__x11_8h__incl.dot
/usr/share/doc/libvdpau/html/vdpau__x11_8h__incl.md5
/usr/share/doc/libvdpau/html/vdpau__x11_8h_source.html
/usr/share/doc/libvdpau/html/vdpau_data_flow.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024