Skip to content
Snippets Groups Projects
  1. May 09, 2017
  2. Sep 26, 2016
  3. Mar 30, 2016
  4. Sep 26, 2015
  5. Jul 08, 2015
  6. Jul 03, 2015
  7. Jun 23, 2015
  8. Jan 05, 2015
  9. Dec 12, 2014
    • Timothy B. Terriberry's avatar
      Fix ogg123 speex stereo: Initialize stereo info data structure · 422daa25
      Timothy B. Terriberry authored
      The ogg123 executable wasn't able to correctly play stereo speex
      files that don't contain any inband intensity stereo signals at
      all or whose first inband intensity stereo signal arrives after
      the stream has already started. This was due to the stereo
      information data structure not being initialized properly before
      the first inband intensity stereo signal arrived. So in the
      mentioned cases the speex decoder used uninitialized float
      values for the stereo decoding. This patch fixes the problem by
      using the proper initialization and deallocation functions from
      libspeex.
      
      Patch by Martin_Steghöfer <martin@steghoefer.eu>
      Bug-Debian: https://bugs.debian.org/312185
      Fixes #1676
      
      
      svn path=/trunk/vorbis-tools/; revision=19405
      422daa25
  10. Oct 08, 2014
  11. Apr 16, 2014
  12. Feb 14, 2014
    • Ralph Giles's avatar
      ogg123: remove two unused variable warnings. · dc7f1488
      Ralph Giles authored
      svn path=/trunk/vorbis-tools/; revision=19090
      dc7f1488
    • Ralph Giles's avatar
      Fix typo in conditional. · 8f237e5b
      Ralph Giles authored
      Typo in the conditional to check the exit condition in ascii_strcasecmp.
      It checks for (!*s1 || !*s1) instead of (!*s1 || !*s2). The typo did
      not affect the result of the function as the loop is exited before
      changing s1 or s2 anyway.
      
      Fix ported from the copy in the flac library. Thanks to dcb314 for
      reporting it here.
      
      Closes https://trac.xiph.org/ticket/2007
      
      svn path=/trunk/vorbis-tools/; revision=19089
      8f237e5b
  13. Dec 10, 2013
  14. Feb 13, 2013
    • Ralph Giles's avatar
      Update to the latest version of ACX_PTHEAD. · e7ced3b5
      Ralph Giles authored
      Fixes an issue with the macro expecting pthread_t to be
      convertable from an int, which isn't true on mingw where
      pthread_t is a struct.
      
      Also move the macro out of acinclude.m4 and into its own
      file in the m4 subdirectory.
      
      Thanks to Laura Michaels for reporting the issue.
      
      
      svn path=/trunk/vorbis-tools/; revision=18791
      e7ced3b5
  15. Jan 08, 2013
  16. Dec 18, 2012
  17. Aug 02, 2012
    • Timothy B. Terriberry's avatar
      Fix duration reporting for Theora streams. · e14dc4bc
      Timothy B. Terriberry authored
      ogginfo wasn't correcting for the granule position difference
       between 3.2.0 and 3.2.1 streams.
      It was always assuming the 3.2.1 behavior, but since this code
       hasn't been changed since 2005 and the 3.2.1 bitstream bump was
       done in 2007, it was simply wrong before.
      
      svn path=/trunk/vorbis-tools/; revision=18497
      e14dc4bc
  18. Jul 12, 2012
  19. Jun 13, 2012
    • Timothy B. Terriberry's avatar
      Restore --ignorelength to working order. · 86917fca
      Timothy B. Terriberry authored
      This option was accidentally disconnected in r16793.
      This patch restores the option's functionality, and allows the code
       to distinguish between an actual unknown length (totalframes==-1)
       and an empty file (totalframes==0).
      Fixes #1803.
      
      svn path=/trunk/vorbis-tools/; revision=18383
      86917fca
    • Timothy B. Terriberry's avatar
      Fix a memory leak in the FLAC decoder. · 6f256f60
      Timothy B. Terriberry authored
      resize_buffer() would only free the channel buffers when the
       channel count changed, not when the size of the buffer changed,
       even though it allocated new buffers in both cases.
      
      svn path=/trunk/vorbis-tools/; revision=18382
      6f256f60
  20. Nov 19, 2011
Loading