File: ChangeLog

package info (click to toggle)
mpegdemux 0.1.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 380 kB
  • ctags: 182
  • sloc: ansic: 1,821; sh: 152; makefile: 89
file content (479 lines) | stat: -rw-r--r-- 11,270 bytes parent folder | download | duplicates (3)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
2004-09-19 09:16:57 +0200  r81  Hampa Hug <hampa@hampa.ch>

	* NEWS, mpegdemux.lsm, version

	Updated for version 0.1.2.

2004-09-19 09:16:45 +0200  r80  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c

	Changed ULL suffix to (unsigned long long) cast.

2004-09-19 08:04:27 +0200  r79  Hampa Hug <hampa@hampa.ch>

	* NEWS, mpegdemux.lsm, version

	Updated for version 0.1.1.

2004-04-08 20:57:31 +0200  r78  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c, src/mpegdemux.1, src/mpegdemux.c, src/mpegdemux.h

	Added a new command line option (-F, --first-pts) to list the packet
	with the lowest PTS in scan mode.

2004-01-14 12:10:53 +0100  r77  Hampa Hug <hampa@hampa.ch>

	* COPYING

	This is a verbatim copy of the GPL.

2004-01-02 19:20:15 +0100  r67  Hampa Hug <hampa@hampa.ch>

	* Makefile.in, Makefile.inc.in, NEWS, configure.in
	* src/Makefile.in, src/buffer.c, src/buffer.h, src/config.h.in,
	  src/message.c, src/message.h, src/mpeg_demux.c, src/mpeg_demux.h,
	  src/mpeg_list.c, src/mpeg_list.h, src/mpeg_parse.c,
	  src/mpeg_parse.h, src/mpeg_remux.c, src/mpeg_remux.h,
	  src/mpeg_scan.c, src/mpeg_scan.h, src/mpegdemux.c, src/mpegdemux.h
	* version

	Made the transition from CVS to SVN. This is the first subversion
	commit.

2003-12-30 11:54:00 +0100  r66  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.1

	Forgot to save.

2003-12-30 11:52:35 +0100  r65  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.1, src/mpegdemux.c

	Added simple inversion for invalid streams.

2003-10-21 06:41:11 +0200  r64  Hampa Hug <hampa@hampa.ch>

	* Makefile.inc.in, configure.in
	* src/config.h.in
	* version

	Updated version handling.

2003-10-21 06:39:51 +0200  r63  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c

	Forgot to write SPU header if output file was specified with -o
	instead of -b.

2003-09-10 19:05:00 +0200  r62  Hampa Hug <hampa@hampa.ch>

	* NEWS
	* src/mpeg_demux.c, src/mpeg_list.c, src/mpeg_parse.c,
	  src/mpeg_parse.h, src/mpeg_remux.c, src/mpeg_scan.c,
	  src/mpegdemux.1, src/mpegdemux.c, src/mpegdemux.h

	Streams can now be declared invalid.

2003-08-10 23:56:33 +0200  r61  Hampa Hug <hampa@hampa.ch>

	* NEWS, configure.in, mpegdemux.lsm

	Updated for version 0.1.1.

2003-08-10 23:35:13 +0200  r60  Hampa Hug <hampa@hampa.ch>

	* NEWS, configure.in, mpegdemux.lsm

	Updated for version 0.1.0.

2003-08-02 13:11:25 +0200  r59  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c, src/mpeg_scan.c

	Modified text output.

2003-08-02 13:11:02 +0200  r58  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.h

	Increased buffer size to 4KB.

2003-07-28 08:13:10 +0200  r57  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c, src/mpeg_parse.h

	Added PTS/DTS fields to packet_t.
	Overhauled packet parsing.

2003-07-28 08:12:20 +0200  r56  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c

	Only print PTS/DTS if we have them.

2003-07-28 08:11:50 +0200  r55  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c

	Print packet type as string.

2003-07-12 14:21:15 +0200  r54  Hampa Hug <hampa@hampa.ch>

	* README

	Fixed a typo.

2003-07-12 14:18:03 +0200  r53  Hampa Hug <hampa@hampa.ch>

	* NEWS, README

	Updated.

2003-07-12 14:14:59 +0200  r52  Hampa Hug <hampa@hampa.ch>

	* aclocal.m4, configure.in

	File aclocal.m4 is now longer needed.

2003-07-12 14:09:09 +0200  r51  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c

	Substreams can now be demuxed into individual files.

2003-07-12 13:32:49 +0200  r50  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c

	Removed one byte too many in AC3 streams.

2003-06-07 20:55:47 +0200  r49  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c, src/mpeg_remux.c, src/mpegdemux.1,
	  src/mpegdemux.c, src/mpegdemux.h

	Sequences can now be split while remuxing.

2003-06-07 06:20:14 +0200  r48  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c

	Also list end codes when scanning.

2003-04-09 02:51:03 +0200  r47  Hampa Hug <hampa@hampa.ch>

	* NEWS, configure.in, mpegdemux.lsm

	Updated for version 0.0.5.

2003-04-09 02:47:21 +0200  r46  Hampa Hug <hampa@hampa.ch>

	* NEWS, mpegdemux.lsm

	Updated for version 0.0.4.

2003-04-09 01:21:11 +0200  r45  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c, src/mpeg_scan.c

	Report all skipped bytes.

2003-04-09 01:20:59 +0200  r44  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c

	List skipped bytes.

2003-04-09 00:03:26 +0200  r43  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c

	Disallow stream ID 0xbb.

2003-04-08 21:19:30 +0200  r42  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c, src/mpegdemux.c

	Report incomplete packets and number of end codes.

2003-04-08 21:01:58 +0200  r41  Hampa Hug <hampa@hampa.ch>

	* src/Makefile.in, src/buffer.c, src/buffer.h, src/message.c,
	  src/message.h, src/mpeg_demux.c, src/mpeg_parse.c,
	  src/mpeg_parse.h, src/mpeg_remux.c, src/mpegdemux.1,
	  src/mpegdemux.c, src/mpegdemux.h

	Incomplete packets are now dropped by default.
	Lots of other small changes.

2003-04-03 20:09:54 +0200  r40  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c

	Count skipped bytes correctly.

2003-03-26 09:23:37 +0100  r39  Hampa Hug <hampa@hampa.ch>

	* configure.in

	Added AC_PREREQ().

2003-03-08 22:12:26 +0100  r38  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c

	Flush output in scan mode.

2003-03-08 09:43:40 +0100  r37  Hampa Hug <hampa@hampa.ch>

	* Makefile.inc.in, configure.in
	* src/config.h.in, src/mpegdemux.c

	Compile time is now fixed during configure.

2003-03-08 09:23:32 +0100  r36  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c, src/mpeg_scan.c, src/mpegdemux.c, src/mpegdemux.h

	Always print statistics when listing or scanning. Removed parameter
	--verbose.

2003-03-08 09:19:35 +0100  r35  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_remux.c

	Remux packs that contain a system header.

2003-03-08 09:19:17 +0100  r34  Hampa Hug <hampa@hampa.ch>

	* NEWS, configure.in, mpegdemux.lsm

	Updated for version 0.0.4.

2003-03-08 07:50:33 +0100  r33  Hampa Hug <hampa@hampa.ch>

	* NEWS, README, mpegdemux.lsm
	* src/mpegdemux.1

	Updated for version 0.0.3.

2003-03-07 09:16:10 +0100  r32  Hampa Hug <hampa@hampa.ch>

	* src/Makefile.in, src/mpeg_demux.c, src/mpeg_list.c,
	  src/mpeg_parse.c, src/mpeg_parse.h, src/mpeg_remux.c,
	  src/mpegdemux.1, src/mpegdemux.c, src/mpegdemux.h

	Massive reshuffling. Fixed a serious stream syntax bug. Changed many
	command line parameters.

2003-03-07 09:15:26 +0100  r31  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_scan.c, src/mpeg_scan.h

	Added new scanning mode.

2003-03-06 14:37:42 +0100  r30  Hampa Hug <hampa@hampa.ch>

	* README
	* src/mpegdemux.1

	Bugfixes.

2003-03-06 14:02:01 +0100  r29  Hampa Hug <hampa@hampa.ch>

	* NEWS, configure.in

	Updated for version 0.0.3.

2003-03-06 13:57:26 +0100  r28  Hampa Hug <hampa@hampa.ch>

	* NEWS, mpegdemux.lsm

	Updated for version 0.0.2.

2003-03-06 13:53:53 +0100  r27  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.c

	Fixed help text (option -p was used twice).

2003-03-06 13:53:35 +0100  r26  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.1

	The man page now deserves its name.

2003-03-06 13:53:08 +0100  r25  Hampa Hug <hampa@hampa.ch>

	* README

	Hacked up a short readme.

2003-03-06 13:52:52 +0100  r24  Hampa Hug <hampa@hampa.ch>

	* AUTHORS

	Fixed email address.

2003-03-05 14:30:55 +0100  r23  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.c

	Fixed help text again.

2003-03-05 13:21:39 +0100  r22  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c

	Demuxed streams are now written to the output file by default.

2003-03-05 13:21:09 +0100  r21  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.c

	Fixed help message.

2003-03-05 11:35:17 +0100  r20  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_remux.c, src/mpegdemux.c, src/mpegdemux.h

	Added option --empty-packs. Empty packs are no longer remuxed by
	default.

2003-03-05 08:43:59 +0100  r19  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c, src/mpegdemux.c, src/mpegdemux.h

	Can now demux DVD subtitles.

2003-03-02 12:19:49 +0100  r18  Hampa Hug <hampa@hampa.ch>

	* configure.in
	* src/config.h.in, src/message.c, src/message.h, src/mpeg_demux.h,
	  src/mpeg_list.c, src/mpeg_list.h, src/mpeg_parse.c,
	  src/mpeg_parse.h, src/mpeg_remux.c, src/mpeg_remux.h,
	  src/mpegdemux.h

	All files now include config.h. Added large file support.

2003-03-02 12:19:28 +0100  r17  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c

	Remove substream ID from private streams.

2003-02-08 08:11:56 +0100  r16  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c, src/mpeg_parse.c, src/mpeg_parse.h,
	  src/mpeg_remux.c, src/mpegdemux.1, src/mpegdemux.c, src/mpegdemux.h

	Support continuing after an end code.

2003-02-05 04:00:54 +0100  r15  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c

	Optimized the case of aligned bytes.

2003-02-05 03:48:08 +0100  r14  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c, src/mpeg_parse.h

	mpegd_set_offset() now returns an error. Seeking headers is always
	forced.

2003-02-04 23:16:17 +0100  r13  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c, src/mpeg_list.c, src/mpeg_parse.c,
	  src/mpeg_parse.h, src/mpeg_remux.c, src/mpegdemux.c,
	  src/mpegdemux.h

	A lot of restructuring and redefining.

2003-02-04 18:10:22 +0100  r12  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c, src/mpeg_list.c, src/mpeg_remux.c,
	  src/mpegdemux.c, src/mpegdemux.h

	Massive changes to command line parameters and substream handling.

2003-02-04 04:25:19 +0100  r11  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_demux.c, src/mpeg_list.c, src/mpeg_parse.c,
	  src/mpeg_parse.h, src/mpegdemux.c, src/mpegdemux.h

	Implemented demuxing of AC3 audio streams and substreams.

2003-02-04 03:48:25 +0100  r10  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_parse.c

	Fixed a serious bug in buffer handling.

2003-02-04 03:48:11 +0100  r9  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.c

	Modified --demux parameter. Output file base name is now set
	separately.

2003-02-03 21:58:34 +0100  r8  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c, src/mpeg_parse.c, src/mpeg_parse.h

	A lot of fixes for mpeg2.

2003-02-03 17:16:31 +0100  r7  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c, src/mpeg_parse.c, src/mpeg_parse.h

	Added number of skipped bytes to statistics.

2003-02-02 22:19:50 +0100  r6  Hampa Hug <hampa@hampa.ch>

	* Makefile.inc.in
	* src/Makefile.in, src/mpegdemux.1

	Added man page prototype.

2003-02-02 22:14:49 +0100  r5  Hampa Hug <hampa@hampa.ch>

	* src/mpeg_list.c, src/mpeg_parse.c, src/mpeg_parse.h

	Added stream statistics to parser.

2003-02-02 22:14:31 +0100  r4  Hampa Hug <hampa@hampa.ch>

	* configure.in

	Removed unneeded tests for header files.

2003-02-02 21:34:20 +0100  r3  Hampa Hug <hampa@hampa.ch>

	* NEWS, configure.in

	Updated for version 0.0.2.

2003-02-02 21:31:24 +0100  r2  Hampa Hug <hampa@hampa.ch>

	* src/mpegdemux.c

	Added copyright message.

2003-02-02 21:26:12 +0100  r1  Hampa Hug <hampa@hampa.ch>

	* AUTHORS, COPYING, INSTALL, Makefile.in, Makefile.inc.in, NEWS,
	  README, TODO, aclocal.m4, configure.in, install-sh, mpegdemux.lsm,
	  src
	* src/Makefile.in, src/config.h.in, src/message.c, src/message.h,
	  src/mpeg_demux.c, src/mpeg_demux.h, src/mpeg_list.c,
	  src/mpeg_list.h, src/mpeg_parse.c, src/mpeg_parse.h,
	  src/mpeg_remux.c, src/mpeg_remux.h, src/mpegdemux.c,
	  src/mpegdemux.h

	Initial revision