An error occurred fetching the project authors.
  1. 23 Oct, 2015 1 commit
    • Dan Willemsen's avatar
      Remove __DATE__/__TIME__ · 6e833073
      Dan Willemsen authored
      Building __DATE__/__TIME__ into the binaries means that every build will
      create different binaries, even if all the sources are identical. This
      also means that any libraries including this one will need to be patched
      during every OTA.
      
      Nothing appears to use the build_date/build_time fields, so just replace
      them with empty strings.
      
      Bug: 24204119
      Change-Id: I9543eb388a1e8ab9284df9035a62fc8942cdc082
      6e833073
  2. 30 Dec, 2013 1 commit
    • Jean-Michel Trivi's avatar
      AAC Decoder: support 6.1/7.1 decoded as 5.1 · 47c680c6
      Jean-Michel Trivi authored
         - Add 6.1 and 7.1 channel support including downmixer. Per default the
           decoder creates a 5.1 channel output for all streams with more than six
           encoded channels.
           Modified file(s):
              libPCMutils/include/pcmutils_lib.h
              libPCMutils/src/pcmutils_lib.cpp
              libAACdec/include/aacdecoder_lib.h
              libAACdec/src/aac_rom.h
              libAACdec/src/aacdecoder.cpp
              libAACdec/src/aac_ram.cpp
              libAACdec/src/aacdec_drc.cpp
              libAACdec/src/aacdecoder_lib.cpp
              libAACdec/src/aac_rom.cpp
              libAACdec/src/aacdecoder.h
              libSBRdec/include/sbrdecoder.h
              libSBRdec/src/sbrdec_drc.h
              libSBRdec/src/sbrdecoder.cpp
              libSBRdec/src/sbr_ram.cpp
              libSBRdec/src/sbr_ram.h
              libMpegTPDec/include/tp_data.h
              libMpegTPDec/include/tpdec_lib.h
              libMpegTPDec/src/version
              libMpegTPDec/src/tpdec_asc.cpp
              libMpegTPEnc/include/tp_data.h
              libMpegTPEnc/src/version
              libSYS/include/FDK_audio.h
              libSYS/src/genericStds.cpp
      
         - Fix error concealment modules fade-out/in mechanism.
           Modified file(s):
              libAACdec/src/conceal.cpp
      
      Bug 9428126
      
      Change-Id: I3230bd2072314b730911cd7ec1740e290cb1d254
      47c680c6
  3. 27 Aug, 2013 3 commits
    • Jean-Michel Trivi's avatar
      Decoder parse ASC · 206a397c
      Jean-Michel Trivi authored
      * AAC-Decoder
      
         - Add support for explicit backward compatible signaling via ASC extension.
      
      Bug 9428126
      
      Change-Id: I0cb8226da07e3684bbb7eb95d10b6040973aa0f6
      206a397c
    • Jean-Michel Trivi's avatar
      Decoder stability, sanity checks improvements · 5016eb7f
      Jean-Michel Trivi authored
      * AAC-Decoder
      
         - Improved PCE handling for saver (re-)configuration and metadata processing.
           Modified file(s):
              libAACdec/src/aacdecoder.cpp
              libAACdec/src/aacdecoder_lib.cpp
      
         - Transport layer changes (config found) -> to be evaluated.
           Modified file(s):
              libMpegTPDec/include/tpdec_lib.h
              libMpegTPDec/src/tpdec_latm.h
              libMpegTPDec/src/version
              libMpegTPDec/src/tpdec_asc.cpp
              libMpegTPDec/src/tpdec_lib.cpp
              libMpegTPDec/src/tpdec_adts.cpp
              libMpegTPDec/src/tpdec_latm.cpp
              libSYS/include/FDK_audio.h
              libSYS/src/genericStds.cpp
      
         - Enable concealment state machine to skip states if the corresponding
           parameter is set to zero.
           Modified file(s):
              libAACdec/src/conceal.cpp
      
         - Add some more sanity checks to avoid segmentation faults especially when
           setting dynamic API params.
           Modified file(s):
              libAACdec/src/aacdecoder_lib.cpp
      
         - Fix to do a fail-safe initialization of IMDCT for all channels even with
           corrupt streams.
           Modified file(s):
              libAACdec/src/aacdecoder.cpp
      
         - HCR decoder fix (remove warnings).
           Modified file(s):
              libAACdec/src/block.cpp
      
         - Fix border calculation in SBR decoder's LPP transposer patch determination.
           Modified file(s):
              libSBRdec/src/env_dec.cpp
              libSBRdec/src/sbrdecoder.cpp
              libSBRdec/src/lpp_tran.cpp
      
      Bug 9428126
      
      Change-Id: Ib415b702b88a7ec8e9a55789d79cafb39296d26b
      5016eb7f
    • Jean-Michel Trivi's avatar
      Decode parametric stereo even with invalid channel config · 2ddc922d
      Jean-Michel Trivi authored
      AAC decoder: Allow decoding of Parametric Stereo (AOT 29) bitstreams
         with invalid channel config 2.
      
      Bug 9428126
      
      Change-Id: I1e8b801dfc0e6b1706421342d4985512e83f0dbe
      2ddc922d
  4. 20 Aug, 2013 1 commit
  5. 11 Jul, 2012 1 commit
  6. 12 Jun, 2012 1 commit
    • Dave Burke's avatar
      Added license boilerplate to all source files. · 18a4af02
      Dave Burke authored
      Change-Id: I42a702487e6db4953dca0027710ea4fe266052fd
      Also:
       - Removed dead code in several source files.
       - Minor changes in comments.
       - No functional changes. No changes in executed code.
       - Added documentation PDFs.
      18a4af02
  7. 18 Apr, 2012 1 commit
    • Dave Burke's avatar
      Fraunhofer AAC codec. · 9bf37cc9
      Dave Burke authored
      License boilerplate update to follow.
      
      Change-Id: I2810460c11a58b6d148d84673cc031f3685e79b5
      9bf37cc9