[Scummvm-git-logs] scummvm master -> 12ca9d4adaa669d32e945ac89767b74ac724c144

dwatteau noreply at scummvm.org
Sun Jan 25 08:57:37 UTC 2026


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
1162174448 JANITORIAL: IMAGE: Use web.archive.org link for www.fileformat.info
12ca9d4ada COMMON: FORMATS: Mention source of Markdown parser


Commit: 11621744481a8f2f4e4a6b11f7fb3bc5ef270f66
    https://github.com/scummvm/scummvm/commit/11621744481a8f2f4e4a6b11f7fb3bc5ef270f66
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2026-01-25T09:16:39+01:00

Commit Message:
JANITORIAL: IMAGE: Use web.archive.org link for www.fileformat.info

Looks like the URL for this specification of the PCX format is becoming
unstable on this site, lately -- let's just use a stable URL at
web.archive.org instead.

Also, when referencing the FFmpeg PCX decoder, link to an FFmpeg
release tag that should be close to what was checked back when this
was committed.

Changed paths:
    image/pcx.cpp


diff --git a/image/pcx.cpp b/image/pcx.cpp
index b573daf4be5..a6573dcc204 100644
--- a/image/pcx.cpp
+++ b/image/pcx.cpp
@@ -28,9 +28,9 @@
 
 /**
  * Based on the PCX specs:
- * https://www.fileformat.info/format/pcx/spec/a10e75307b3a4cc49c3bbe6db4c41fa2/view.htm
+ * https://web.archive.org/web/20151028182714/http://www.fileformat.info/format/pcx/spec/a10e75307b3a4cc49c3bbe6db4c41fa2/view.htm
  * and the PCX decoder of FFmpeg (libavcodec/pcx.c):
- * https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/libavcodec/pcx.c
+ * https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/tags/n0.11.1:/libavcodec/pcx.c
  */
 
 namespace Image {


Commit: 12ca9d4adaa669d32e945ac89767b74ac724c144
    https://github.com/scummvm/scummvm/commit/12ca9d4adaa669d32e945ac89767b74ac724c144
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2026-01-25T09:19:20+01:00

Commit Message:
COMMON: FORMATS: Mention source of Markdown parser

>From original commit 3c6284949c94247856f42fff8d5793845748a985.

Changed paths:
    common/formats/markdown.cpp


diff --git a/common/formats/markdown.cpp b/common/formats/markdown.cpp
index 60951099886..ee29094aa24 100644
--- a/common/formats/markdown.cpp
+++ b/common/formats/markdown.cpp
@@ -17,6 +17,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+// from https://github.com/vmg/sundown
+
 #include "common/formats/markdown.h"
 #include "common/str.h"
 #include "common/util.h"




More information about the Scummvm-git-logs mailing list