Skip to content
Snippets Groups Projects
  1. Sep 22, 2004
  2. Sep 21, 2004
    • Ralph Giles's avatar
      Issue an explicit warning if the docs can't be built at 'make dist' · b117f84a
      Ralph Giles authored
      time, as is now required.
      
      This is a little less broken than the previous config in that the dist 
      will need to have the build docs, and a normal build from a dist tarball
      won't try. However if you --enable-docs on the dist tarball, it will 
      rebuild them even if they're up to date. Among other things, this makes
      'make distcheck' annoying.
      
      svn path=/trunk/vorbis/; revision=7816
      b117f84a
  3. Sep 20, 2004
  4. Sep 19, 2004
  5. Aug 16, 2004
  6. Aug 13, 2004
  7. Aug 11, 2004
  8. Aug 08, 2004
  9. Aug 05, 2004
  10. Aug 03, 2004
  11. Aug 02, 2004
  12. Jul 26, 2004
  13. Jul 23, 2004
  14. Jul 21, 2004
    • Michael Smith's avatar
      Patch from Barry Bouwsma: · 5f3af334
      Michael Smith authored
      The problem was in using an int for the return value of a 64-bit
      function.  All other references to this function in this source file
      use a proper 64-bit value.  This function returns the offset within
      the file, and this int wraps to <0 at 2GB, causing an EOS to be
      returned for any offset at any further point in a larger file.
      
      
      svn path=/trunk/vorbis/; revision=7198
      5f3af334
  15. Jul 20, 2004
    • Monty's avatar
      Set $Id$ keyword substitution for vorbis module · 7385004c
      Monty authored
      svn path=/trunk/vorbis/; revision=7187
      7385004c
    • Monty's avatar
      Mostly completed (but not proofread) the updated/modern libvorbisenc API overview document. · 0c026b5b
      Monty authored
      Also turned on $Id$ keyword substitution in SVN for the Vorbis module.
      
      
      svn path=/trunk/vorbis/; revision=7186
      0c026b5b
    • Monty's avatar
      Fix one comment (bitrate.c no longer uses a circular packet queue) · 7e6735f6
      Monty authored
      Correct a bug-that-isn't-a-bug; the bitrate manager's setpoint gravity
      code relied on subtlety that just took me a while to figure out even
      though I wrote it.  Given that, I could see it causing trouble in the
      future if other changes broke the subtlety, so I increased the
      heavy-handed logic explicitness to bulletproof the gravity code in the
      cases where there's a minimum but not a maximum and vice versa.
      
      The only change that makes a difference: the bit reservoir is set to
      the bias setpoint in initialization as opposed to always starting with
      a full reservoir.  This is unrelated to above, but seemed like a good
      idea.
      
      
      svn path=/trunk/vorbis/; revision=7185
      7e6735f6
  16. Jul 14, 2004
  17. Jul 09, 2004
Loading