]> git.nihav.org Git - nihav.git/blobdiff - nihav-registry/src/register.rs
binkaud: fix monaural RDFT decoding (and add a test while at it)
[nihav.git] / nihav-registry / src / register.rs
index b2a7ca6cfad168bd23533aa746b774dfc137ef78..7920b3f180fceb672296044ccc424e51dbeb1a52 100644 (file)
@@ -309,6 +309,8 @@ static CODEC_REGISTER: &[CodecDescription] = &[
     desc!(video;    "h264",          "ITU H.264", CODEC_CAP_COMPLEX_REORDER | CODEC_CAP_HYBRID),
 
     desc!(video-im; "mwv1",          "Aware MotionWavelets"),
+
+    desc!(video-im; "pgvv",          "Radius Studio Video"),
 ];
 
 static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
@@ -340,6 +342,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"MV30", "midivid3"),
     (b"MVLZ", "midivid-ll"),
 
+    (b"tmot", "truemotion1"),
     (b"DUCK", "truemotion1"),
     (b"TR20", "truemotionrt"),
     (b"TM20", "truemotion2"),
@@ -356,6 +359,9 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"VP70", "vp7"),
 
     (b"MWV1", "mwv1"),
+
+    (b"azpr", "apple-video"),
+    (b"PGVV", "pgvv"),
 ];
 
 static WAV_CODEC_REGISTER: &[(u16, &str)] = &[