[FFmpeg-devel] [PATCH 0/3] Silicon Graphics Movie (.mv) (round 2)
Peter Ross
pross at xvid.org
Sat Dec 15 00:31:29 CET 2012
Paul's suggestions applied. If no objections I will commit in couple of days.
Peter Ross (3):
SGI RLE 8-bit decoder
Silicon Graphics Motion Video Compressor 1 & 2 decoder
Silicon Graphics Movie (.mv) demuxer
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 | 287 ++++++++++++++++++++++++++++++++
libavcodec/sgirledec.c | 148 +++++++++++++++++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/mvdec.c | 424 +++++++++++++++++++++++++++++++++++++++++++++++
11 files changed, 898 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/20121215/cd05b16e/attachment.asc>
More information about the ffmpeg-devel
mailing list