26 Commits

Author SHA256 Message Date
Jimmy Berry
a42050cd1b Accepting request 668836 from home:iznogood:branches:X11:XOrg
- Update to version 2.4.0:
  * va_TraceSurface support for VA_FOURCC_P010
  * Add pointer to struct wl_interface for driver to use
  * (integrate) va: fix new line symbol in error message
  * av: avoid driver path truncation
  * Fix compilation warning (uninit and wrong variable types) for
    Android O MR1
  * Allow import of the DRM PRIME 2 memory type
  * android: ignore unimportant compile warnnings
  * compile: fix sign/unsign compare in va_trace.c
  * android: replace utils/Log.h with log/log.h
  * High Dynamic Range Tone Mapping: Add a new filter for input
    metadata and some comments
  * Remove restrictions on vaSetDriverName()
- Update to version 2.4.0:
  * va_TraceSurface support for VA_FOURCC_P010
  * Add pointer to struct wl_interface for driver to use
  * (integrate) va: fix new line symbol in error message
  * av: avoid driver path truncation
  * Fix compilation warning (uninit and wrong variable types) for
    Android O MR1
  * Allow import of the DRM PRIME 2 memory type
  * android: ignore unimportant compile warnnings
  * compile: fix sign/unsign compare in va_trace.c
  * android: replace utils/Log.h with log/log.h
  * High Dynamic Range Tone Mapping: Add a new filter for input
    metadata and some comments
  * Remove restrictions on vaSetDriverName()

OBS-URL: https://build.opensuse.org/request/show/668836
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=108
2019-01-26 21:36:19 +00:00
Jimmy Berry
89c7a379f9 Accepting request 645608 from home:computersalat:devel:X11_XOrg
update to 2.3.0

OBS-URL: https://build.opensuse.org/request/show/645608
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=106
2018-10-31 02:38:54 +00:00
97aac4615d Accepting request 623339 from home:tiwai:intel
- Update to 2.2.0:
  * Bump VA-API version to 1.2.0 and libva to 2.2.0
  * Add support for hevc range extension decoding
  * Add support for fast intra prediction in HEVC FEI
  * Add 10/12-bit YUV render target formats
  * Add fourcc code for Y210/Y216/Y410/Y416/RGB565/BGR565
  * Add VA_STATUS_ERROR_NOT_ENOUGH_BUFFER
  * Add VA_SURFACE_ATTRIB_USAGE_HINT_EXPORT
  * Improve documentation
- Use license tag

- Update to 2.2.0:
  * Bump VA-API version to 1.2.0 and libva to 2.2.0
  * Add support for hevc range extension decoding
  * Add support for fast intra prediction in HEVC FEI
  * Add 10/12-bit YUV render target formats
  * Add fourcc code for Y210/Y216/Y410/Y416/RGB565/BGR565
  * Add VA_STATUS_ERROR_NOT_ENOUGH_BUFFER
  * Add VA_SURFACE_ATTRIB_USAGE_HINT_EXPORT
  * Improve documentation
- Use license tag

OBS-URL: https://build.opensuse.org/request/show/623339
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=104
2018-07-17 12:50:33 +00:00
f3f78f8865 - Update to 2.1.0
* Bump VA-API version to 1.1.0 and libva to 2.1.0
  * Add API for multi-frame processing
  * Add entrypoint VAEntrypointStats for Statistics
  * Add data structures for HEVC FEI support
  * Add new attributes for decoding/encoding/video processing
  * Add new VPP filter for Total Color Correction
  * Add blending interface in VPP
  * Add rotation interface in VPP
  * Add mirroring interface in VPP
  * Add Chroma siting flags in VPP
  * Add new color standard definitions
  * Add new interface for exporting surface
  * Add message callbacks for drivers to use

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=102
2018-05-07 13:05:45 +00:00
587403c993 Accepting request 542600 from home:Zaitor:branches:X11:XOrg
- Drop erroneous --disable-wayland configure call passed when
  building gl part.
- Drop vaapi-wayland-tools sub-package, it does not contain any
  files.
- Clean up spec, explicitly list .pc files, ensure they go into the
  correct devel package, stop rm'ing binaries that no longer exist.
- Drop erroneous --disable-wayland configure call passed when
  building gl part.
- Drop vaapi-wayland-tools sub-package, it does not contain any
  files.
- Clean up spec, explicitly list .pc files, ensure they go into the
  correct devel package, stop rm'ing binaries that no longer exist.

OBS-URL: https://build.opensuse.org/request/show/542600
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=100
2017-11-28 13:56:09 +00:00
Jimmy Berry
4016a3e3df Accepting request 539812 from home:alarrosa:branches:X11:XOrg
- Update to 2.0.0
  * Bump VA-API version to 1.0.0 and libva to 2.0.0
  * Add new API for H264 FEI support
  * Add definition of VA_FOURCC_I420
  * Add functions for converting common enums to strings
  * Deprecate H.264 baseline profile and FMO support
  * Deprecate packed misc packed header flag
  * Delete libva-tpi and libva-egl backends
  * Refine VASliceParameterBufferHEVC, VAEncMiscParameterBuffer
  * Fix errors in VAConfigAttribValEncROI, VAEncMacroblockParameterBufferH264
  * Fix race condition in wayland support
  * Rename vaMessageCallback to VAMessageCallback
  * Make logging callbacks library-safe
- Note libva 2.0.0 is not compatible with the old version of libva, but for
  most users, what you need to do is to rebuild your VA-API based application
  against libva 2.0.0.
- The soversion of the generated packages is increased to 2.
- Subpackage libva-egl1 is no longer generated since upstream removed support
  for the libva-egl backend.
- The libva2 package no longer includes the libva-tpi library since upstream
  removed support for the libva-tpi backend.

- Update to 2.0.0
  * Bump VA-API version to 1.0.0 and libva to 2.0.0
  * Add new API for H264 FEI support
  * Add definition of VA_FOURCC_I420
  * Add functions for converting common enums to strings
  * Deprecate H.264 baseline profile and FMO support
  * Deprecate packed misc packed header flag
  * Delete libva-tpi and libva-egl backends

OBS-URL: https://build.opensuse.org/request/show/539812
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=98
2017-11-08 23:12:10 +00:00
Jimmy Berry
0ef1fbe56f Accepting request 521639 from home:jengelh:branches:X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/521639
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=96
2017-09-06 23:22:05 +00:00
4ca026530a Accepting request 518926 from home:Zaitor
I think I did the move right, but please do doublecheck it :-)

- Move wayland to build_gl.
- Drop vaapi-dummy-driver Recommends, package does not exist
  anymore.
- Move wayland to build_gl.
- Drop vaapi-dummy-driver Recommends, package does not exist
  anymore.

OBS-URL: https://build.opensuse.org/request/show/518926
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=94
2017-08-29 12:09:53 +00:00
8eca1718d4 - fixed source URLs
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=92
2017-08-18 07:29:17 +00:00
29525b8455 Accepting request 517203 from home:computersalat:devel:X11_XOrg
Update to 1.8.3

OBS-URL: https://build.opensuse.org/request/show/517203
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=91
2017-08-18 07:17:35 +00:00
30d7ead63f - added COPYING as documentation file
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=90
2017-08-09 13:33:00 +00:00
66b5baf86b - Version 1.8.2
* Bump libva to 1.8.2

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=89
2017-08-04 13:54:18 +00:00
f927430557 Accepting request 489431 from home:computersalat:devel:X11_XOrg
fix changes file

OBS-URL: https://build.opensuse.org/request/show/489431
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=87
2017-04-26 18:45:47 +00:00
66bd8bacf2 Accepting request 489172 from home:computersalat:devel:X11_XOrg
update to 1.8.1

OBS-URL: https://build.opensuse.org/request/show/489172
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=86
2017-04-19 09:00:01 +00:00
13c6e7f9f6 Accepting request 488127 from home:computersalat:devel:X11_XOrg
update to version 1.8.0

OBS-URL: https://build.opensuse.org/request/show/488127
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=84
2017-04-16 20:04:37 +00:00
a0a2922d65 - SLE merge:
* update to latest version, Intel Stack release 2016Q1
    (fate #315643-315645, 319159-319161, 319618)
  * latest updates for sle12 (fate #315643-315645, 319159-319161,
    319618)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=83
2017-04-11 14:42:08 +00:00
f3e7ca601b - Removed libva-wayland1 from bqaselibs.conf; add it to
baselibs.conf during a wayland build only; ugly I know ... This
  is needed since otherwise source validator
  ("osc service run source_validator") fails on sle

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=81
2017-04-11 12:24:42 +00:00
d483e30993 - sync openSUSE Leap/SLE build by making use of %is_opensuse macro;
we don't build wayland on SLE, but enable it on Leap

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=80
2017-04-11 10:39:29 +00:00
26788b60c0 - N_libva_Fix_wayland-client.h_include-path.patch/
N_libva_Fix_wayland-client.h_include-path_1320.patch no longer
  need after adjusting vaapi-intel-driver package

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=78
2017-01-17 14:28:22 +00:00
e735aa3880 - fix wayland-client.h include path
* add N_libva_Fix_wayland-client.h_include-path.patch
  * add N_libva_Fix_wayland-client.h_include-path_1320.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=77
2017-01-13 15:15:56 +00:00
Jimmy Berry
0f2c3e31bd Accepting request 448352 from home:computersalat:devel:X11_XOrg
update to 1.7.3

OBS-URL: https://build.opensuse.org/request/show/448352
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=75
2017-01-01 06:00:07 +00:00
Jimmy Berry
2c02a9387f Accepting request 436771 from home:computersalat:devel:X11_XOrg
update to 1.7.2

OBS-URL: https://build.opensuse.org/request/show/436771
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=73
2016-10-22 20:46:45 +00:00
ff32b97679 - Update to version 1.7.1
* Bump VA API version to 0.39.2
  * API: add support for VP9 8bit encode
  * API: add support for low power/high performance encode
  * API: add support for encoding ROI attribute
  * API: add support for macroblock based rate control
  * Fix VA tracer to support multiple contexts in one instance

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=71
2016-07-04 15:03:30 +00:00
b61c2e98f0 Accepting request 396859 from home:Zaitor:branches:X11:XOrg
Fix missing post/un handling of wayland lib

OBS-URL: https://build.opensuse.org/request/show/396859
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=69
2016-06-06 09:10:31 +00:00
c06e7c955b - Update to version 1.7.0
* Bump VA API version to 0.39
  * Add support for VP9 10bit decode API
  * Allow libva to load the vaapi driver provided by Mesa Gallium
    for nouveau and radeon
  * Fix libva-glx against OpenGL 3.1 or above

- Update baselibs.conf to work with new multi-spec file approach.

- Update to version 1.7.0
  * Bump VA API version to 0.39
  * Add support for VP9 10bit decode API
  * Allow libva to load the vaapi driver provided by Mesa Gallium
    for nouveau and radeon
  * Fix libva-glx against OpenGL 3.1 or above

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=67
2016-04-12 12:21:10 +00:00
e295b862d5 Accepting request 350215 from home:dimstar:Factory
This is about the idea I had in mind.. this is submittable to Factory (manual linking is not done there)

OBS-URL: https://build.opensuse.org/request/show/350215
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=64
2015-12-28 19:47:35 +00:00