1. 09 Sep, 2012 1 commit
  2. 05 Sep, 2012 1 commit
  3. 04 Sep, 2012 1 commit
  4. 02 Sep, 2012 2 commits
  5. 15 Aug, 2012 1 commit
  6. 14 Aug, 2012 1 commit
    • Jakub Stachowski's avatar
      Use __builtin_clz instead of default implementation of fixnormz on GCC · e036dbc8
      Jakub Stachowski authored
      The library contains architecture specific versions of the clz functions
      for arm and mips, but the fallback C version for other architectures is
      pretty slow.
      
      By using __builtin_clz on GCC (available since GCC 3.4), we get a
      significant (20-40 %) speedup of the total running time on x86.
      
      Speed difference: 5.1 s instead of 8.6 s for AAC-LC 128 kbit/s and
      3.8 s instead of 4.9 s for HE-AACv2 32 kbit/s, on an i7.
      e036dbc8
  7. 13 Aug, 2012 1 commit
  8. 11 Aug, 2012 1 commit
  9. 10 Aug, 2012 5 commits
  10. 08 Aug, 2012 2 commits
  11. 13 Jul, 2012 1 commit
  12. 12 Jul, 2012 1 commit
  13. 11 Jul, 2012 19 commits
  14. 12 Jun, 2012 2 commits
  15. 12 May, 2012 1 commit
    • Dave Burke's avatar
      Update to 2012_05_11 version. · 698b536f
      Dave Burke authored
      Fixes:
      - Don't throw error for invalid bitrate but limit to functional value
      - More robust ASC parsing
      - More robust handling of corrupt bitstreams
      - Handle multiple raw access units
      
      Change-Id: Ib49fe2545ff4185fe924126da702fe84ac5c2d87
      698b536f