Skip to content
Snippets Groups Projects
  1. Oct 01, 2012
    • Timothy B. Terriberry's avatar
      Multiple small fixes. · 6c56a973
      Timothy B. Terriberry authored
      * Tags were being freed even if not initialized if
         op_fetch_headers() failed on the first link.
        The logic for handling completely empty links would leak, also.
      * Ignore fragment identifiers in http URLs instead of rejecting
         them.
      * Get the current link in seeking_example's verify_seek when
         op_read_native() fails to return it for us.
      6c56a973
    • Timothy B. Terriberry's avatar
      Add status output to opusfile_example. · 8e6d4a76
      Timothy B. Terriberry authored
      This displays the current raw position, PCM position, and
       instantaneous bitrate once per second of output.
      This is useful when testing against long-running streams.
      8e6d4a76
    • Timothy B. Terriberry's avatar
      Make seeking_example continue after failures. · 643aed3d
      Timothy B. Terriberry authored
      This makes it more useful for testing invalid files, where the goal
       is merely not to crash, assert, or trip valgrind warnings.
      643aed3d
  2. Sep 29, 2012
  3. Sep 24, 2012
  4. Sep 23, 2012
  5. Sep 22, 2012
  6. Sep 21, 2012
  7. Sep 19, 2012
    • Timothy B. Terriberry's avatar
      A couple of seeking_example improvements. · efbca3a1
      Timothy B. Terriberry authored
      1) Check for allocation failure and fall back to merely scanning a
       file for consistent timestamps instead of loading it to RAM.
      2) Report holes, but do not quit scanning/loading unless they cause
       a discontinuity in the timestamps.
      efbca3a1
  8. Sep 17, 2012
  9. Sep 16, 2012
Loading