File: ChangeLog

package info (click to toggle)
quelcom 0.4.0-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,048 kB
  • ctags: 543
  • sloc: cpp: 3,899; makefile: 195; sh: 15
file content (41 lines) | stat: -rw-r--r-- 1,696 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
20010326: version 0.4.0
	splitted sources in directories
	created shared libraries
	added time specifiers for qwavsample, qwavsilence, q{mp3,wav}cut
	corrected a bug that made qwavfade just fade the first of the given files to fade.
	improved qmp3report (html output, split reports across subdirs)
	added variable bit rate support for qmp3info, qmp3check, qmp3report, qmp3join (no vbr support in qmp3cut by now) (xing vbr headers are not read).
	qwavheaderdump: added some capability to recover damaged headers.
	adapted source code to compile with no modifications with cygwin tools. binary versions for windows available separately.
	(near complete) .mo gettext translation files for catalan and spanish
	deprecated man pages. 
	full documentation in texinfo, html and txt formats. postscript version available separately.
	doxygen-ized part of the library code
	

20010123: version 0.3.0
	added gettext support. no translations available yet
	added qwavfade
	added qmp3report
	added qwavheaderdump
	added long options support (getopt_long)
	added ability to specify file points with millisecond resolution
	added silence shrinking capability to qwavsilence
	speeded up qwavsilence on non silent wav files
	updated man pages

20001227: version 0.2.0
	corrected some function signatures that caused egcs fail (almost 
	  version 2.91.66)
	corrected overflow bug that caused fail on search ops in big files
	added qwavsilence and qmp3check
	updated man pages

20001211: version 0.1.0
	rewritten file access with mmap
	renamed binaries and most of sources prepending with 'q'
	code cleanup
	added qmp3cut

20001031: version 0.0.0b
	first public release: wavinfo, wavjoin, wavcut, mp3info, mp3join