This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository ffmpeg.

    from 0e4a333683 tests/fate/checkasm: Run vf_idet tests during FATE
     new 15e1e61888 avcodec/wmv2: Don't initialize BlockDSPContext redundantly
     new 4f4cbed928 avcodec/msmpeg4: Initialize WMV2 generically
     new 11b32b780f avcodec/msmpeg4: Avoid branch
     new 224473b676 avcodec/wmv2dec: Don't put skip_type in context
     new 1674ff14e9 avcodec/wmv2dec: Mark unreachable code as unreachable
     new 70b58e770d avcodec/msmpeg4: Mark unreachable code as unreachable
     new 956bfec115 avcodec/wmv2: Move ff_msmpel_motion() to the decoder
     new 34c9438bbe avcodec/wmv2dsp: Move mspel motion functions out of 
WMV2DSPContext
     new f02f948ed0 avcodec/wmv2dsp: Modify IDCTDSPContext directly
     new 90191e8ab9 avcodec/wmv2: Remove WMV2Context
     new c9c452688b avcodec/wmv2dec: Avoid indirection
     new 3946e57797 avcodec/mpegvideo: Move permutated_intra scans to 
{H263Dec,MPVEnc}Ctx
     new 0d2ab41ec8 avcodec/h261: Remove H261Context
     new fb72a3d567 avcodec/vc1_block: Simplify vc1_coded_block_pred()

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure                           |   4 +-
 libavcodec/Makefile                 |   4 +-
 libavcodec/h261.c                   |   3 +-
 libavcodec/h261.h                   |   7 -
 libavcodec/h261dec.c                |  20 ++-
 libavcodec/h261enc.c                |  32 ++---
 libavcodec/h263dec.c                |   5 +
 libavcodec/h263dec.h                |   3 +
 libavcodec/intrax8.c                |  15 +--
 libavcodec/intrax8.h                |   4 +-
 libavcodec/ituh263dec.c             |   4 +-
 libavcodec/ituh263enc.c             |   6 +
 libavcodec/mips/wmv2dsp_init_mips.c |   4 +-
 libavcodec/mips/wmv2dsp_mips.h      |   3 +-
 libavcodec/mpeg4videodec.c          |  30 +++--
 libavcodec/mpeg4videoenc.c          |   4 +-
 libavcodec/mpegvideo.c              |   4 -
 libavcodec/mpegvideo.h              |   9 +-
 libavcodec/mpegvideo_motion.c       |   8 +-
 libavcodec/mpegvideoenc.h           |   3 +
 libavcodec/msmpeg4.c                |  25 ++--
 libavcodec/msmpeg4.h                |   4 +-
 libavcodec/msmpeg4dec.c             |   7 +-
 libavcodec/msmpeg4enc.c             |   3 +-
 libavcodec/vc1_block.c              |  23 +---
 libavcodec/wmv2.c                   | 137 --------------------
 libavcodec/wmv2.h                   |  20 +--
 libavcodec/wmv2dec.c                | 246 +++++++++++++++++++++++++++++++++---
 libavcodec/wmv2dec.h                |   6 +
 libavcodec/wmv2dsp.c                | 126 +-----------------
 libavcodec/wmv2dsp.h                |  17 +--
 libavcodec/wmv2enc.c                |   5 +-
 32 files changed, 363 insertions(+), 428 deletions(-)
 delete mode 100644 libavcodec/wmv2.c

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to