SHA256
1
0
forked from pool/AMF

4 Commits

Author SHA256 Message Date
32def99429 Accepting request 1309920 from multimedia:libs
- Update to version 1.4.36:
  * Add Interface for AV1 B-frame Support
  * Set execute bit for Linux filte_to_header
  * Fix header publishing workflow

OBS-URL: https://build.opensuse.org/request/show/1309920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/AMF?expand=0&rev=5
2025-10-20 11:35:12 +00:00
Enrico Belleri
db33f1fa98 - Update to version 1.4.36:
* Add Interface for AV1 B-frame Support
  * Set execute bit for Linux filte_to_header
  * Fix header publishing workflow

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/AMF?expand=0&rev=13
2025-02-27 17:36:15 +00:00
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 41 additions and 10 deletions

View File

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

3
AMF-1.4.36.obscpio Normal file
View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Feb 27 17:32:20 UTC 2025 - kilgore.trout@idesmi.eu
- Update to version 1.4.36:
* Add Interface for AV1 B-frame Support
* Set execute bit for Linux filte_to_header
* Fix header publishing workflow
-------------------------------------------------------------------
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.36
mtime: 1731517454
commit: 8f5a645e89380549368eec68935b151b238aa17b

View File

@@ -17,7 +17,7 @@
Name: AMF
Version: 1.4.33
Version: 1.4.36
Release: 0
Summary: Advanced Media Framework (AMF) SDK
License: MIT
@@ -51,7 +51,7 @@ This package contains additional documentation provided for the
Advanced Media Framework (AMF) SDK.
%prep
%setup -q
%autosetup
%build

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.36</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">8f5a645e89380549368eec68935b151b238aa17b</param></service></servicedata>