Bug 95778 - [PATCH] audio/wavpack: update to 4.32
Summary: [PATCH] audio/wavpack: update to 4.32
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 03:50 UTC by Jeffrey H. Johnson
Modified: 2006-04-15 16:53 UTC (History)
1 user (show)

See Also:


Attachments
wavpack-4.32.patch (2.96 KB, patch)
2006-04-15 03:50 UTC, Jeffrey H. Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey H. Johnson 2006-04-15 03:50:11 UTC
- Update to 4.32:
  This is a big improvement over 4.2

- Changes since 4.2:
  added: -i option to ignore length specified in wav header
  added: -w option to write APEv2 tags directly from command line
  added: automatic generation of RIFF wav header during encoding
  added: automatically detect lower resolution data
  added: command-line option (-l) to use low priority for batch operation
  added: command-line option (-r) to generate a fresh RIFF header
  added: command-line option (-ss) to include tags in summary dump
  added: debug mode
  added: handle non-standard sampling rates
  added: mode bit to open files in "streaming" mode
  added: new functions to access tags by index (instead of item name)
  added: option (-o) to specify output directory or path
  added: option (-t) to copy timestamp
  added: src and dst dirs are searched also for tag source files
  added: wildcard accepted for tag source files
  added: wvgain (command-line replaygain scanner)
  fixed: bug causing termination error with very wide screen widths
  fixed: detect debug mode in all cases (win32 only)
  fixed: failing seek with some files that had been played to the end
  fixed: formatting error in duration display
  fixed: generating RIFF headers on big-endian machines caused crash
  fixed: handling of wav files larger than 2 gig
  fixed: small memory leak when opening hybrid lossless files
  fixed: very rare decoding bug causing overflow with hi-res files
  fixed: works correctly with 64-bit compilers
  improved: APEv2 tags are read even if followed by ID3v1 tag
  improved: allow shell to expand wildcards
  improved: encoding and decoding speed
  improved: limited APEv2 tag editing capability
  improved: more robust decoding of damaged (or invalid) files
  improved: returns error status for any error
  improved: signed characters no longer must be default
  improved: stereo lossless encoding speed (including "extra" mode)
  improved: two structures renamed to avoid namespace conflict
  improved: use longer blocks in multichannel files (better "high" compression)

Removed file(s):
- files/patch-utils.c

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-15 03:52:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kwm

Over to maintainer
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-04-15 06:30:41 UTC
Responsible Changed
From-To: kwm->freebsd-ports-bugs

Maintainer was reset.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-15 16:53:01 UTC
State Changed
From-To: open->closed

Committed, thanks!