Skip to content
Snippets Groups Projects
  1. Nov 17, 2003
  2. Nov 16, 2003
  3. Oct 26, 2003
  4. Oct 25, 2003
  5. Oct 23, 2003
  6. Oct 22, 2003
  7. Oct 20, 2003
  8. Oct 18, 2003
    • calc's avatar
      AM_MAINTAINER_MODE added · 76dcbaac
      calc authored
      This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process.
      
      svn path=/trunk/vorbis/; revision=5486
      76dcbaac
  9. Oct 08, 2003
  10. Oct 01, 2003
  11. Sep 24, 2003
  12. Sep 20, 2003
  13. Sep 16, 2003
    • Monty's avatar
      · 99c6a664
      Monty authored
      I've been getting sloppy lately... didn;t run streaming tests against
      most recent vorbisfile state machine fix ebcause I thought it didn't
      affect non-seekable.  I was wrong, and the chnage broke things.
      
      This fixes non-seekable input and I actually ran all the basic tests
      (streaming, seekable, seeking, crosslapping and full chain tests)
      before this commit.
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5343
      99c6a664
  14. Sep 12, 2003
    • Monty's avatar
      · 9c261ff9
      Monty authored
      State engine change broke seeking because ov_pcm_seek was actually
      using _make_decode_ready as a 'make sure decode is ready' even if it
      already was.  _make_decode_ready is now a no-op if decode is ready.
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5335
      9c261ff9
  15. Sep 11, 2003
  16. Sep 10, 2003
    • Monty's avatar
      · 62a65c07
      Monty authored
      Update vendor string for 1.0.1 release
      
      svn path=/trunk/vorbis/; revision=5324
      62a65c07
  17. Sep 09, 2003
  18. Sep 05, 2003
  19. Sep 03, 2003
  20. Sep 02, 2003
    • Monty's avatar
      · 89f4f649
      Monty authored
      reel back low midrange noise bias ever so slightly.  This eliminates
      the 'cupping' noise in the low midrange that's somewhat more noticable
      than other blocking noise.
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5288
      89f4f649
    • Monty's avatar
      · 9d8b09f7
      Monty authored
      Lower absolute ATH to no more than -130dB, -140 nominal.  Carsten has
      found enough conterexamples at this point to disprove the rationale
      for a lowest-possible ATH in masking; the only value it has left is to
      give a bottom end to the dB range to avoid FP underflows.
      
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5284
      9d8b09f7
    • Monty's avatar
      · 6aa49438
      Monty authored
      Minor patch to compile with DJGPP
      
      svn path=/trunk/vorbis/; revision=5282
      6aa49438
    • Monty's avatar
      · 1f870a8b
      Monty authored
      vorbisfile has a flaw where a bad link is not initialized [proper
      behavior], but it would attempt to initialize and play that link
      anyway, getting a segfault.  The easiest way to deal was to improve
      libvorbis's error checking on dsp initialization if an app (in this
      case, vorbisfile) tries to call init on a blank vorbis_info structure.
      
      read and seek calls will now return 'OV_EBADLINK' in this case.
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5278
      1f870a8b
    • Monty's avatar
      · 2c1a192f
      Monty authored
      Kill bug #434 (ov_test/ov_test_open fails)
      
      svn path=/trunk/vorbis/; revision=5274
      2c1a192f
  21. Sep 01, 2003
    • Monty's avatar
      · 6183f06b
      Monty authored
      Oh, and while were at it, why not disable all the debugging waveform
      output before committing?
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5270
      6183f06b
    • Monty's avatar
      · 72ef000d
      Monty authored
      Halfrate decode feature addition caused a bug in _vorbis_apply_window
      for transition windoews that also bit encode.  Fixed.
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5269
      72ef000d
  22. Aug 27, 2003
    • Monty's avatar
      · 5ff1f8de
      Monty authored
      Several more halfrate fixes:
      
      1) crosslapping was using the wrong windowsizes (fullrate for
      halfrate) for overlap; this would usually still work fine, so the bug
      went unnoticed.
      
      2) fixed a segfault from multiple lapped seeks happening with no
      decode happening between.
      
      svn path=/trunk/vorbis/; revision=5252
      5ff1f8de
  23. Aug 18, 2003
    • Monty's avatar
      · 938f4699
      Monty authored
      Vorbisfile API addition for game and mod coders;
      
      Do a 'free' sample rate conversion from source rate to half source
      rate by calling ov_halfrate() after ov_open(); Although this is solid
      for immediately desired usage, I want to clean it up a bit before
      advertising it's existence, so no doc addition yet.
      
      Does not break binary API.
      
      Monty
      
      svn path=/trunk/vorbis/; revision=5222
      938f4699
  24. Jul 21, 2003
    • Ralph Giles's avatar
      Don't build docs by default even if the tools are available. Basically the... · 9a2fc5d1
      Ralph Giles authored
      Don't build docs by default even if the tools are available. Basically the problem is people with the tools installed often don't have an appropriate local catalog file to the xsltproc runs are either very slow, or fail because the websites are down (thank you oasis). You now need to pass --enable-docs to build them.
      
      svn path=/trunk/vorbis/; revision=5158
      9a2fc5d1
Loading