summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2024-01-26 18:17:21 +0000
committerTim-Philipp Müller <tim@centricular.com>2024-01-26 18:17:21 +0000
commit0755dbb99f1748f7bfe4d1c97cdbb47346b79716 (patch)
tree7139d4fc5a087777a4b983f6209deff69cc184cc
parent6a42fb531f13a5e009c6bb000772bfe22b8507af (diff)
news: add Orc 0.4.36 release
-rw-r--r--src/htdocs/entities.gst2
-rw-r--r--src/htdocs/news/news.xml27
2 files changed, 28 insertions, 1 deletions
diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index d5b42ed4..d012398f 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.35">
+<!ENTITY orc-version-stable "0.4.36">
<!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 ef3c6a38..44dc1d48 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -14378,4 +14378,31 @@ Release tarballs can be downloaded directly here:
</content>
</item>
+ <item>
+ <date>2024-01-26 18:00</date>
+ <title>Orc 0.4.36 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 a regression introduced by the
+recent 0.4.35 release, fixing a crash on machines that only support AVX
+but not AVX2.
+ </p>
+ <p>
+ <b>Highlights:</b>
+ <ul>
+ <li>Only use AVX / AVX2 instructions on CPUs that support both AVX and AVX2</li>
+ </ul>
+ </p>
+ <p>
+Direct tarball download: <a href="&site;/src/orc/orc-0.4.36.tar.xz">orc-0.4.36</a>.
+ </p>
+ </content>
+ </item>
+
</news>