2388396d6a
Switch to using libspectrum_buffer in libspectrum_rzx_write().
...
Legacy-ID: 5792
2016-09-05 12:17:05 +00:00
87e0351fe3
Switch to using libspectrum_buffer in libspectrum_szx_write() and
...
libspectrum_snap_write().
Legacy-ID: 5788
2016-08-31 11:27:16 +00:00
eaab7a664c
Switch to using libspectrum_buffer in tape APIs.
...
Legacy-ID: 5785
2016-08-28 12:39:16 +00:00
8d972be363
Reintegrate merge of fuse-utils_1_2_0-branch.
...
Legacy-ID: 5770
2016-08-22 11:35:55 +00:00
c19d335f79
Print summary of enabled features when building fuse-utils (patch #379 ).
...
Legacy-ID: 5767
2016-08-21 22:37:49 +00:00
4568c1844e
Fix typo.
...
Legacy-ID: 5758
2016-08-19 22:10:52 +00:00
c631325342
Emit an edge when 0 tstate pulses do not have the no edge flag set.
...
Legacy-ID: 5729
2016-08-12 11:58:13 +00:00
f491182508
Fix buffer over-read in scl2trd.
...
Legacy-ID: 5727
2016-08-11 21:52:00 +00:00
644b01e126
Reintegrate merge of fuse-utils_1_2_0-branch to trunk.
...
Legacy-ID: 5605
2016-06-07 11:07:40 +00:00
69e41f8d98
Use and distribute rzxcheck_res.rc
...
Legacy-ID: 5534
2016-05-29 06:05:26 +00:00
cc5002c53e
Fix distribution of macro files.
...
Legacy-ID: 5439
2016-05-01 16:29:30 +00:00
aa1b0993ef
Fix reference to sourceforge issue.
...
Legacy-ID: 5435
2016-05-01 06:54:35 +00:00
e31dd5d1d0
Have a go at updating copyright dates since v 1.1.1.
...
Legacy-ID: 5423
2016-04-29 13:25:54 +00:00
8e0bdf26a6
Allow tape durations longer than 20.5 minutes (patch #361 ).
...
Legacy-ID: 5419
2016-04-29 08:55:07 +00:00
a6d79a415b
Check for libspectrum's own GLib replacement (rest of feature request #28 )
...
(Stuart and Sergio).
Legacy-ID: 5417
2016-04-28 22:27:47 +00:00
6fb8d7298d
Share implementation between fprint_block_name() and print_block_name() and fix
...
typo.
Legacy-ID: 5409
2016-04-27 11:13:41 +00:00
9df59708b7
Allow tzxlist dump standard data blocks (patch #328 ).
...
Legacy-ID: 5404
2016-04-25 21:29:32 +00:00
a5959e6ada
Merge fuse-utils_1_1_0-branch changes onto trunk.
...
Legacy-ID: 5389
2016-04-24 13:20:01 +00:00
a0bcf9b9bc
Don't print non-printable header characters like Fuse (thanks, Sergio).
...
Legacy-ID: 5384
2016-04-20 11:44:24 +00:00
6070ce81c8
Set tape2pulses info into Windows executable and complete documentation.
...
Legacy-ID: 5369
2016-03-26 15:14:56 +00:00
a764eaed8d
Fix getopt_long arguments.
...
Legacy-ID: 5365
2016-03-25 09:24:48 +00:00
e79c52cef7
Add new utility to dump the pulses found in a tape file to a file for analysis.
...
Legacy-ID: 5362
2016-03-24 23:36:23 +00:00
12988f24d9
Dump headers that appear to be in data blocks.
...
Legacy-ID: 5361
2016-03-24 23:18:07 +00:00
ee7d1128a3
Declare C linkage for progname.
...
Legacy-ID: 5360
2016-03-17 10:33:50 +00:00
021eff4d8b
Fix spelling.
...
Legacy-ID: 5356
2016-01-11 22:38:31 +00:00
64e0d85bff
Fix crash when writing a sequence of screenshots.
...
It happens when the first image file in the sequence doesn't exist, but
another image file in the sequence exists and overwrite option is not in use.
Legacy-ID: 5352
2016-01-03 22:59:44 +00:00
c8caef5813
Drop FFmpeg/Libav API support in fmfconv (patch #345 ).
...
Legacy-ID: 5351
2015-12-29 22:23:38 +00:00
26c8a90550
Ensure AVI files are finalised and delete the index file on Windows.
...
Legacy-ID: 5335
2015-12-01 21:38:09 +00:00
5c75e8986f
Enable silent rules for windres commands.
...
Legacy-ID: 5306
2015-06-17 21:24:26 +00:00
0458faed17
Add AX_CREATE_STDINT_H macro from the GNU Autoconf Archive
...
Legacy-ID: 5299
2015-06-13 00:39:06 +00:00
f3916dfcd3
Add static to functions where appropriate
...
Legacy-ID: 5281
2015-05-27 09:07:06 +00:00
5ecec62c57
Add missing includes
...
Legacy-ID: 5280
2015-05-27 08:59:07 +00:00
f79be0cb5b
abs() takes an int so use atoi() to match types.
...
Legacy-ID: 5265
2015-05-17 11:33:34 +00:00
312b9288ce
Remove a couple more warnings.
...
Legacy-ID: 5264
2015-05-17 11:27:00 +00:00
a3b686a4df
Use char* for progname for consistency with utils.c (thanks, Stuart).
...
Legacy-ID: 5263
2015-05-17 11:24:02 +00:00
8607f248d9
Avoid mixing declarations and code for C89 compilers
...
Legacy-ID: 5253
2015-05-12 23:23:49 +00:00
1f870b624f
Add pkg.m4 for PKG_CHECK_MODULES in case the platform doesn't have pkg-config installed.
...
Legacy-ID: 5245
2015-05-10 21:33:15 +00:00
af2c3179db
Use variables for flags rather than direct substitutions.
...
Legacy-ID: 5244
2015-05-10 21:27:10 +00:00
0323391a21
Reduce the number of unique strings (thanks, Stuart).
...
Legacy-ID: 5227
2015-05-05 21:14:53 +00:00
2b9874abcf
Remove double spacing and "the the" in help (thanks, Stuart).
...
Legacy-ID: 5222
2015-05-03 06:13:53 +00:00
aa3b1e3330
Fix exit code when passed bad operands.
...
Legacy-ID: 5219
2015-05-01 23:04:13 +00:00
9e7be74051
Document --help and --version options (partially fixes bug #320 ).
...
Legacy-ID: 5218
2015-05-01 22:45:37 +00:00
840b982d77
Add --help option to the utilities (partially fixes bug #320 ).
...
Legacy-ID: 5217
2015-05-01 22:36:29 +00:00
26203b28e8
Add version info to Windows executables.
...
Legacy-ID: 5216
2015-05-01 22:26:08 +00:00
5d7967d999
Update authors list.
...
Legacy-ID: 5209
2015-04-26 22:30:33 +00:00
5fcc71faef
Add --version option to the utilities (partially fixes bug #320 ).
...
Legacy-ID: 5208
2015-04-26 22:24:25 +00:00
e580960beb
Implement --version option in fmfconv (more from patch #329 ).
...
Legacy-ID: 5207
2015-04-26 21:54:12 +00:00
23d6bedca1
Set output mode to AVI when using .avi file extension.
...
Legacy-ID: 5205
2015-04-23 22:15:11 +00:00
8da9886b19
Add more details on DESCRIPTION, EXAMPLES and SEE ALSO (thanks, Gergely Szasz).
...
Legacy-ID: 5204
2015-04-23 22:07:52 +00:00
10f39f0ab0
Set default output type to AVI instead of YUV4MPEG2 when using pipes. Move
...
--force-resample and --srate options (more from patch #329 ).
Legacy-ID: 5203
2015-04-22 21:35:02 +00:00