Commit Graph

867 Commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 6487948d10 Fix to some 64-bit compatibility warnings in auto4_perl (note: please cast to size_t before casting to wxThread::ExitCode in the future)
Originally committed to SVN as r1830.
2008-01-24 17:52:46 +00:00
shb b2518f9ca1 New and reorganized perl sources. Autotools patched accordingly. Win build must be fixed.
Originally committed to SVN as r1827.
2008-01-24 17:20:47 +00:00
Niels Martin Hansen 260c2b5cb2 Possible fix for #643, but needs to be checked against other versions of wx, and whether it looks right on other OS'es.
Originally committed to SVN as r1826.
2008-01-24 10:33:32 +00:00
Niels Martin Hansen 3d9eb3eba0 Fix #558, very fail fix. Unwrap function call from assert() and it's suddenly called a lot more often in release builds.
Originally committed to SVN as r1825.
2008-01-23 23:02:26 +00:00
Rodrigo Braz Monteiro 6ade2e11ac Some more project fixes.
Originally committed to SVN as r1824.
2008-01-23 23:00:52 +00:00
Rodrigo Braz Monteiro 31165436df Updated win64 config0.h
Originally committed to SVN as r1823.
2008-01-23 22:31:56 +00:00
Rodrigo Braz Monteiro 4a59329784 Made universalchardet work on Win64 (it's a one-line patch [prcpucfg.h:146] to make it work on other OS, but I don't know what the proper define is)
Originally committed to SVN as r1817.
2008-01-23 06:17:18 +00:00
Rodrigo Braz Monteiro 7e83986497 Some random changes around.
Originally committed to SVN as r1813.
2008-01-22 20:36:07 +00:00
Rodrigo Braz Monteiro 1afa7566ab Originally committed to SVN as r1812. 2008-01-22 02:54:16 +00:00
Rodrigo Braz Monteiro d50c3575f9 Fixed crash on charset detection.
Originally committed to SVN as r1811.
2008-01-21 22:34:55 +00:00
Rodrigo Braz Monteiro ed29ba8f8b .sup generation presumably complete.
Originally committed to SVN as r1810.
2008-01-21 21:25:06 +00:00
Rodrigo Braz Monteiro 131cb6b861 .sup file generation now seems to work, except that the image itself is corrupted.
Originally committed to SVN as r1809.
2008-01-21 21:14:47 +00:00
Niels Martin Hansen 0e60c4b9cb Fix handling of LAVCKeyFrames to be when building WITH_FFMPEG rather than some guesses based on platform.
Originally committed to SVN as r1808.
2008-01-21 21:01:00 +00:00
Niels Martin Hansen 46ccee56b5 Protect remaining audio players by #ifdef and add those to config0.h and vcproj.
Originally committed to SVN as r1807.
2008-01-21 20:57:20 +00:00
Niels Martin Hansen 27e5fdc3ce Remove spurious #pragma once from DSound audio player, and add a comment about it needing rewrite once again. (It's doing COM wrong.)
Originally committed to SVN as r1806.
2008-01-21 20:56:39 +00:00
Rodrigo Braz Monteiro 6a811254e3 Complete (but untested) .sup generation.
Originally committed to SVN as r1805.
2008-01-21 20:35:31 +00:00
Rodrigo Braz Monteiro f8441e703c Made sup exporter encode subtitles (untested!), but it still can't generate a .sup file.
Originally committed to SVN as r1804.
2008-01-21 06:52:01 +00:00
Rodrigo Braz Monteiro 37c6828621 Made sup exporter multi-threaded with OpenMP. <3
Originally committed to SVN as r1803.
2008-01-21 05:46:52 +00:00
Rodrigo Braz Monteiro 849921c7c5 Added some initial code for DVD .sup generation (get lines from renderer and output them as 4-colour PNG files). This is currently only available on debug builds.
Originally committed to SVN as r1802.
2008-01-21 03:58:14 +00:00
Rodrigo Braz Monteiro 251d6f3a21 Fixed a major bug related to config. Also, 1800 get.
Originally committed to SVN as r1800.
2008-01-20 23:57:03 +00:00
Rodrigo Braz Monteiro 084eddd7cf Added a x64 platform to projects, but don't expect it to work.
Originally committed to SVN as r1798.
2008-01-20 23:37:44 +00:00
Rodrigo Braz Monteiro 5cafaeb976 Fixed all (?) warnings on MSVC++ and made the default project treat warnings as errors. This fixed several 64-compatibility warnings, as well.
Originally committed to SVN as r1797.
2008-01-20 22:38:07 +00:00
Rodrigo Braz Monteiro da09a52b59 Applied p-static's patch to use swscale with ffmpeg video provider for major speed improvement.
Originally committed to SVN as r1796.
2008-01-20 21:15:22 +00:00
Rodrigo Braz Monteiro 8ce9d53757 Fixed division by zero (OSHI-) in audio display code.
Originally committed to SVN as r1795.
2008-01-20 20:09:49 +00:00
Rodrigo Braz Monteiro efc04d9e4c Another attempt to fix assdraw icon on Unix
Originally committed to SVN as r1794.
2008-01-20 20:05:29 +00:00
Rodrigo Braz Monteiro 9731d53eea Fixed playback of independent lines.
Originally committed to SVN as r1793.
2008-01-20 19:51:48 +00:00
Rodrigo Braz Monteiro 382fb4953b Unix fix.
Originally committed to SVN as r1792.
2008-01-20 19:18:10 +00:00
Rodrigo Braz Monteiro 1d237af42c Added support for ASSDraw3 (that is, a menu item to launch the program if it's available on the same folder as Aegisub.exe)
Originally committed to SVN as r1790.
2008-01-20 17:34:35 +00:00
Rodrigo Braz Monteiro 8b8a93f560 Improved window for detection of charset, but still doesn't solve cp1258 issue.
Originally committed to SVN as r1789.
2008-01-20 07:24:04 +00:00
Rodrigo Braz Monteiro f5306dc6a9 Re-worked the fonts collector log box to use wx's event system. If this doesn't fix the crashes, I'll try sacrificing a goat.
Originally committed to SVN as r1787.
2008-01-20 06:46:10 +00:00
Rodrigo Braz Monteiro 984c2362fd Applied p-static's video playback timing patch, and fixed a few things for eventual dynamic wx linking.
Originally committed to SVN as r1786.
2008-01-20 06:14:40 +00:00
Rodrigo Braz Monteiro 8728753844 Forgot an important option to force to default.
Originally committed to SVN as r1785.
2008-01-20 04:56:44 +00:00
Rodrigo Braz Monteiro 33117888f0 Added a system to "revoke" old option values and force defaults if the previous version of Aegisub was too old. Set this for several config options.
Originally committed to SVN as r1784.
2008-01-20 04:55:44 +00:00
Rodrigo Braz Monteiro da6af1f5b2 Applied niks-'s patch for Makefile.am
Originally committed to SVN as r1781.
2008-01-19 17:39:50 +00:00
Karl Blomster 7df5708f03 Fixed some dialog boxes that had help buttons pointing to the wrong places or nowhere.
Originally committed to SVN as r1779.
2008-01-19 09:28:34 +00:00
Rodrigo Braz Monteiro d87eeda5f3 Made Aegisub open the local documentation files instead of the online ones, and changed the installer to install docs as well - they will be retrieved from trunk/docs/output, so make sure to run the Perl script there (just use the batch file).
Originally committed to SVN as r1778.
2008-01-19 05:53:11 +00:00
Rodrigo Braz Monteiro dc6aa3f161 Avisynth audio provider will now never deliver audio under 32 kHz, fixing the dsound playback bug.
Originally committed to SVN as r1776.
2008-01-19 02:38:31 +00:00
Rodrigo Braz Monteiro dd3047e571 Made previous patch apply to every other provider, too.
Originally committed to SVN as r1775.
2008-01-19 02:20:30 +00:00
Rodrigo Braz Monteiro ca1d42ba55 Added a conversion audio provider to convert 8-bit audio into 16-bit.
Originally committed to SVN as r1774.
2008-01-19 02:18:08 +00:00
Rodrigo Braz Monteiro c9f31a2d83 Fixed crash when attempting to load an empty file.
Originally committed to SVN as r1773.
2008-01-19 01:59:50 +00:00
Rodrigo Braz Monteiro dca02bd76d Fixed auto-splitting of karaoke (#597)
Originally committed to SVN as r1772.
2008-01-19 00:48:47 +00:00
Rodrigo Braz Monteiro 52d47c32e2 Fixed scrolling of audio display when it is resized. Fixes #524
Originally committed to SVN as r1771.
2008-01-19 00:39:42 +00:00
Rodrigo Braz Monteiro 0537e36bd3 Fixed bug with macro application and grid scrollbar: #559
Originally committed to SVN as r1770.
2008-01-19 00:21:32 +00:00
Rodrigo Braz Monteiro 53e7f60fe0 Fixed tag transformation with Lua expressions (%), issue #637
Originally committed to SVN as r1769.
2008-01-18 22:27:42 +00:00
Rodrigo Braz Monteiro e5439a03fe er... ACTUALLY fixed it now.
Originally committed to SVN as r1768.
2008-01-18 18:36:52 +00:00
Rodrigo Braz Monteiro e84071395a Fixed a crash in spectrum analyzer.
Originally committed to SVN as r1767.
2008-01-18 18:35:55 +00:00
Rodrigo Braz Monteiro f1a8d80f0d A few more fixes pointed out by Yuri
Originally committed to SVN as r1766.
2008-01-18 17:07:00 +00:00
Rodrigo Braz Monteiro 406623443b Added a missing translatable string.
Originally committed to SVN as r1765.
2008-01-18 16:49:30 +00:00
Rodrigo Braz Monteiro 85e100c4f7 Changed Automation's autoload to ignore files of unknown extensions, instead of complaining about being unable to load them. This is necessary for the optional Perl support.
Originally committed to SVN as r1762.
2008-01-18 03:45:43 +00:00
Rodrigo Braz Monteiro 864c446318 Fixes to Perl support on Windows
Originally committed to SVN as r1760.
2008-01-18 03:10:16 +00:00