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

Git pushed a change to branch master
in repository ffmpeg.

    from 66d9b8e483 swscale/ops_chain: Disable ff_sws_setup_{clear,clamp,scale}
     new 1298ce9eda aacenc_tns: reengineer coefficient derivation
     new d1943afbb7 aaccoder: add NMR-based coder
     new 2fe4a91669 aacenc: report coding tool stats at uninit
     new 06e949e45d aacpsy: pre-echo-aware short-block detection for isolated 
onsets
     new 0efac66e7e aacenc: use the NMR coder by default
     new 38161819e7 fate: update AAC encoder tests

The 6 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/aaccoder.c                 |  57 ++-
 libavcodec/aaccoder_nmr.h             | 700 ++++++++++++++++++++++++++++++++++
 libavcodec/aaccoder_twoloop.h         |  29 +-
 libavcodec/aacenc.c                   | 406 +++++++++++++++++++-
 libavcodec/aacenc.h                   |  32 ++
 libavcodec/aacenc_tns.c               | 185 ++++++---
 libavcodec/aacencdsp.c                |  32 +-
 libavcodec/aacencdsp.h                |   6 +
 libavcodec/aacpsy.c                   |  74 +++-
 libavcodec/lpc.c                      |   8 +-
 libavcodec/lpc.h                      |   2 +-
 libavcodec/psymodel.c                 |   4 +-
 libavcodec/psymodel.h                 |   3 +-
 tests/fate/aac.mak                    |   6 +-
 tests/ref/fate/generic-tags-remux-mov |  94 ++---
 15 files changed, 1440 insertions(+), 198 deletions(-)
 create mode 100644 libavcodec/aaccoder_nmr.h

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

Reply via email to