Skip to content

Commit

Permalink
Added support for Indeo 4
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.perian.org/trunk@1539 621663c8-3916-0410-8f58-edc14a8543d5
  • Loading branch information
gbooker committed Feb 14, 2013
1 parent 97f93eb commit cf46c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions FFmpegUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ void FFInitFFmpeg()
REGISTER_DECODER(zmbv);
REGISTER_DECODER(indeo2);
REGISTER_DECODER(indeo3);
REGISTER_DECODER(indeo4);
REGISTER_DECODER(indeo5);
REGISTER_DECODER(dxtory);

Expand Down
2 changes: 1 addition & 1 deletion Release/Read Me.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Perian aims to provide a single package for all your playback needs. It is a co
\'95 On2 VP3, VP6, VP8\
\'95 H263I\
\'95 HuffYUV and ffvhuff\
\'95 Indeo 2, 3 & 5\
\'95 Indeo 2, 3, 4 & 5\
\'95 MPEG-1, 2 & 4 Video (in supported formats)\
\'95 Fraps (up to v4)\
\'95 Windows Media Audio v1 & v2\
Expand Down
1 change: 1 addition & 0 deletions codecList.m4
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Codec(kSnowCodecInfoResID, CODEC_ID_SNOW, "Snow", "Decompresses video stored in
Codec(kNuvCodecInfoResID, CODEC_ID_NUV, "NuppelVideo", "Decompresses video stored in NuppelVideo format.", 'RJPG', 'NUV1')
Codec(kIndeo2CodecInfoResID, CODEC_ID_INDEO2, "Indeo 2", "Decompresses video stored in Intel's Indeo 2 format.", 'RT21')
Codec(kIndeo3CodecInfoResID, CODEC_ID_INDEO3, "Indeo 3", "Decompresses video stored in Intel's Indeo 3 format.", 'IV32', 'iv32', 'IV31', 'iv31')
Codec(kIndeo4CodecInfoResID, CODEC_ID_INDEO4, "Indeo 4", "Decompresses video stored in Intel's Indeo 4 format.", 'IV41', 'iv41')
Codec(kIndeo5CodecInfoResID, CODEC_ID_INDEO5, "Indeo 5", "Decompresses video stored in Intel's Indeo 5 format.", 'IV50', 'iv50')
Codec(kTSCCCodecInfoResID, CODEC_ID_TSCC, "Techsmith Screen Capture", "Decompresses video stored in Techsmith Screen Capture format.", 'tscc')
Codec(kZMBVCodecInfoResID, CODEC_ID_ZMBV, "DosBox Capture", "Decompresses video stored in DosBox Capture format.", 'ZMBV')
Expand Down

0 comments on commit cf46c76

Please sign in to comment.