logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 134bf38defc212728db153fba5fd3ed82a082745
parent daa474c7ad61e4d49da1e8bd8239e879ccee7889
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 25 Mar 2023 00:23:47 +0100

software basic needs: A/V players need download progress

Diffstat:

Msoftware basic needs.shtml3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/software basic needs.shtml b/software basic needs.shtml @@ -42,10 +42,11 @@ <h2>Security critical software</h2> <p>Security-critial software <em>must</em> be open-source and evident as secure. Which means that it has to be minimalist and readable.</p> - <h2>Multimedia Player</h2> + <h2>Audio/Video Player</h2> <ul> <li>Formats: MKV, AU/.snd, MP3, Vorbis & Theora, WEBM, SRT (+ ASS)</li> <li>seeking + progress</li> + <li>download progress</li> <li>volume control (not just mute/unmute)</li> <li>play/pause/stop</li> <li>subtitles/lyrics</li>