Servo has made a lot of progress on the Web Platform Tests over the last few months, with more than 87% of CSS2 positioning tests now passing, and floats and floats-clear almost caught up with our legacy layout engine!
More details → https://servo.org/blog/2023/07/20/servo-web-platform-tests/
We're back!
GStreamer Conference 2023
25-26 Sept 2023
A Coruña, Spain
Save the date!
https://gstreamer.freedesktop.org/conference/2023
#GStreamer #Conference #GstConf #opensource #FreeSoftware #Multimedia
📢 GStreamer 1.22 is out - a new major feature release of your favourite multimedia framework! 🕺🏼💃🏼🎉
Check out the release notes for details of all the exciting new features and improvements we have been working on:
https://gstreamer.freedesktop.org/releases/1.22/
📦 Binary packages for Android, macOS, iOS and Windows are available as well now at https://gstreamer.freedesktop.org/download/
📢 GStreamer 1.21.3 is out! 📢
This is another development release on the road to the upcoming 1.22 stable release and is aimed primarily at developers and early adopters.
Give it a spin and let us know how it goes! Binary packages📦 for Windows, macOS, iOS, and Android are also up at the usual location. Enjoy!
Next up: 1.22 release candidate 1 around mid-December and then hopefully 1.22 end of December or early January.
https://gstreamer.freedesktop.org/news/#2022-12-05T02:00:00Z
Building A Virtual Machine inside #ChatGPT 🤯
“Did you know, that you can build a virtual machine inside ChatGPT? And that you can use this machine to create files, program and even browse the internet? And on that internet, you can browse to chat.openai.com/chat ? And that you will find a chatbot named Assistant there? And that you can ask Assistant questions? Like asking it to pretend to be a virtual machine?”
// by @317070@twitter.com
https://www.engraved.blog/building-a-virtual-machine-inside/
I developed a tool to show you your twitter friends on #mastodon: https://www.movetodon.org/
👉 All data stays in your browser
👉 No CSV import neccesary
👉 List can be sorted by sign-up date, so that you can find new accounts fast
📢 #GStreamer developers!
❄️ Feature freeze for GStreamer 1.22 coming up! ❄️
❄️ 18 November's the date, midnight's the time! ❄️
❄️ Get your patches into shape now! 🥁⏰⏰ ❄️
Over the last few days I wrote a new ✨ #GStreamer MP4 muxer ✨ plugin in #Rust 🦀
It's merged now into gst-plugins-rs: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/969
The plugin is quite basic right now (only supports few codecs, no fast-start mode, no tag support, etc.) but should be easy to extend.
Compared to existing MP4/MOV/etc muxer this, by design, does not support fragmented MP4. Handling both cases in the old codebase together made the code quite confusing.
A newish fragmented MP4 muxer can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/mux/fmp4
Together these two new plugins will hopefully become a good base for the future.