Second iteration for of the decoder, details:

Peter Ross (1):
  On2 VP7 decoder
    -> added the fade optimization (thanks Luca), but we lack of a sample,
       any help for that is highly appreciated.

Vittorio Giovara (2):
  vp8: K&R formatting cosmetics
    -> should be mostly read, any more comments in patch form please.
  fate: add a VP7 test
    -> reduced to 30 frames, only one single sample, any other reccomended
       sample would be welcome.

Cheers,
    Vittorio

 Changelog                            |    1 +
 configure                            |    1 +
 doc/general.texi                     |    2 +
 libavcodec/Makefile                  |    1 +
 libavcodec/allcodecs.c               |    1 +
 libavcodec/arm/h264pred_init_arm.c   |    8 +-
 libavcodec/arm/vp8dsp.h              |    2 +
 libavcodec/arm/vp8dsp_init_arm.c     |   10 +
 libavcodec/arm/vp8dsp_init_armv6.c   |   58 ++
 libavcodec/arm/vp8dsp_init_neon.c    |   56 ++
 libavcodec/avcodec.h                 |    1 +
 libavcodec/codec_desc.c              |    7 +
 libavcodec/h264pred.c                |   17 +-
 libavcodec/h264pred.h                |    2 +-
 libavcodec/version.h                 |    2 +-
 libavcodec/vp8.c                     | 1691 +++++++++++++++++++++++-----------
 libavcodec/vp8.h                     |   40 +-
 libavcodec/vp8_parser.c              |   15 +-
 libavcodec/vp8data.h                 |  339 +++++--
 libavcodec/vp8dsp.c                  |  837 ++++++++++-------
 libavcodec/vp8dsp.h                  |    8 +-
 libavcodec/x86/Makefile              |    3 +
 libavcodec/x86/h264_intrapred_init.c |   11 +-
 libavcodec/x86/vp8dsp_init.c         |   52 +-
 libavformat/riff.c                   |    2 +
 tests/fate/vpx.mak                   |    3 +
 tests/ref/fate/vp7                   |   31 +
 27 files changed, 2201 insertions(+), 1000 deletions(-)
 create mode 100644 tests/ref/fate/vp7

-- 
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