summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-02-06 17:26:57 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-02-06 17:26:57 +0000
commita9d31e4938fc2ae8b065d3664b048fb4b2b2489e (patch)
tree3869ca1440f503af55d80ca90a89c1b6cd50837c
parent5c8b5ae6246737250f70f2a63e9a1a63f34570f1 (diff)
news: add Orc 0.4.37 release
-rw-r--r--src/htdocs/entities.gst2
-rw-r--r--src/htdocs/news/news.xml30
2 files changed, 31 insertions, 1 deletions
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index d012398f..92f998e5 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -2,7 +2,7 @@
<!ENTITY gst-version-stable "1.22.9">
<!ENTITY gst-version-devel "git main">
-<!ENTITY orc-version-stable "0.4.36">
+<!ENTITY orc-version-stable "0.4.37">
<!ENTITY orc-version-devel "git main">
<!ENTITY gst-bug-report "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">
diff --git a/src/htdocs/news/news.xml b/src/htdocs/news/news.xml
index 44dc1d48..f22b5b0a 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -14405,4 +14405,34 @@ Direct tarball download: <a href="&site;/src/orc/orc-0.4.36.tar.xz">orc-0.4.36</
</content>
</item>
+ <item>
+ <date>2024-02-06 17:30</date>
+ <title>Orc 0.4.37 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 bug-fix release that fixes some recent regressions, but also
+properly enables liborc on Apple arm64 devices.
+ </p>
+ <p>
+ <b>Highlights:</b>
+ <ul>
+ <li>Apple arm64 enablement</li>
+ <li>macOS/iOS fixes</li>
+ <li>orcc regression fix, would default to "sse" backend</li>
+ <li>MMX backend fixes</li>
+ <li>orc testsuite fixes</li>
+ </ul>
+ </p>
+ <p>
+Direct tarball download: <a href="&site;/src/orc/orc-0.4.37.tar.xz">orc-0.4.37</a>.
+ </p>
+ </content>
+ </item>
+
</news>