Next | Query returned 32 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2006-03-06 15:26:17 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Replace incomplete array definition in prototype to match definition.
   2005-10-31 16:59:14 by Todd Vierling | Files touched by this commit (2)
Log message:
No need to include <getopt.h> as getsubopt/getopt_long is not needed.
   2005-10-20 02:38:55 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.1c:
License change from LGPL to GPL.
Also includes pkgsrc patch-aa.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2004-11-22 20:50:17 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2.1 (typos below left as-is):

# Mp3splt v. 2.1

---------------------------------------------------------------
NOTE for people who already used mp3splt

>From this version some important changes took place:

- A new option (-p) has been introduced to read
user parameters for -s and -a options, both without
arguments now. Not using -p is equivalent to use
-s auto or -a auto in the old version.

NO:  mp3splt -s auto file.mp3
YES: mp3splt -s file.mp3

NO:  mp3splt -s off=1,rm file.mp3
YES: mp3splt -s -p off=1,rm file.mp3

- Threshold parameter (th) is now in dB. It's always
a negative number between -96 dB and 0 dB.

Please read man page for more detail
---------------------------------------------------------------

- bug fixed (not exatctly a bug of mp3splt, but let's call it like this...):
  "correct" handling of misplaced Xing header of CRC-protected mp3
- feature improved: -p option introduced. Some order in the caos... ;-)
- feature improved: threshold is now in dB
- feature improved: sound level showed during silence detection
- feature improved (Thanks Marco): when using -q, no more check
  on presence of ALBW or MP3WRAP string.
- sources (Thanks Marco): each error is different with a own ret number.

# Mp3splt v. 2.0e

- bug fixed: filenamed specified with -o was truncated after 10 chars.
- bug fixed: max number of albums per search increased to 512.

# Mp3splt v. 2.0d

- bug fixed: long filename for performer in CUE file caused seg fault
- bug fixed: bad parsing of CUE files (again.. ;), for global artist and album
- bug fixed: "EOF" string introduced to reach end of file. Now minimum
  splitpoint number changed back to 2.

# Mp3splt v. 2.0c

- feature improved: number of digits for @n number optimized.
- feature improved: new parameter ("min") for -s to specify a minimum \ 
length.
- feature improved: number of found silence points displayed during process.
- important bug fixed: corrected CUE time parsing and hundredths calculation.
- bug fixed: answering 'n' to -e option question, didn't abort ;-)
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-04-19 01:09:03 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.0:
# Mp3splt v. 2.0d

- bug fixed: long filename for performer in CUE file caused seg fault
- bug fixed: bad parsing of CUE files (again.. ;), for global artist and album
- bug fixed: "EOF" string introduced to reach end of file. Now minimum
  splitpoint number changed back to 2.

# Mp3splt v. 2.0c

- feature improved: number of digits for @n number optimized.
- feature improved: new parameter ("min") for -s to specify a minimum \ 
length.
- feature improved: number of found silence points displayed during process.
- important bug fixed: corrected CUE time parsing and hundredths calculation.
- bug fixed: answering 'n' to -e option question, didn't abort ;-)

# Mp3splt v. 2.0

---------------------------------------------------------------
NOTE for people who already used mp3splt

>From this version some important changes took place:

- to specify output filename:
NO:  mp3splt file.mp3 0.0 1.0 output.mp3
YES: mp3splt file.mp3 0.0 1.0 -o output.mp3

- silence option with user threshold and track number:
NO:  mp3splt -s 0.45 file.mp3 10
YES: mp3splt -s th=0.45,nt=10 file.mp3

- "mp3splt.log" file with -s option changed format, old logs
are now incompatible with new version, and viceversa.

Please read man page for more detail
---------------------------------------------------------------

- new feature added: new option -k, for input not seekable.
- feature improved: now it's allowed to specify STDIN and STDOUT ("-")
- feature improved: now also parameters for -s option must be specified in
  unic argument using th, nt, off, rm. Keep in order! ;-)
- feature improved: it is possible to remove silence with -s option. ("rm")
- feature improved: new parameter ("off") for -s and -a to adjust \ 
splitpoint
- feature improved: mp3info() completely rewritten using mad library.
- feature improved: more than one file can be specified on command line
- feature improved: now -o option extended to all uses for filename format.
- feature improved: possibility to specify only one split time to mean to
  split from time to end of file.
- feature improved: no more [outputfile], you always have to use -o option,
  even for one single file.
- "bug" fixed: original vorbis comment preserved for all splitted files.
- bug fixed (Thanks Lukasz Czarniecki): now performer for cue is taken in
  account for ID3.
- bug fixed: better handling of files with Xing header. Also "bytes" \ 
field is taken
- bug fixed: corrected dirty bug for cue files with minutes over 99.
- bug fixed: missing break instruction in a switch() statement ;-)
- bug fixed: error notice if input and output files are the same file.
- bug fixed: MAXTRACKS redefined to 1000 (do you really want to split more
  than 1000 files?? ;-)
   2004-04-13 01:15:02 by Lubomir Sedlacik | Files touched by this commit (23)
Log message:
Follow libogg into multimedia/.
   2004-04-11 19:31:12 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
bl3ify
   2004-01-20 13:07:43 by Alistair G. Crooks | Files touched by this commit (63)
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.

Next | Query returned 32 messages, browsing 21 to 30 | Previous