Commit Graph

56 Commits

Author SHA1 Message Date
a32f16dfbd Updated project/solution files. 2021-07-27 19:59:42 +02:00
a0c390ff56 Added x64 binaries of mpg123 decoder v1.25.10 (2018-03-05), compiled with GCC 8.2.1. 2018-12-05 21:47:16 +01:00
87825e83d7 Updated project/solution files. 2018-10-15 23:36:13 +02:00
436c251c4e Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files. 2018-06-03 15:45:18 +02:00
d2e5a5a3be Updated project/solution files. 2018-04-24 20:53:07 +02:00
7c28b85093 Updated project/solution files. 2018-02-06 20:37:59 +01:00
7d11b3ccbe Updated project/solution files. 2018-02-06 20:14:44 +01:00
42e70eac4a Updated project/solution files. 2017-12-16 19:18:36 +01:00
fe5ff2996a Updated project/solution files. 2017-12-15 22:51:02 +01:00
a45f4acb3f Updated project/solution files. 2017-12-11 20:45:45 +01:00
fcaf6f6081 Updated Monkey's Audio binaries to v4.25 (2017-03-12), compiled with ICL 17.0 and MSVC 14.0. 2017-04-27 19:53:08 +02:00
bbbc4cdb27 Renamed all "i386" binaries to "i686", which better matches the actual supported CPUs. 2017-04-23 19:25:28 +02:00
a9632ce45e Updated SoX binary to v14.4.2-Final (2015-02-22), including Dynamic Audio Normalizer effect v2.10 (2017-04-14), compiled with ICL 17.0 and MSVC 14.0. 2017-04-16 16:48:21 +02:00
9a85c1d1dd Adapted for the latest MUtils library changes. 2017-04-07 20:49:12 +02:00
4ce402d476 Updated VS2013 project/solution files. 2017-04-02 13:53:27 +02:00
ebb8c5f2c0 Re-organized project directory structure. 2016-12-20 20:32:59 +01:00
66a7d7fd19 Updated Opus encoder/decoder libraries v1.1.2 release and Opus-Tools to v0.1.9 from latest Git Master (2016-01-12). 2016-02-20 16:00:49 +01:00
1714af0a4d Refactored the "LockedFile" class + moved hash computation to a separate class, for clarity. 2015-08-30 13:47:08 +02:00
281c94026d Explicitly pass MIME type to OpenEnc when adding cover artwork via "--picture" option. 2015-08-27 22:52:00 +02:00
3d817ff5ed Fixed include paths. 2015-08-06 21:09:22 +02:00
6ddedba33e Updated mpg123 decoder binary to v1.22.2 (2015-05-24), compiled with GCC 5.1.0. 2015-07-10 19:10:06 +02:00
0eb708e9b2 Fixed compilation with latest MUtilities version. 2015-06-21 16:33:57 +02:00
0e796aad96 When moving files in the list, ensure the selected file(s) remain visible in the view. 2015-05-24 23:54:26 +02:00
def8a9cd6e Implemented file extension replacement model + moved extension() function from AbstractEncoder class to AbstractEncoderInfo class. 2015-05-10 16:34:07 +02:00
99b68fcccb Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774. 2015-04-24 20:36:05 +02:00
4229598260 Make Qt library path point to proper sub-dir in "Prerequisites" directory. 2015-04-05 16:02:34 +02:00
8870caa6bd Updated FLAC encoder/decoder binaries to v1.3.1 (2014-11-26), compiled with ICL 15.0. 2015-01-24 18:30:15 +01:00
9172b19ad3 Removed static plugin initialization code, because MUtilities library does that now + updated Changelog file. 2015-01-01 22:12:11 +01:00
c5523fe1e0 Added menu entry for the User's Manual + improved code for opening document links. 2014-12-26 00:42:53 +01:00
b0af060ef6 Improved initialization of the AAC encoders. 2014-12-25 00:47:34 +01:00
c435e4e1c1 Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:44:43 +01:00
cc45c1a904 Moved Taskbar progress into MUtilities library. 2014-12-18 22:49:37 +01:00
d3917b5233 Refactored the Main() function into several sub-functions + some improvements of the IPC code. 2014-12-14 19:33:28 +01:00
53b12027e6 Moved all IPC functions into the MUtilities libraries. 2014-12-13 23:27:47 +01:00
3a582a028c Moved JobObject as well as the remaining GUI functions into the MUtilities library. 2014-12-08 22:06:01 +01:00
6eb4de942c Raised limit for maximum number of parallel instances to 32. 2014-11-30 22:11:47 +01:00
e579a5057d Fixed possible memory corruption in ProcessThread::init(). 2014-11-30 20:25:22 +01:00
5a290e1560 Moved Natural String Sort functions into MUtils library + moved the "Prerequisites" out of the project directory. 2014-11-30 18:47:53 +01:00
ac38eb9f8d Fixed ProgramDataBaseFileName. 2014-11-29 02:27:59 +01:00
a2f1885717 Moved startup and error handling routines into MUtilities library. 2014-11-26 02:39:02 +01:00
26ac505329 Moved get_os_version() function into MUtilities library. 2014-11-25 17:33:27 +01:00
d7100e2207 Fixed static build with MUtils library. 2014-11-24 22:26:00 +01:00
004a201b19 Now using UpdateChecker and KeccakHash from the MUtils library. Removed obsolete files. 2014-11-24 19:33:12 +01:00
5d8816961f Added MUtils library to the solution + some adjustments of the project file. 2014-11-24 18:28:53 +01:00
40f1df4037 Removed dependency on QtMain: Simply call mainCRTStartup() instead of WinMainCRTStartup(). 2014-06-23 17:41:40 +02:00
729b386056 Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0. 2014-04-25 20:26:31 +02:00
60cb91665f Updated Monkey's Audio binary to v4.12 (2013-06-26). Also added encoding support for Monkey's Audio format, including APEv2 tagging support. Since the MAC tool does NOT support tagging, a custom tagging utility support is used. 2013-12-04 22:36:19 +01:00
b05a7ac3ef Moved all sound effects into Qt-style resources. Sound files can be played back directly from program memory by passing a pointer to the WAVE data into PlaySound as the first argument (and using the SND_MEMORY flag), it's just not documented very well. 2013-12-03 22:19:11 +01:00
ff30f71c13 Refactored finalization code, so each "Global..." file can have its own finalization function. 2013-11-26 23:00:33 +01:00
d5dcb9ad42 Refactored update checks into a separate thread, for better code reusability. 2013-11-17 21:53:28 +01:00