X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=b2a7ca6cfad168bd23533aa746b774dfc137ef78;hb=HEAD;hp=15a3f65b8ed52c8d979446260fd416a459580e5c;hpb=41a3a050e538044e6d749693f9ba97d9b447a737;p=nihav.git diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 15a3f65..dc06a27 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -270,6 +270,9 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video; "midivid", "MidiVid"), desc!(video; "midivid3", "MidiVid 3"), desc!(video-ll; "midivid-ll", "MidiVid Lossless"), + desc!(video-ll; "rbt-video", "Sierra Robot video"), + desc!(audio; "rbt-audio", "Sierra Robot audio"), + desc!(video; "seq-video", "Sierra Sequence video"), desc!(video; "smushv1", "SMUSH Video paletted"), desc!(video; "smushv2", "SMUSH Video 16-bit"), desc!(video; "smush-iact", "SMUSH IACT Audio"), @@ -306,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)] = &[ @@ -337,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"), @@ -353,6 +359,11 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"VP70", "vp7"), (b"MWV1", "mwv1"), + + (b"azpr", "apple-video"), + (b"PGVV", "pgvv"), + + (b"VXS1", "vxvideo"), ]; static WAV_CODEC_REGISTER: &[(u16, &str)] = &[