From 1dd1e5060f391b4228bce5278951177ff32a026f Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 23 Apr 2024 18:55:35 +0200 Subject: [PATCH] registry: register known ARMovie codecs --- nihav-registry/src/register.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index f9f0fb2..edcd037 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -207,6 +207,18 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(audio; "qdesign-music2", "QDesign Music v2"), desc!(audio; "qualcomm-purevoice", "Qualcomm PureVoice"), + desc!(video; "movinglines", "Acorn Moving Lines"), + desc!(video; "movingblocks", "Acorn Moving Blocks"), + desc!(video; "movingblockshq", "Acorn Moving Blocks HQ"), + desc!(video; "supermovingblocks", "Acorn Super Moving Blocks"), + desc!(video; "linepack", "Henrik Pedersen's LinePack"), + desc!(video; "movie16_3", "Henrik Pedersen's Movie 16:3"), + desc!(video; "escape100", "Eidos Escape 100"), + desc!(video; "escape102", "Eidos Escape 102"), + desc!(video; "escape122", "Eidos Escape 122"), + desc!(video; "escape124", "Eidos Escape 124"), + desc!(video; "escape130", "Eidos Escape 130"), + desc!(video; "truemotion1", "TrueMotion 1"), desc!(video-im; "truemotionrt", "TrueMotion RT"), desc!(video; "truemotion2", "TrueMotion 2"), -- 2.30.2