Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 32def99429 | |||
|
|
db33f1fa98 | ||
| 87e32c6430 | |||
| 26ba9d30d0 |
@@ -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
3
AMF-1.4.36.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7f45e0516700d43f03a86d91b20dfcdbaa74613fe900e6947c4d5a1a18e6ec5
|
||||
size 1176076
|
||||
31
AMF.changes
31
AMF.changes
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: AMF
|
||||
version: 1.4.33
|
||||
mtime: 1706023272
|
||||
commit: e8c7cd7c10d4e05c1913aa8dfd2be9f9dbdb03d6
|
||||
version: 1.4.36
|
||||
mtime: 1731517454
|
||||
commit: 8f5a645e89380549368eec68935b151b238aa17b
|
||||
|
||||
4
AMF.spec
4
AMF.spec
@@ -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
|
||||
|
||||
|
||||
2
_service
2
_service
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user