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

Git pushed a change to branch master
in repository ffmpeg.

    from 40e0463113 avformat/mov: free item_name on infe entry parsing failure
     new a4ab4a98c4 aacdec_tab: split up tables init
     new 86977fdb6b aacdec_tab: add Mps212 tables
     new baad75cafa aacdec_usac: add support for parsing Mpsp212 (MPEG surround)
     new 7b15039cdb Changelog: add changelog entry for Mps212

The 4 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:
 Changelog                           |   1 +
 libavcodec/aac.h                    |   4 +
 libavcodec/aac/Makefile             |   3 +-
 libavcodec/aac/aacdec.h             |  31 ++
 libavcodec/aac/aacdec_tab.c         | 505 +++++++++++++++++++-
 libavcodec/aac/aacdec_tab.h         |  27 ++
 libavcodec/aac/aacdec_usac.c        | 173 ++++++-
 libavcodec/aac/aacdec_usac_mps212.c | 909 ++++++++++++++++++++++++++++++++++++
 libavcodec/aac/aacdec_usac_mps212.h |  65 +++
 9 files changed, 1699 insertions(+), 19 deletions(-)
 create mode 100644 libavcodec/aac/aacdec_usac_mps212.c
 create mode 100644 libavcodec/aac/aacdec_usac_mps212.h

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

Reply via email to