~ubuntu-branches/ubuntu/wily/mp3check/wily

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Sandro Tosi
  • Date: 2012-05-12 16:08:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120512160803-o064g848g3lnvrzc
Tags: 0.8.4-1
* New upstream release
* debian/watch
  - updated
* debian/control
  - added Vcs-{Git, Browser} fields
  - added ${misc:Depends} to Depends line
  - bump Standards-Version to 3.9.3 (no changes needed)
* Converted to 3.0 (quilt) source format
* Converted to debhelper 9 and dh sequencer
* debian/copyright
  - updated to DEP5 and to new upstream release
* debian/patches/20_use_destdir_to_install.patch
  - install using DESTDIR variable
* debian/rules
  - upstream doesn't ship doc anymore
  - install the manpage (no longer done by upstream Makefile)
* debian/patches/15-bts667288-gcc-4.7.patch
  - fix FTBFS with GCC-4.7 (due to uncoordinated upload by gcc "maintainer");
    thanks to Jari Aalto for the patch; Closes: #667288
* debian/patches/30_bts624138_manpage_typo.patch
  - fix a typo in the manpage; thanks to Reuben Thomas for the report;
    Closes: #624138

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-01-23 23:22  demo
2
 
 
3
 
        * mp3check.cc: - added 2 more special paths to tagging heuristics
4
 
 
5
 
2005-11-24 22:58  demo
6
 
 
7
 
        * HISTORY, configure.in, mp3check.cc: v0.8.3: --add-tag added, tag
8
 
          added to 2300 files
9
 
 
10
 
2005-08-04 22:43  root
11
 
 
12
 
        * test/chunks/rr, test/chunks/s, test/gentest.cc,
13
 
          test/test-mp3check: - moved chunk/R to chunk/s for Mac
14
 
 
15
 
2005-08-04 22:40  root
16
 
 
17
 
        * test/chunks/R, test/chunks/rr: - move R to rr to allow checkout
18
 
          on Mac OS X
19
 
 
20
 
2004-11-25 00:04  root
21
 
 
22
 
        * trunk/src/Makefile, trunk/src/acal/INSTALL,
23
 
          trunk/src/acal/LSM_ENTRY, trunk/src/acal/Makefile.am,
24
 
          trunk/src/acal/Makefile.cvs, trunk/src/acal/acal.1,
25
 
          trunk/src/acal/acal.cc, trunk/src/acal/cal.txt,
26
 
          trunk/src/acal/configure.in, trunk/src/ass6510/INSTALL,
27
 
          trunk/src/ass6510/LSM_ENTRY, trunk/src/ass6510/Makefile.am,
28
 
          trunk/src/ass6510/Makefile.cvs, trunk/src/ass6510/README,
29
 
          trunk/src/ass6510/asm.cc, trunk/src/ass6510/asm.h,
30
 
          trunk/src/ass6510/ass6510.1, trunk/src/ass6510/ass6510.cc,
31
 
          trunk/src/ass6510/configure.in,
32
 
          trunk/src/ass6510/genallobjcodes.cc, trunk/src/atmel/Makefile,
33
 
          trunk/src/atmel/README.remote.txt, trunk/src/atmel/receiver.asm,
34
 
          trunk/src/atmel/remote.asm, trunk/src/ctpuzzle/Makefile,
35
 
          trunk/src/ctpuzzle/README, trunk/src/ctpuzzle/ctpuzzle.cc,
36
 
          trunk/src/demo/demo2005/Makefile,
37
 
          trunk/src/demo/demo2005/colin/Makefile,
38
 
          trunk/src/demo/demo2005/colin/README,
39
 
          trunk/src/demo/demo2005/colin/src/Audio/MP3Player.cc,
40
 
          trunk/src/demo/demo2005/colin/src/Audio/MP3Player.hh,
41
 
          trunk/src/demo/demo2005/colin/src/Base/Error.hh,
42
 
          trunk/src/demo/demo2005/colin/src/Base/Logger.hh,
43
 
          trunk/src/demo/demo2005/colin/src/Base/Object.cc,
44
 
          trunk/src/demo/demo2005/colin/src/Base/Object.hh,
45
 
          trunk/src/demo/demo2005/colin/src/Base/Pointer.hh,
46
 
          trunk/src/demo/demo2005/colin/src/Base/Regex.cc,
47
 
          trunk/src/demo/demo2005/colin/src/Base/Regex.hh,
48
 
          trunk/src/demo/demo2005/colin/src/Conf/Cast.cc,
49
 
          trunk/src/demo/demo2005/colin/src/Conf/Cast.hh,
50
 
          trunk/src/demo/demo2005/colin/src/Conf/Conf.hh,
51
 
          trunk/src/demo/demo2005/colin/src/Conf/Getter.hh,
52
 
          trunk/src/demo/demo2005/colin/src/Conf/Reader.cc,
53
 
          trunk/src/demo/demo2005/colin/src/Conf/Reader.hh,
54
 
          trunk/src/demo/demo2005/colin/src/Conf/Section.cc,
55
 
          trunk/src/demo/demo2005/colin/src/Conf/Section.hh,
56
 
          trunk/src/demo/demo2005/colin/src/Conf/VectorMap.hh,
57
 
          trunk/src/demo/demo2005/colin/src/Demo/Channel.cc,
58
 
          trunk/src/demo/demo2005/colin/src/Demo/Channel.hh,
59
 
          trunk/src/demo/demo2005/colin/src/Demo/Factory.cc,
60
 
          trunk/src/demo/demo2005/colin/src/Demo/Factory.hh,
61
 
          trunk/src/demo/demo2005/colin/src/Demo/Holder.cc,
62
 
          trunk/src/demo/demo2005/colin/src/Demo/Holder.hh,
63
 
          trunk/src/demo/demo2005/colin/src/Demo/Info.cc,
64
 
          trunk/src/demo/demo2005/colin/src/Demo/Info.hh,
65
 
          trunk/src/demo/demo2005/colin/src/Demo/Player.cc,
66
 
          trunk/src/demo/demo2005/colin/src/Demo/Player.hh,
67
 
          trunk/src/demo/demo2005/colin/src/Dil/Dil.hh,
68
 
          trunk/src/demo/demo2005/colin/src/Dil/Functions.cc,
69
 
          trunk/src/demo/demo2005/colin/src/Dil/Functions.hh,
70
 
          trunk/src/demo/demo2005/colin/src/Dil/Image.cc,
71
 
          trunk/src/demo/demo2005/colin/src/Dil/Image.hh,
72
 
          trunk/src/demo/demo2005/colin/src/Fx/Fract/Fract.cc,
73
 
          trunk/src/demo/demo2005/colin/src/Fx/Fract/Fract.hh,
74
 
          trunk/src/demo/demo2005/colin/src/Fx/Fx.hh,
75
 
          trunk/src/demo/demo2005/colin/src/Fx/Image/Image.cc,
76
 
          trunk/src/demo/demo2005/colin/src/Fx/Image/Image.hh,
77
 
          trunk/src/demo/demo2005/colin/src/Fx/Music/Music.cc,
78
 
          trunk/src/demo/demo2005/colin/src/Fx/Music/Music.hh,
79
 
          trunk/src/demo/demo2005/colin/src/Fx/Simple/Clear.cc,
80
 
          trunk/src/demo/demo2005/colin/src/Fx/Simple/Clear.hh,
81
 
          trunk/src/demo/demo2005/colin/src/Fx/Simple/Fade.cc,
82
 
          trunk/src/demo/demo2005/colin/src/Fx/Simple/Fade.hh,
83
 
          trunk/src/demo/demo2005/colin/src/Fx/Simple/Nop.cc,
84
 
          trunk/src/demo/demo2005/colin/src/Fx/Simple/Nop.hh,
85
 
          trunk/src/demo/demo2005/colin/src/Fx/Test1/Sphere.cc,
86
 
          trunk/src/demo/demo2005/colin/src/Fx/Test1/Sphere.hh,
87
 
          trunk/src/demo/demo2005/colin/src/Fx/Test1/Test1.cc,
88
 
          trunk/src/demo/demo2005/colin/src/Fx/Test1/Test1.hh,
89
 
          trunk/src/demo/demo2005/colin/src/Fx/Test2/Checker.cc,
90
 
          trunk/src/demo/demo2005/colin/src/Fx/Test2/Checker.hh,
91
 
          trunk/src/demo/demo2005/colin/src/Fx/Test2/Icosaeder.cc,
92
 
          trunk/src/demo/demo2005/colin/src/Fx/Test2/Icosaeder.hh,
93
 
          trunk/src/demo/demo2005/colin/src/Fx/Test2/Test2.cc,
94
 
          trunk/src/demo/demo2005/colin/src/Fx/Test2/Test2.hh,
95
 
          trunk/src/demo/demo2005/colin/src/Gl/BallThing.hh,
96
 
          trunk/src/demo/demo2005/colin/src/Gl/Begin.hh,
97
 
          trunk/src/demo/demo2005/colin/src/Gl/Cast.cc,
98
 
          trunk/src/demo/demo2005/colin/src/Gl/Constants.cc,
99
 
          trunk/src/demo/demo2005/colin/src/Gl/Constants.hh,
100
 
          trunk/src/demo/demo2005/colin/src/Gl/Functions.hh,
101
 
          trunk/src/demo/demo2005/colin/src/Gl/Gl.hh,
102
 
          trunk/src/demo/demo2005/colin/src/Gl/Icosaeder.hh,
103
 
          trunk/src/demo/demo2005/colin/src/Gl/Scalar.hh,
104
 
          trunk/src/demo/demo2005/colin/src/Gl/Setup.cc,
105
 
          trunk/src/demo/demo2005/colin/src/Gl/Setup.hh,
106
 
          trunk/src/demo/demo2005/colin/src/Gl/Texture.cc,
107
 
          trunk/src/demo/demo2005/colin/src/Gl/Texture.hh,
108
 
          trunk/src/demo/demo2005/colin/src/Gl/Thing.hh,
109
 
          trunk/src/demo/demo2005/colin/src/Gl/Vector.hh,
110
 
          trunk/src/demo/demo2005/colin/src/Main/main.cc,
111
 
          trunk/src/demo/demo2005/colin/src/Sdl/Audio.cc,
112
 
          trunk/src/demo/demo2005/colin/src/Sdl/Audio.hh,
113
 
          trunk/src/demo/demo2005/colin/src/Sdl/Init.cc,
114
 
          trunk/src/demo/demo2005/colin/src/Sdl/Init.hh,
115
 
          trunk/src/demo/demo2005/colin/src/Sdl/Locker.hh,
116
 
          trunk/src/demo/demo2005/colin/src/Sdl/Mutex.hh,
117
 
          trunk/src/demo/demo2005/colin/src/Sdl/Surface.cc,
118
 
          trunk/src/demo/demo2005/colin/src/Sdl/Surface.hh,
119
 
          trunk/src/demo/demo2005/colin/src/Time/Time.cc,
120
 
          trunk/src/demo/demo2005/colin/src/Time/Time.hh,
121
 
          trunk/src/demo/demo2005/demo2005.cc,
122
 
          trunk/src/demo/wired97/Makefile, trunk/src/demo/wired97/TODO,
123
 
          trunk/src/demo/wired97/include/demo_macros.h,
124
 
          trunk/src/demo/wired97/include/demo_types.h,
125
 
          trunk/src/demo/wired97/release/jo_feder.h,
126
 
          trunk/src/demo/wired97/src/Makefile,
127
 
          trunk/src/demo/wired97/src/buffer.c,
128
 
          trunk/src/demo/wired97/src/buffer.h,
129
 
          trunk/src/demo/wired97/src/colors.c,
130
 
          trunk/src/demo/wired97/src/colors.h,
131
 
          trunk/src/demo/wired97/src/console.c,
132
 
          trunk/src/demo/wired97/src/console.h,
133
 
          trunk/src/demo/wired97/src/control.c,
134
 
          trunk/src/demo/wired97/src/control.h,
135
 
          trunk/src/demo/wired97/src/display.c,
136
 
          trunk/src/demo/wired97/src/display.h,
137
 
          trunk/src/demo/wired97/src/fileaccess.c,
138
 
          trunk/src/demo/wired97/src/fileaccess.h,
139
 
          trunk/src/demo/wired97/src/font.c,
140
 
          trunk/src/demo/wired97/src/font.h,
141
 
          trunk/src/demo/wired97/src/gif.c,
142
 
          trunk/src/demo/wired97/src/gif.h,
143
 
          trunk/src/demo/wired97/src/gif2font.c,
144
 
          trunk/src/demo/wired97/src/gif2pic.c,
145
 
          trunk/src/demo/wired97/src/ipc.c,
146
 
          trunk/src/demo/wired97/src/ipc.h,
147
 
          trunk/src/demo/wired97/src/jo_common.cc,
148
 
          trunk/src/demo/wired97/src/jo_common.h,
149
 
          trunk/src/demo/wired97/src/jo_effects.cc,
150
 
          trunk/src/demo/wired97/src/jo_effects.h,
151
 
          trunk/src/demo/wired97/src/jo_feder.cc,
152
 
          trunk/src/demo/wired97/src/jo_feder.h,
153
 
          trunk/src/demo/wired97/src/jo_feder.s,
154
 
          trunk/src/demo/wired97/src/jo_federsetup.cc,
155
 
          trunk/src/demo/wired97/src/jo_federsetup.h,
156
 
          trunk/src/demo/wired97/src/jo_vcs.cc,
157
 
          trunk/src/demo/wired97/src/ks_effects.cc,
158
 
          trunk/src/demo/wired97/src/ks_effects.h,
159
 
          trunk/src/demo/wired97/src/ks_feder.cc,
160
 
          trunk/src/demo/wired97/src/ks_feder.h,
161
 
          trunk/src/demo/wired97/src/ks_scanline.cc,
162
 
          trunk/src/demo/wired97/src/ks_scanline.h,
163
 
          trunk/src/demo/wired97/src/list_of_effects.c,
164
 
          trunk/src/demo/wired97/src/loader.c,
165
 
          trunk/src/demo/wired97/src/main.c,
166
 
          trunk/src/demo/wired97/src/main.h,
167
 
          trunk/src/demo/wired97/src/measurement.c,
168
 
          trunk/src/demo/wired97/src/measurement.h,
169
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/ToDo,
170
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/credits.txt,
171
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/mikcvt.1,
172
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/mikcvt.new.1,
173
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/mikmod.1,
174
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/mikmod.new.1,
175
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/docs/mikmod.txt,
176
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/Makefile,
177
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/display.c,
178
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_AF.c,
179
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_aix.c,
180
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_hp.c,
181
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_nos.c,
182
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_raw.c,
183
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_sgi.c,
184
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_sun.c,
185
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_ultra.c,
186
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/drv_vox.c,
187
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_669.c,
188
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_m15.c,
189
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_mod.c,
190
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_mtm.c,
191
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_s3m.c,
192
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_stm.c,
193
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_ult.c,
194
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_uni.c,
195
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/load_xm.c,
196
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/marchive.c,
197
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mdriver.c,
198
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mikcvt.c,
199
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mikmod.h,
200
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mikmodux.c,
201
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mloader.c,
202
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mmio.c,
203
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mplayer.c,
204
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mtypes.h,
205
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/munitrk.c,
206
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/mwav.c,
207
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/ui.c,
208
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/ui.h,
209
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/version.h,
210
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/virtch.c,
211
 
          trunk/src/demo/wired97/src/mikmod-2.15-devel9/source/wildfile.h,
212
 
          trunk/src/demo/wired97/src/nh_global.h,
213
 
          trunk/src/demo/wired97/src/nh_jumping.c,
214
 
          trunk/src/demo/wired97/src/nh_jumping.h,
215
 
          trunk/src/demo/wired97/src/nh_main.c,
216
 
          trunk/src/demo/wired97/src/oldcode/gouraud0.c,
217
 
          trunk/src/demo/wired97/src/oldcode/gouraud1.c,
218
 
          trunk/src/demo/wired97/src/palfade.c,
219
 
          trunk/src/demo/wired97/src/palfade.h,
220
 
          trunk/src/demo/wired97/src/pic.c,
221
 
          trunk/src/demo/wired97/src/pic.h,
222
 
          trunk/src/demo/wired97/src/player.c,
223
 
          trunk/src/demo/wired97/src/sk_lens.c,
224
 
          trunk/src/demo/wired97/src/sk_lens.h,
225
 
          trunk/src/demo/wired97/src/sk_starfield.c,
226
 
          trunk/src/demo/wired97/src/sk_starfield.h,
227
 
          trunk/src/demo/wired97/src/sound.c,
228
 
          trunk/src/demo/wired97/src/sound.h,
229
 
          trunk/src/demo/wired97/src/svga.c,
230
 
          trunk/src/demo/wired97/src/svga.h,
231
 
          trunk/src/demo/wired97/src/usleep.c,
232
 
          trunk/src/demo/wired97/src/usleep.h,
233
 
          trunk/src/demo/wired97/src/x11.c,
234
 
          trunk/src/demo/wired97/src/x11.h, trunk/src/filesync/LSM_ENTRY,
235
 
          trunk/src/filesync/Makefile.am, trunk/src/filesync/Makefile.cvs,
236
 
          trunk/src/filesync/configure.in, trunk/src/filesync/filesync.1,
237
 
          trunk/src/filesync/filesync.cc, trunk/src/gargps/LSM_ENTRY,
238
 
          trunk/src/gargps/Makefile.am, trunk/src/gargps/Makefile.cvs,
239
 
          trunk/src/gargps/baseerror.h, trunk/src/gargps/configure.in,
240
 
          trunk/src/gargps/gargps.1, trunk/src/gargps/gargps.cc,
241
 
          trunk/src/gargps/garmin.h, trunk/src/gargps/gpsapp.cc,
242
 
          trunk/src/gargps/gpsapp.h, trunk/src/gargps/gpsapplayer.cc,
243
 
          trunk/src/gargps/gpsapplayer.h, trunk/src/gargps/gpslink.cc,
244
 
          trunk/src/gargps/gpslink.h, trunk/src/gargps/gpspacket.cc,
245
 
          trunk/src/gargps/gpspacket.h, trunk/src/gargps/gpsprotocol.cc,
246
 
          trunk/src/gargps/lltypes.h, trunk/src/gargps/sbaseerror.h,
247
 
          trunk/src/gargps/tstrusers.cc, trunk/src/gargps/tstrusers.h,
248
 
          trunk/src/libtapp/disasm6510.cc, trunk/src/libtapp/disasm6510.h,
249
 
          trunk/src/libtapp/qjocakediagram.cc,
250
 
          trunk/src/libtapp/qjocakediagram.h,
251
 
          trunk/src/libtapp/tappconfig.cc, trunk/src/libtapp/tappconfig.h,
252
 
          trunk/src/libtapp/texception.h, trunk/src/libtapp/tfiletools.cc,
253
 
          trunk/src/libtapp/tfiletools.h, trunk/src/libtapp/tmap.h,
254
 
          trunk/src/libtapp/tmemusage.h, trunk/src/libtapp/tpalmlib.cc,
255
 
          trunk/src/libtapp/tpalmlib.h, trunk/src/libtapp/tregex.cc,
256
 
          trunk/src/libtapp/tregex.h, trunk/src/libtapp/tstring.cc,
257
 
          trunk/src/libtapp/tstring.h, trunk/src/libtapp/ttmap.h,
258
 
          trunk/src/libtapp/ttvector.h, trunk/src/libtapp/tvector.h,
259
 
          trunk/src/misc/Makefile, trunk/src/misc/charhist.cc,
260
 
          trunk/src/misc/colors.c, trunk/src/misc/cut_off_riff_header.cc,
261
 
          trunk/src/misc/diskread.cc, trunk/src/misc/fixwavlen.cc,
262
 
          trunk/src/misc/free_large_mem_block.c,
263
 
          trunk/src/misc/hdtools/Makefile,
264
 
          trunk/src/misc/hdtools/anasect.c,
265
 
          trunk/src/misc/hdtools/checksum.c, trunk/src/misc/hdtools/hist.c,
266
 
          trunk/src/misc/hdtools/overwrite.cc,
267
 
          trunk/src/misc/hdtools/sectview.c,
268
 
          trunk/src/misc/hdtools/speedtest/Makefile,
269
 
          trunk/src/misc/hdtools/speedtest/speedtest.cc,
270
 
          trunk/src/misc/hdtools/write.c, trunk/src/misc/hexuniq32.cc,
271
 
          trunk/src/misc/isWHAT_list.c, trunk/src/misc/list_mailfile.cc,
272
 
          trunk/src/misc/max_line_length.c, trunk/src/misc/merge_wav.cc,
273
 
          trunk/src/misc/mprotect_test.c, trunk/src/misc/persocalc.cc,
274
 
          trunk/src/misc/progress_pipe.cc, trunk/src/misc/randomize.cc,
275
 
          trunk/src/misc/rename_to_title_mp3.cc, trunk/src/misc/rletest.cc,
276
 
          trunk/src/misc/rwbench.cc, trunk/src/misc/sizeof.cc,
277
 
          trunk/src/misc/stool.cc, trunk/src/misc/stoxt.c,
278
 
          trunk/src/misc/test_stack_size.c, trunk/src/misc/text_format.c,
279
 
          trunk/src/misc/time2ctime.cc, trunk/src/misc/unlink.cc,
280
 
          trunk/src/misc/virtual_console/Makefile,
281
 
          trunk/src/misc/virtual_console/lltypes.h,
282
 
          trunk/src/misc/virtual_console/osview.c,
283
 
          trunk/src/misc/virtual_console/vcube.c,
284
 
          trunk/src/misc/wordgrep.cc, FAQ, INSTALL, LSM_ENTRY, Makefile.am,
285
 
          Makefile.cvs, TODO, configure.in, crc16.cc, crc16.h, id3tag.cc,
286
 
          id3tag.h, mp3check.1, mp3check.cc, test/Makefile, test/README,
287
 
          test/gentest.cc, trunk/src/netinfo/INSTALL,
288
 
          trunk/src/netinfo/LSM_ENTRY, trunk/src/netinfo/Makefile.am,
289
 
          trunk/src/netinfo/Makefile.cvs, trunk/src/netinfo/configure.in,
290
 
          trunk/src/netinfo/netinfo.1, trunk/src/netinfo/netinfo.cc,
291
 
          trunk/src/newapptemplate/INSTALL,
292
 
          trunk/src/newapptemplate/LSM_ENTRY,
293
 
          trunk/src/newapptemplate/Makefile.am,
294
 
          trunk/src/newapptemplate/configure.in,
295
 
          trunk/src/newapptemplate/newapptemplate.1,
296
 
          trunk/src/newapptemplate/newapptemplate.cc,
297
 
          trunk/src/qfract/LSM_ENTRY, trunk/src/qfract/Makefile.am,
298
 
          trunk/src/qfract/Makefile.cvs, trunk/src/qfract/configure.in,
299
 
          trunk/src/qfract/fractwid.cc, trunk/src/qfract/fractwid.h,
300
 
          trunk/src/qfract/mainwidget.cc, trunk/src/qfract/mainwidget.h,
301
 
          trunk/src/qfract/qfract.1, trunk/src/qfract/qfract.cc,
302
 
          trunk/src/qload/LSM_ENTRY, trunk/src/qload/Makefile.am,
303
 
          trunk/src/qload/Makefile.cvs, trunk/src/qload/configure.in,
304
 
          trunk/src/qload/example/ruptime.txt,
305
 
          trunk/src/qload/loadgraph.cc, trunk/src/qload/loadgraph.h,
306
 
          trunk/src/qload/machine.cc, trunk/src/qload/machine.h,
307
 
          trunk/src/qload/mainwidget.cc, trunk/src/qload/mainwidget.h,
308
 
          trunk/src/qload/mw_load.cc, trunk/src/qload/qload.1,
309
 
          trunk/src/qload/qload.cc, trunk/src/qpie/INSTALL,
310
 
          trunk/src/qpie/LSM_ENTRY, trunk/src/qpie/Makefile.am,
311
 
          trunk/src/qpie/Makefile.cvs, trunk/src/qpie/configure.in,
312
 
          trunk/src/qpie/qpie.1, trunk/src/qpie/qpie.cc,
313
 
          trunk/src/streplace/INSTALL, trunk/src/streplace/LSM_ENTRY,
314
 
          trunk/src/streplace/Makefile.am,
315
 
          trunk/src/streplace/Makefile.cvs,
316
 
          trunk/src/streplace/configure.in,
317
 
          trunk/src/streplace/streplace.1,
318
 
          trunk/src/streplace/streplace.cc, trunk/src/xc16emu/INSTALL,
319
 
          trunk/src/xc16emu/LSM_ENTRY, trunk/src/xc16emu/Makefile.am,
320
 
          trunk/src/xc16emu/Makefile.cvs, trunk/src/xc16emu/README,
321
 
          trunk/src/xc16emu/configure.in, trunk/src/xc16emu/emuwid.cc,
322
 
          trunk/src/xc16emu/emuwid.h, trunk/src/xc16emu/mainwidget.cc,
323
 
          trunk/src/xc16emu/mainwidget.h, trunk/src/xc16emu/xc16emu.1,
324
 
          trunk/src/xc16emu/xc16emu.cc, trunk/src/xc16emu/xc16emu.h: - svn
325
 
          propset svn:keywords "Id" on all kinds of text files (mainly
326
 
          source) added
327
 
 
328
 
2004-05-13 22:00  root
329
 
 
330
 
        * trunk/src/libtapp/tappconfig.cc, trunk/src/libtapp/texception.h,
331
 
          trunk/src/libtapp/tfiletools.cc, trunk/src/libtapp/tfiletools.h,
332
 
          trunk/src/libtapp/tregex.cc, trunk/src/libtapp/tregex.h,
333
 
          trunk/src/libtapp/tstring.cc, mp3check.cc,
334
 
          trunk/src/streplace/streplace.cc: - removed warnings emitted by
335
 
          -Wshadow
336
 
 
337
 
2004-01-22 00:18  root
338
 
 
339
 
        * mp3check.spec: - updated
340
 
 
341
 
2003-05-12 21:31  root
342
 
 
343
 
        * HISTORY, configure.in, mp3check.cc: - v0.8.2: --no-mmap added
344
 
 
345
 
2003-05-12 20:56  root
346
 
 
347
 
        * Makefile.am, selftest, test/test-mp3check: - make check starts
348
 
          selftests (dir test)
349
 
 
350
 
2003-05-12 20:33  root
351
 
 
352
 
        * mp3check.spec: - version increased
353
 
 
354
 
2003-05-12 20:33  root
355
 
 
356
 
        * test, test/Makefile, test/README, test/chunks, test/chunks/R,
357
 
          test/chunks/e, test/chunks/f, test/chunks/f200, test/chunks/i,
358
 
          test/chunks/r, test/chunks/t, test/chunks/z, test/echo_n,
359
 
          test/gentest.cc, test/ref, test/ref/reference1_6.md5.bz2,
360
 
          test/ref/reference2_6.md5.bz2, test/ref/reference3_6.md5.bz2,
361
 
          test/ref/reference4_6.md5.bz2, test/ref/reference5_6.md5.bz2,
362
 
          test/ref/reference_6.md5.bz2, test/ref/reference_error_6.log.bz2,
363
 
          test/test-mp3check: - selftests added
364
 
 
365
 
2003-05-12 20:25  root
366
 
 
367
 
        * configure.in, mp3check.cc: - v0.8.1: sync errors are printed as
368
 
          sync errors (was frame too long/short)
369
 
 
370
 
2003-01-29 20:45  root
371
 
 
372
 
        * mp3check.cc: - copyrigtzh year --> 2003
373
 
 
374
 
2003-01-29 20:44  root
375
 
 
376
 
        * THANKS: - Anna Michalska <anngpo@polbox.com> added
377
 
 
378
 
2002-12-05 23:16  root
379
 
 
380
 
        * mp3check.spec: - spec file updated
381
 
 
382
 
2002-12-05 23:15  root
383
 
 
384
 
        * Makefile.am: - also distribute FAQ and HISTORY
385
 
 
386
 
2002-12-04 00:01  root
387
 
 
388
 
        * Makefile.am, Makefile.cvs, configure.in,
389
 
          trunk/src/qfract/Makefile.am, trunk/src/qfract/Makefile.cvs,
390
 
          trunk/src/qload/Makefile.am, trunk/src/qload/Makefile.cvs,
391
 
          trunk/src/streplace/Makefile.am,
392
 
          trunk/src/streplace/Makefile.cvs, trunk/src/xc16emu/Makefile.am,
393
 
          trunk/src/xc16emu/Makefile.cvs: - avoid redundancy in
394
 
          Makefile.am: include Makefile.common
395
 
 
396
 
2002-12-03 23:36  root
397
 
 
398
 
        * crc16.cc, crc16.h, mp3check.cc, trunk/src/qfract/fractwid.cc,
399
 
          trunk/src/qfract/fractwid.h, trunk/src/qfract/mainwidget.cc,
400
 
          trunk/src/qfract/mainwidget.h, trunk/src/qfract/qfract.cc,
401
 
          trunk/src/qload/loadgraph.cc, trunk/src/qload/loadgraph.h,
402
 
          trunk/src/qload/machine.cc, trunk/src/qload/machine.h,
403
 
          trunk/src/qload/mainwidget.cc, trunk/src/qload/mainwidget.h,
404
 
          trunk/src/qload/mw_load.cc, trunk/src/qload/qjocakediagram.cc,
405
 
          trunk/src/qload/qjocakediagram.h, trunk/src/qload/qload.cc,
406
 
          trunk/src/streplace/streplace.cc, trunk/src/xc16emu/emuwid.cc,
407
 
          trunk/src/xc16emu/emuwid.h, trunk/src/xc16emu/mainwidget.cc,
408
 
          trunk/src/xc16emu/mainwidget.h, trunk/src/xc16emu/xc16emu.cc,
409
 
          trunk/src/xc16emu/xc16emu.h: - email address fixed
410
 
 
411
 
2002-11-26 23:24  root
412
 
 
413
 
        * HISTORY, THANKS, configure.in, mp3check.spec: - version 0.8.0
414
 
          released
415
 
 
416
 
2002-11-26 23:05  root
417
 
 
418
 
        * mp3check.cc: - fix by Khali (set_header)
419
 
 
420
 
2002-11-26 23:01  root
421
 
 
422
 
        * mp3check.1, mp3check.cc: Khalis patch:
423
 
          
424
 
          SECOND WAVE (based on 0.7.3)
425
 
          
426
 
          * VBR support
427
 
          - -B now enables VBR support. Updated --help message and manpage.
428
 
          - Allows bitrate switching fix (when not in VBR mode).
429
 
          - In VBR mode, parses the whole stream to calculate the duration.
430
 
          - In VBR mode, shows the average bitrate on VBR streams.
431
 
          - In VBR mode, shows which streams are VBR if display width
432
 
          allows it.
433
 
          
434
 
          * Minor improvements or changes
435
 
          - Added -W to the compilation flags.
436
 
          - Typo fixed (kBit and such -> kbit, 5 occurences).
437
 
          - More uses of the mode and emphasis enums.
438
 
          - Safer header fix on constant parameter switching (preserves
439
 
          padding bit
440
 
          and mode extension).
441
 
          - Typo fixed (lenght -> length, 1 occurence).
442
 
          - More detailed error on invalid header (differenciates between
443
 
          frame too
444
 
          long and frame too short).
445
 
          - Shows time on each error.
446
 
          - Prevents possible problem on header fixing (invalid header
447
 
          case).
448
 
          - More detailed error on constant parameter switching (shows
449
 
          which
450
 
          constants changed).
451
 
          - Now considers 112kbit/s as an anomaly.
452
 
          - Uses NULL instead of 0 in FILE* comparisons.
453
 
          - Better handling of columns count, fixing some bugs.
454
 
          - In list mode, use "copy" instead of "cprgt" as short for
455
 
          "copyright",
456
 
          and "----" instead of "copy" when the original bit isn't set, to
457
 
          save
458
 
          one char (used for VBR in VBR mode).
459
 
 
460
 
2002-11-26 22:27  root
461
 
 
462
 
        * mp3check.spec: - manpage path fixed
463
 
 
464
 
2002-11-26 22:18  root
465
 
 
466
 
        * LSM_ENTRY, Makefile.am, mp3check.spec: - make mdist updated
467
 
          md5sum correctly
468
 
 
469
 
2002-11-26 21:43  root
470
 
 
471
 
        * Makefile: - removed
472
 
 
473
 
2002-11-26 21:42  root
474
 
 
475
 
        * INSTALL: - updated
476
 
 
477
 
2002-11-26 21:40  root
478
 
 
479
 
        * CHANGES-Khali, HISTORY, LSM_ENTRY, Makefile, Makefile.am,
480
 
          Makefile.cvs, Makefile.dist, configure.in, tappconfig.cc,
481
 
          tstring.cc: - initial cvs revision
482
 
 
483
 
2002-11-26 21:40  root
484
 
 
485
 
        * mp3check.cc: - use WORD_BIGENDIAN from config.h (configure)
486
 
 
487
 
2002-06-26 22:35  root
488
 
 
489
 
        * ., CHANGES-Khali, FAQ, HISTORY, INSTALL, LSM_ENTRY, Makefile,
490
 
          Makefile.dist, THANKS, TODO, crc16.cc, crc16.h, id3tag.cc,
491
 
          id3tag.h, mp3check.1, mp3check.cc, mp3check.spec, tappconfig.cc,
492
 
          tstring.cc: - CVS repository created: initial revision checked in
493