[FFmpeg-devel] [PATCH 0/4] Silicon Graphics Movie (.mv)
Peter Ross
pross at xvid.org
Tue Dec 11 11:25:25 CET 2012
Samples:
http://samples.ffmpeg.org/sgi/
http://samples.ffmpeg.org/V-codecs/rle1/
Fun fact: The SGI movie format can be seen playing in 'The Peacmaker' movie,
staring Nicole Kidman about 40mins into it.
Peter Ross (4):
SGI RLE 8-bit decoder
Silicon Graphics Motion Video Compressor 1 & 2 decoder
Silicon Graphics Movie (.mv) demuxer
isom: support SGI RLE 8-bit in QuickTime file format
Changelog | 3 +
doc/general.texi | 4 +
libavcodec/Makefile | 3 +
libavcodec/allcodecs.c | 3 +
libavcodec/avcodec.h | 3 +
libavcodec/codec_desc.c | 21 +++
libavcodec/mvcdec.c | 284 ++++++++++++++++++++++++++++++++
libavcodec/sgirledec.c | 152 ++++++++++++++++++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/isom.c | 1 +
libavformat/mvdec.c | 410 +++++++++++++++++++++++++++++++++++++++++++++++
12 files changed, 886 insertions(+)
create mode 100644 libavcodec/mvcdec.c
create mode 100644 libavcodec/sgirledec.c
create mode 100644 libavformat/mvdec.c
--
1.8.0
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121211/46a3065c/attachment.asc>
More information about the ffmpeg-devel
mailing list