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

Git pushed a change to branch master
in repository ffmpeg.

    from e249dfce72 doc/optimization: Don't refer to non-existing subdirectory
     new 7e032d6963 avcodec/sbcdec: Remove AVClass* from context
     new 1c9f56f969 avcodec/sbc: Use union to save space
     new 0a81a1ce66 avcodec/x86/sbcdsp: Fix calculating four-subbands stereo 
scalefactors
     new af45345f7e tests/fate: Add SBC tests
     new b5ce98b3ff avcodec/sbcdsp: Constify
     new 3540a6a308 avcodec/sbcenc: Don't output uninitialized data
     new f670006960 avcodec/sbcenc: Use correct size for PutBitContext
     new 90215634f1 avcodec/sbcenc: Remove redundant memset()
     new 7cf5e90586 tests/checkasm: Add sbcdsp tests
     new cd886bf0a5 avcodec/x86/sbcdsp: Port ff_sbc_analyze_[48]_mmx to SSE2
     new e4e5beb394 tests/checkasm/sbcdsp: Add test for calc_scalefactors
     new bb65b54f2f avcodec/x86/sbcdsp: Port MMX sbc_calc_scalefactors to SSE4

The 12 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:
 libavcodec/arm/sbcdsp_init_arm.c                   |   2 +-
 libavcodec/sbc.h                                   |  14 +-
 libavcodec/sbcdec.c                                |   1 -
 libavcodec/sbcdsp.c                                |  16 +-
 libavcodec/sbcdsp.h                                |   6 +-
 libavcodec/sbcenc.c                                |  15 +-
 libavcodec/x86/sbcdsp.asm                          | 209 ++++++++++-----------
 libavcodec/x86/sbcdsp_init.c                       |  22 ++-
 tests/Makefile                                     |   1 +
 tests/checkasm/Makefile                            |   1 +
 tests/checkasm/checkasm.c                          |   3 +
 tests/checkasm/checkasm.h                          |   1 +
 tests/checkasm/sbcdsp.c                            | 121 ++++++++++++
 tests/fate/checkasm.mak                            |   1 +
 tests/fate/sbc.mak                                 |  38 ++++
 tests/ref/fate/sbc-16000-1                         |   4 +
 tests/ref/fate/sbc-44100-1                         |   4 +
 tests/ref/fate/sbc-44100-2-joint-stereo            |   4 +
 .../fate/sbc-44100-2-joint-stereo-four-subbands    |   4 +
 tests/ref/fate/sbc-44100-2-stereo                  |   4 +
 tests/ref/fate/sbc-44100-2-stereo-low-delay        |   4 +
 tests/ref/fate/sbc-48000-1                         |   4 +
 22 files changed, 337 insertions(+), 142 deletions(-)
 create mode 100644 tests/checkasm/sbcdsp.c
 create mode 100644 tests/fate/sbc.mak
 create mode 100644 tests/ref/fate/sbc-16000-1
 create mode 100644 tests/ref/fate/sbc-44100-1
 create mode 100644 tests/ref/fate/sbc-44100-2-joint-stereo
 create mode 100644 tests/ref/fate/sbc-44100-2-joint-stereo-four-subbands
 create mode 100644 tests/ref/fate/sbc-44100-2-stereo
 create mode 100644 tests/ref/fate/sbc-44100-2-stereo-low-delay
 create mode 100644 tests/ref/fate/sbc-48000-1

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

Reply via email to