SHA256
1
0
forked from pool/AMF

2 Commits

Author SHA256 Message Date
87e32c6430 Accepting request 1205986 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1205986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/AMF?expand=0&rev=4
2024-10-07 19:49:47 +00:00
26ba9d30d0 - Update to version 1.4.35:
* Define AMFPRI(d|ud|x)64 using the standard C++ format for C+11 and up
  * Define LPRI(d|ud|x)64 as Unicode (wide) versions of AMFPRI(d|ud|x)64
  * Move AMF_UNICODE into Platform.h
  * Add version to the directory and resulting file
  * Include root directory that matches file name
  * Create publish header action
  * Update VQ Enhancer API doc
  * Update HEVC API doc pdf
  * fix doc
  * Clarify PA LAB depth suggestion
  * Differentiate the AMF_NO_VTABLE based on the compiler
  * Fix const on return by value Variant values
  * Fix const on return by value AMF_DECLARE_IID()
  * Fix AMF string format sizes for 64-bit Linux
  * Don't cast amf_int64 when using a format string
  * Fix warning when _MSC_VER is not defined
  * Update PA Engine Type Documentation
  * Fix missing include (#276)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/AMF?expand=0&rev=11
2024-10-06 15:52:54 +00:00
7 changed files with 32 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a76880e680b145d67f81be2e5edd3e7d4f1f6696502bfb54fa0a09461aa01952
size 1156620

3
AMF-1.4.35.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4ea8685a8011f23e522c2de0d0e017aeb3d829f5b9494b1386e7010968db304
size 1174028

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Oct 06 14:57:43 UTC 2024 - andrea.manzini@suse.com
- Update to version 1.4.35:
* Define AMFPRI(d|ud|x)64 using the standard C++ format for C+11 and up
* Define LPRI(d|ud|x)64 as Unicode (wide) versions of AMFPRI(d|ud|x)64
* Move AMF_UNICODE into Platform.h
* Add version to the directory and resulting file
* Include root directory that matches file name
* Create publish header action
* Update VQ Enhancer API doc
* Update HEVC API doc pdf
* fix doc
* Clarify PA LAB depth suggestion
* Differentiate the AMF_NO_VTABLE based on the compiler
* Fix const on return by value Variant values
* Fix const on return by value AMF_DECLARE_IID()
* Fix AMF string format sizes for 64-bit Linux
* Don't cast amf_int64 when using a format string
* Fix warning when _MSC_VER is not defined
* Update PA Engine Type Documentation
* Fix missing include (#276)
-------------------------------------------------------------------
Tue Jan 23 20:50:38 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>

View File

@@ -1,4 +1,4 @@
name: AMF
version: 1.4.33
mtime: 1706023272
commit: e8c7cd7c10d4e05c1913aa8dfd2be9f9dbdb03d6
version: 1.4.35
mtime: 1727720286
commit: ba07d1b3c7c7ee0d846125cffc1d6d78a020c45a

View File

@@ -17,7 +17,7 @@
Name: AMF
Version: 1.4.33
Version: 1.4.35
Release: 0
Summary: Advanced Media Framework (AMF) SDK
License: MIT

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.4.33</param>
<param name="revision">v1.4.35</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="include">LICENSE.txt</param>

View File

@@ -3,4 +3,4 @@
<param name="url">https://github.com/GPUOpen-LibrariesAndSDKs/AMF</param>
<param name="changesrevision">a118570647cfa579af8875c3955a314c3ddd7058</param></service><service name="tar_scm">
<param name="url">https://github.com/GPUOpen-LibrariesAndSDKs/AMF.git</param>
<param name="changesrevision">e8c7cd7c10d4e05c1913aa8dfd2be9f9dbdb03d6</param></service></servicedata>
<param name="changesrevision">ba07d1b3c7c7ee0d846125cffc1d6d78a020c45a</param></service></servicedata>