Here is the complete reviewed set with the change Luca suggested.
In the end I opted out keeping the original names for mvc1 and 2 decoders.
Vittorio

Peter Ross (3):
  Silicon Graphics RLE 8-bit video decoder
  Silicon Graphics Motion Video Compressor 1 & 2 decoder
  Silicon Graphics Movie demuxer

Vittorio Giovara (1):
  fate: add tests for SGI RLE and MVC1&2 decoders

 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      | 293 +++++++++++++++++++++++++++++
 libavcodec/sgirledec.c   | 160 ++++++++++++++++
 libavcodec/version.h     |   2 +-
 libavformat/Makefile     |   1 +
 libavformat/allformats.c |   1 +
 libavformat/isom.c       |   1 +
 libavformat/mvdec.c      | 468 +++++++++++++++++++++++++++++++++++++++++++++++
 libavformat/version.h    |   2 +-
 tests/fate/video.mak     |   9 +
 tests/ref/fate/mv-mvc1   |  26 +++
 tests/ref/fate/mv-mvc2   |  31 ++++
 tests/ref/fate/mv-sgirle |  32 ++++
 18 files changed, 1061 insertions(+), 2 deletions(-)
 create mode 100644 libavcodec/mvcdec.c
 create mode 100644 libavcodec/sgirledec.c
 create mode 100644 libavformat/mvdec.c
 create mode 100644 tests/ref/fate/mv-mvc1
 create mode 100644 tests/ref/fate/mv-mvc2
 create mode 100644 tests/ref/fate/mv-sgirle

-- 
1.8.3.4 (Apple Git-47)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to