Skip to content
Snippets Groups Projects
  1. Oct 23, 2012
    • Ralph Giles's avatar
      Fix MSVC format conversion warnings. · 027ec51b
      Ralph Giles authored
      The Microsoft compiler warns about precision reduction from
      default double literals to the floats we generally use outside
      the fixed-point build. Avoid these by qualifying the literals
      as floats.
      
      Thanks to derf for review.
      027ec51b
  2. Oct 21, 2012
  3. Oct 19, 2012
  4. Oct 17, 2012
  5. Oct 11, 2012
  6. Oct 10, 2012
  7. Oct 09, 2012
  8. Sep 21, 2012
  9. Sep 15, 2012
  10. Sep 14, 2012
  11. Sep 13, 2012
  12. Aug 29, 2012
  13. Aug 21, 2012
  14. Aug 19, 2012
  15. Aug 14, 2012
  16. Aug 06, 2012
  17. Jul 27, 2012
  18. Jul 26, 2012
  19. Jul 25, 2012
    • Jean-Marc Valin's avatar
      Adds some histeresis to the stereo saving · 32024cb5
      Jean-Marc Valin authored
      This prevents rate reduction due to channel correlation from increasing
      by more than 0.25 bit/sample between two frames. This issue was observed
      on r.flac where the frame following a transient would lose nearly
      1 bit/sample
      32024cb5
    • Jean-Marc Valin's avatar
      VBR tuning: increases transient and dynalloc boost · 4044ea8a
      Jean-Marc Valin authored
      This only increases the average rate by about 1.5 kb/s, but it
      restores the high quality of transients from 1.0. Also it
      ensures that dynalloc can never starve other bands when used
      aggressively.
      4044ea8a
  20. Jul 24, 2012
  21. Jul 23, 2012
    • Jean-Marc Valin's avatar
      Fixes issues with stereo saving and dynalloc · bfabfd38
      Jean-Marc Valin authored
      1) Stereo saving was being too aggressive because it only considered the LF
         and because the savings were multiplied by coded_bins rather than by
         just the number of "side bins" below the intensity threshold
      2) In the case of bandlimited signals, dynalloc would allocate way too many
         bits to the last non-zero band. We now explicitly check for the last
         band with a meaningful signal.
      
      These issues were really obvious when encoding the decoded test01.mp3
      because of the strong inter-channel correlation and (especially) the 16 kHz
      lowpass used by the mp3 encoder.
      bfabfd38
  22. Jul 20, 2012
  23. Jul 18, 2012
  24. Jul 17, 2012
  25. Jul 16, 2012
    • gcp's avatar
      Output/intermediate dir cleanup and fixes in 64-bit mode. · 642084c4
      gcp authored and Gregory Maxwell's avatar Gregory Maxwell committed
      Also make the 64-bit builds use the default output directories.
      Fix the type of the default Opus output to be a library.
      642084c4
    • gcp's avatar
      Make MSVC build work in parallel. · eeb7bd3d
      gcp authored and Gregory Maxwell's avatar Gregory Maxwell committed
      The (non-default) temporary & output dirs configured in the projects could
      cause issues when doing compilation on a multiprocessor machine. Cleaned
      this up a little to use the defaults, which makes that work again and
      doesn't make the output structure any worse. Also removed debug output for
      release binaries & a tiny whitespace fix.
      eeb7bd3d
  26. Jul 13, 2012
Loading