1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-07-29 18:41:18 +03:00
Commit Graph

276 Commits

Author SHA1 Message Date
15d568a121 Abort program when passed unknown options (fixes bug #318) (thanks, Stuart).
Legacy-ID: 5202
2015-04-19 21:57:22 +00:00
5ada20e3a5 Add missing options and arrange options in categories.
Legacy-ID: 5201
2015-04-19 21:30:14 +00:00
3a85d3f376 Support JPEG, PNG and AVI output formats. New internal sound resampling. Allow
greyscale output (patch #329).

Legacy-ID: 5199
2015-04-12 22:07:17 +00:00
f675b94887 Prefer groff over man2html.
Legacy-ID: 5198
2015-04-11 14:18:50 +00:00
47883d18f7 Revert replacement of 'iff' with 'if' in hacking/ChangeLog
Legacy-ID: 5191
2015-03-27 14:23:32 +00:00
942de0659f Add libav10 support (thanks, Alberto Garcia) (Anton Khirnov and Sergio).
Legacy-ID: 5088
2014-07-06 13:16:59 +00:00
e07f180912 Fix line break.
Legacy-ID: 5085
2014-05-11 22:52:54 +00:00
eeb73b4e4f Ensure definitions of AC_LIB_PREPARE_PREFIX, AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY
and AC_LIB_APPENDTOVAR are always available (patch #325).

Legacy-ID: 5084
2014-05-11 11:34:59 +00:00
d89ab4f1ef Select glibtoolize where required.
Legacy-ID: 5082
2014-05-07 12:24:20 +00:00
1455b4ea94 Update to iconv.mv from gettext-0.18.2
Legacy-ID: 5081
2014-05-07 12:21:35 +00:00
04b31183f8 Correct vga resolution.
Legacy-ID: 5078
2014-04-23 22:58:51 +00:00
b3339a7d07 Correct default WAV sample rate (thanks, Alberto Garcia) (patch #324).
Legacy-ID: 5077
2014-04-14 12:24:20 +00:00
581aca3ee9 FFmpeg no longer provides backward compatible CodecID as alias for AVCodecID.
Legacy-ID: 5072
2014-02-16 22:52:36 +00:00
25b05d88f2 Fix leaks and possible null pointer dereferences (thanks, cppcheck).
Legacy-ID: 5071
2014-02-16 22:45:42 +00:00
8de1b8b7f1 Show block number as is needed for some operations with rzxtool.
Legacy-ID: 5066
2014-01-13 00:06:14 +00:00
bf69e7d051 Add option for finalising rzx recordings (part of bug #305).
Legacy-ID: 5064
2014-01-12 23:52:57 +00:00
d815c79dfd Fix snapshot insertion in rzx recordings.
Legacy-ID: 5061
2013-12-15 09:42:33 +00:00
da30aa1359 Replace obsolete ac_cv_prog_gcc with ac_cv_c_compiler_gnu.
Legacy-ID: 5057
2013-10-13 08:18:07 +00:00
2fa6a4606c Use 'subdir-objects' option as advised by automake 1.14 to place object files in subdirectories.
Legacy-ID: 5055
2013-10-13 07:52:50 +00:00
0116940ffd Take Windows distribution rules out of main Makefile.am file.
Legacy-ID: 5048
2013-09-28 14:19:32 +00:00
d77045ca6e Add compat/getopt.h into the dist tarball.
Legacy-ID: 4998
2013-05-26 15:07:32 +00:00
337d29abf5 Distribute ChangeLog in Windows packages.
Legacy-ID: 4997
2013-05-26 15:04:04 +00:00
cd4bc41e73 Fix syntax error (patch #311).
Legacy-ID: 4977
2013-05-20 13:57:39 +00:00
40b174fbff Fix typo in the CPPFLAGS variable name (patch #310).
Legacy-ID: 4976
2013-05-20 13:52:11 +00:00
2385c6e8c7 Update date for 1.1 release.
Legacy-ID: 4956
2013-05-17 22:11:51 +00:00
f5a7c11571 Update date for 1.1 release.
Legacy-ID: 4952
2013-05-17 18:49:51 +00:00
572196fa4b Update date in main changelog.
Legacy-ID: 4945
2013-05-16 20:56:33 +00:00
10997da81a Update date and revision for 1.1 release.
Legacy-ID: 4939
2013-05-16 19:52:25 +00:00
04d3f2bd0c Fix dates in changelog
Legacy-ID: 4920
2013-04-27 09:27:39 +00:00
b1724c8557 Print flag byte (thanks, Ivan Shmakov).
Legacy-ID: 4917
2013-04-07 09:26:21 +00:00
c65aed9839 Include read and computed checksum (thanks, Ivan Shmakov).
Legacy-ID: 4916
2013-04-07 09:10:23 +00:00
d7afee319f Force mpeg4 video encoder for youtube profile and don't force AAC audio encoder for ipod profile.
Legacy-ID: 4891
2013-02-23 15:35:55 +00:00
c9285e147d Use the same encoder on later stages.
Legacy-ID: 4890
2013-02-23 15:33:28 +00:00
97f9d33cc2 Check the return code from read() and write().
Legacy-ID: 4889
2013-02-18 23:15:03 +00:00
8c1de7732b Check the codec supports signed 16 bit PCM samples before trying to use them.
Legacy-ID: 4888
2013-02-16 03:40:21 +00:00
8cb4b6f8bc Add some examples.
Legacy-ID: 4887
2013-02-16 00:30:37 +00:00
b02aeea81c Fix a crash when converting PCM stereo samples to mono.
Legacy-ID: 4886
2013-02-16 00:16:39 +00:00
c109ee7581 Fix help punctuation and document svcd profile.
Legacy-ID: 4885
2013-02-16 00:13:24 +00:00
c1bac1a909 Fix the build on Debian stable and fix a crash when encoding H.264 (more from bug #272) (thanks, Fred).
Legacy-ID: 4884
2013-02-15 23:59:42 +00:00
86d23700c6 Fix broken URLs.
Legacy-ID: 4883
2013-02-15 23:49:36 +00:00
9c5e02a070 Fix input file specification.
Legacy-ID: 4881
2013-02-12 12:27:31 +00:00
fdba7d8c23 Fix incomplete byte warning (thanks, Ivan Shmakov).
Legacy-ID: 4875
2013-02-02 21:32:50 +00:00
00e81f7cb2 Complete SYNOPSIS.
Legacy-ID: 4874
2013-02-02 21:29:48 +00:00
9650b206d1 Complete SYNOPSIS, SEE ALSO and AUTHOR sections. Remove FILES section. Punctuation fixes.
Legacy-ID: 4871
2013-02-02 19:56:54 +00:00
bd21fb748a Fix a crash when input file not exists.
Legacy-ID: 4870
2013-02-02 19:19:44 +00:00
8a9c4e3edf Migrate to ffmpeg 1.0.1 API (bug #272) (Fred and rkd77).
Legacy-ID: 4856
2013-01-13 05:17:33 +00:00
b1fa17d2d0 Add some more details on command line arguments.
Legacy-ID: 4855
2013-01-07 12:37:21 +00:00
ff35dbab8d Improve addition of annotation field to au format files (thanks, Stuart Brady).
Legacy-ID: 4852
2013-01-06 11:39:38 +00:00
ae5f2b7380 Fix quotes, dashes and spacing
Legacy-ID: 4824
2012-12-29 23:53:09 +00:00
0d23b2ed0e Allow ffmpeg detection to use local-prefix.
Legacy-ID: 4813
2012-12-28 06:02:55 +00:00