summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-27 16:40:07 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-27 16:40:07 +0000
commita16c82069bcf300dcc54d85c4bd897dee8c4aa1f (patch)
tree102066870855d5848dfce1923a891c8c54b8aa33
parentfa4501f7d29d061d2b28a5489a4bbdc4388dc952 (diff)
Add Orc 0.4.38 release
-rw-r--r--src/htdocs/entities.gst2
-rw-r--r--src/htdocs/news/news.xml28
2 files changed, 29 insertions, 1 deletions
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index 1e4197a8..e1bc2239 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -2,7 +2,7 @@
<!ENTITY gst-version-stable "1.22.10">
<!ENTITY gst-version-devel "git main">
-<!ENTITY orc-version-stable "0.4.37">
+<!ENTITY orc-version-stable "0.4.38">
<!ENTITY orc-version-devel "git main">
<!ENTITY gst-repo-http "https://gitlab.freedesktop.org/gstreamer/">
diff --git a/src/htdocs/news/news.xml b/src/htdocs/news/news.xml
index 60587761..e6189e53 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -14668,4 +14668,32 @@ issue in <a href="https://gitlab.freedesktop.org/gstreamer/gstreamer/">GitLab</a
</content>
</item>
+ <item>
+ <date>2024-02-27 16:30</date>
+ <title>Orc 0.4.38 bug-fix release</title>
+ <content>
+ <p>
+The GStreamer team is pleased to announce another release of liborc,
+the Optimized Inner Loop Runtime Compiler, which is used for SIMD acceleration
+in GStreamer plugins such as audioconvert, audiomixer, compositor, videoscale,
+and videoconvert, to name just a few.
+ </p>
+ <p>
+This is a minor bug-fix release which fixes an issue on x86 architectures
+with hardened Linux kernels.
+ </p>
+ <p>
+ <b>Highlights:</b>
+ <ul>
+ <li>x86: account for XSAVE when checking for AVX support, fixing usage on hardened linux kernels where AVX support has been disabled</li>
+ <li>neon: Use the real intrinsics for divf and sqrtf</li>
+ <li>orc.m4 for autotools is no longer shipped. If anyone still uses it they can copy it into their source tree</li>
+ </ul>
+ </p>
+ <p>
+Direct tarball download: <a href="&site;/src/orc/orc-0.4.38.tar.xz">orc-0.4.38.tar.xz</a>.
+ </p>
+ </content>
+ </item>
+
</news>