Skip to content
Snippets Groups Projects
  1. Jun 27, 2005
  2. Jun 26, 2005
    • Ralph Giles's avatar
      Properly initialize the packetno field when returning header packets, · 3e9921d9
      Ralph Giles authored
      and start counting data packet sequence numbers with 3 instead of zero
      so that all the ogg packets come out of the encoder with the same
      packetno fields they would have in coming out of an Ogg file (as read by
      libogg, anyway).
      
      Previously data packets started counting from zero, and the packetno
      field of the returned header packets was uninitialized.
      
      We had two choices in resolving this. One was just to add 3 to the
      vorbis_dsp_state and/or vorbis_block sequence field when writing it to
      the ogg_packet packetno field. The other is to actually keep the
      packetno in the internal sequence fields. I chose the later based on the
      fact that this same field gets set directly from the ogg_packet packetno
      on decode, so things are consistent.
      
      
      svn path=/trunk/vorbis/; revision=9513
      3e9921d9
  3. Jun 21, 2005
  4. Jun 18, 2005
  5. Jun 06, 2005
  6. Mar 09, 2005
  7. Mar 04, 2005
  8. Mar 03, 2005
  9. Feb 18, 2005
  10. Feb 17, 2005
  11. Feb 16, 2005
  12. Feb 14, 2005
  13. Feb 01, 2005
  14. Jan 18, 2005
    • ozone's avatar
      vorbis: · 034e5a5c
      ozone authored
       * Use autoheader and config.h.in again (basically revert changeset:8766)
       * Use 'type' shell builtin instead of 'which' to locate libtoolize, since it's more portable and less prone to different behaviour
      
      
      svn path=/trunk/vorbis/; revision=8767
      034e5a5c
  15. Jan 17, 2005
    • ozone's avatar
      vorbis: · a6fba24c
      ozone authored
       * Don't use autoheader since we don't use config.h.in
      
      
      svn path=/trunk/vorbis/; revision=8766
      a6fba24c
  16. Dec 31, 2004
  17. Dec 29, 2004
  18. Dec 28, 2004
  19. Dec 13, 2004
    • philkerr's avatar
      · 45ebe59e
      philkerr authored
      svn path=/trunk/vorbis/; revision=8380
      45ebe59e
  20. Oct 21, 2004
  21. Sep 22, 2004
  22. 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
  23. Sep 20, 2004
  24. Sep 19, 2004
  25. Aug 16, 2004
Loading