From 17a5df595975835b50c244f18bd330a64d079a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Tue, 19 Dec 2023 23:37:38 +0100 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 532a3c4..b319819 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +19/12/2023 José Carlos Cuevas + + Improved the situation with ffmpeg, no need for cancelreader anymore + + Fixed a bug with no host information + + Changed pause to stop, as it is what we really do + + Killed everything in the stop action + + Refactor stream player code to its own file + + Windows initial support, still very buggy + + Buffering indicator implemented + 06/12/2023 José Carlos Cuevas Ditched mplayer as the stream decoding + audio play, it is ancient and abandoned