Commit graph

1524 commits

Author SHA1 Message Date
Niels Martin Hansen 509732b0c2 Fix #580 - DSound playback stops before end of selection. Only happened with selections longer than 150 ms and up to 150*BytesPerSample ms, that is, 300 ms for the most common 16 bit audio. The condition used to test whether streaming or one-shot mode should be used didn't take sampledepth into account and compared a number of samples with a buffer length in bytes.
Originally committed to SVN as r1602.
2007-10-18 00:33:07 +00:00
Niels Martin Hansen b77918f832 Sample script showing using OverLua for simple spatial filtering.
Originally committed to SVN as r1601.
2007-10-13 02:14:56 +00:00
Niels Martin Hansen 84afda857e Look for VSFilter.dll in ?data/csri/ first, then ?data/ and then registry.
Originally committed to SVN as r1600.
2007-10-13 02:13:51 +00:00
Niels Martin Hansen 304e4d080b Bugfix: Used wrong name for aegisub.debug.out function in several places.
Addition: Also allow 'noblank' modifier for code lines.

Originally committed to SVN as r1599.
2007-10-08 15:22:00 +00:00
Fredrik Mellbin c7a7a52ae6 FFmpegSource 1.13
Originally committed to SVN as r1598.
2007-10-06 20:03:02 +00:00
Niels Martin Hansen 10570fc54f Report a different version number because I'm lazy
Originally committed to SVN as r1597.
2007-10-06 00:43:12 +00:00
Alysson Souza 6251d467f3 Fixed playback of dummy video with no audio loaded.
Originally committed to SVN as r1596.
2007-10-05 18:15:05 +00:00
Niels Martin Hansen c9e26c0cf3 Bugfix: Anonymous line templates that did not have any additional template modifiers were treated as named line templates whose name was the empty string, causing such templates to be chained as one long line template.
Originally committed to SVN as r1595.
2007-10-04 23:30:52 +00:00
Niels Martin Hansen 4bb88670bb Make video zoom dropdown on the toolbar and the subs edit area Commit button both use default sizes.
Originally committed to SVN as r1594.
2007-10-02 19:11:06 +00:00
Niels Martin Hansen 5a713aa717 Fix by triton - use "uint64_t" instead of "unsigned int64_t" to fix compilation with GCC.
Originally committed to SVN as r1593.
2007-10-01 17:27:48 +00:00
Alysson Souza f97501f254 Some cosmetic fixes to menu.
Originally committed to SVN as r1592.
2007-09-27 22:52:01 +00:00
Niels Martin Hansen ba44069d7a I broke the build with the preprocessor... oops.
Originally committed to SVN as r1591.
2007-09-24 17:45:04 +00:00
Niels Martin Hansen 0dd60ed25a Fix remaining static box sizer problems (hopefully) and also fix a few other, minor dialogue layout problems.
Originally committed to SVN as r1590.
2007-09-24 17:40:03 +00:00
Niels Martin Hansen 3fd97b551f Fix sizer creation order so dialogue works on wxMac
Originally committed to SVN as r1589.
2007-09-24 17:04:13 +00:00
Niels Martin Hansen 4a4605f769 Make Mac builds also use the include-file approach to version information.
Originally committed to SVN as r1588.
2007-09-24 02:13:31 +00:00
Niels Martin Hansen 3f5b58762a Fix splash screen skipping so tip of the day isn't skipped on Mac.
Originally committed to SVN as r1587.
2007-09-24 01:35:47 +00:00
Niels Martin Hansen 545f85ff92 Always skip splash screen on wxMac
Originally committed to SVN as r1586.
2007-09-24 01:18:42 +00:00
Niels Martin Hansen a2c1f17939 Version check thread should not attempt to delete itself. (It's not allowed, and detached threads self-delete anyway.)
Originally committed to SVN as r1585.
2007-09-24 01:09:32 +00:00
Niels Martin Hansen d41f87ba29 Only show Avisynth options in Win32 builds.
Originally committed to SVN as r1584.
2007-09-23 23:28:20 +00:00
Niels Martin Hansen 345ff629d7 Use wxChoicebook instead of wxTreebook on wxMac, to avoid some mislayout and be a bit more in line with Apple's HIG.
Originally committed to SVN as r1583.
2007-09-23 23:22:15 +00:00
Niels Martin Hansen 09f7c32cb2 Remove "new window" item from File menu on Mac, since it can't work there in its current implementation. (OS limits to one instance of each application, one app instance must handle multiple open documents.)
Originally committed to SVN as r1582.
2007-09-23 20:19:21 +00:00
Niels Martin Hansen 89c3543b67 Tell wxMac about our special menu items, so they will be placed right on the menu bar.
Originally committed to SVN as r1581.
2007-09-23 19:40:57 +00:00
Niels Martin Hansen b0d73ac84c Apply 2points' patch to FC font file lister crash problem
Originally committed to SVN as r1580.
2007-09-22 15:27:46 +00:00
Niels Martin Hansen acc2d3753f More fixes to hotkeys, consequently use Cmd instead of Ctrl on Mac, changed some default hotkeys on Mac to avoid clashes with system hotkeys and better follow Apple HIG.
Originally committed to SVN as r1579.
2007-09-22 15:16:48 +00:00
Niels Martin Hansen 808f56d294 Fix heights of search for/replace with fields
Originally committed to SVN as r1578.
2007-09-22 03:50:05 +00:00
Niels Martin Hansen b20dcaaa5f More fixing main window title to be Apple HIG-alike
Originally committed to SVN as r1577.
2007-09-22 03:49:18 +00:00
Niels Martin Hansen 50f6d65ace Set the mark in the window close button to signal document modified, rather than prepending a star to the window title, on wxMac.
Originally committed to SVN as r1576.
2007-09-22 03:07:16 +00:00
Niels Martin Hansen eee384aa0f Make audio zoom sliders non-pointy
Originally committed to SVN as r1575.
2007-09-22 00:53:05 +00:00
Niels Martin Hansen 81aec949dc Change more places to check for Cmd key on Mac rather than Ctrl key.
Originally committed to SVN as r1574.
2007-09-21 22:56:44 +00:00
Niels Martin Hansen a353eaed38 Use Cmd+Rightclick instead of Ctrl+Rightclick on Mac to move line end marker in karaoke mode.
Originally committed to SVN as r1573.
2007-09-21 22:36:02 +00:00
Niels Martin Hansen 6587f4882a Fix crash when playback cursor leaves the visible part of the audio display on wxMac.
Originally committed to SVN as r1572.
2007-09-21 21:24:32 +00:00
Niels Martin Hansen 6b4ec2dcc5 Oops, speling error broke the build...
Originally committed to SVN as r1571.
2007-09-21 21:18:08 +00:00
Niels Martin Hansen d996c5f489 Remove sunken border from audio display on wxMac, this avoids some graphical glitches, and it really also looks better.
Originally committed to SVN as r1570.
2007-09-21 21:17:08 +00:00
Niels Martin Hansen a36a60375e Reverse audio display scrolling on Mac to have natural scrolling directions for four-way scrolling devices. (Unfortunately those also exist for Windows and other systems, can't support those properly ATM.)
Originally committed to SVN as r1569.
2007-09-21 21:00:41 +00:00
Niels Martin Hansen f22a5b2838 Misc. changes for Mac building and stuff
Originally committed to SVN as r1568.
2007-09-21 16:20:00 +00:00
Niels Martin Hansen 39849e2dc6 Further updates to installer, should be finished for r1564 alpha release
Originally committed to SVN as r1567.
2007-09-21 02:15:00 +00:00
Niels Martin Hansen 774bd37839 Rename some auto3 scripts.
Originally committed to SVN as r1566.
2007-09-21 00:22:45 +00:00
Rodrigo Braz Monteiro fdeaaeeffe Some changes to installer script
Originally committed to SVN as r1565.
2007-09-20 22:53:40 +00:00
Niels Martin Hansen 51616fea0b Add tenv.maxj (upper loop bound)
Originally committed to SVN as r1564.
2007-09-19 21:58:25 +00:00
Fredrik Mellbin 86fad7d3b2 FFmpegSource 1.12
Originally committed to SVN as r1563.
2007-09-17 18:02:24 +00:00
Niels Martin Hansen a68fb2671a Rename cleantags macro/filter wrapper script.
Originally committed to SVN as r1562.
2007-09-17 11:04:22 +00:00
Niels Martin Hansen a3a3a29437 ai-chan's cleantags version 1.150
Originally committed to SVN as r1561.
2007-09-17 11:03:20 +00:00
Rodrigo Braz Monteiro 489abd6663 jfs's mac patches applied
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Alysson Souza 7463ee0d7a Fixed data standard path
Originally committed to SVN as r1559.
2007-09-11 03:54:56 +00:00
Niels Martin Hansen a5e800bccf Fix a bug in mid-aligned line positioning
Originally committed to SVN as r1558.
2007-09-10 21:39:08 +00:00
Niels Martin Hansen 3c58dea73c Adding ai-chan's tag cleaning script.
Originally committed to SVN as r1557.
2007-09-10 21:20:09 +00:00
Fredrik Mellbin 4b87a7a9ad FFmpegSource 1.11
Originally committed to SVN as r1556.
2007-09-07 20:07:27 +00:00
Rodrigo Braz Monteiro 67d8412a9a Split stdiostream.c into .c+.h
Originally committed to SVN as r1555.
2007-09-06 23:29:34 +00:00
Fredrik Mellbin efa79d8c4e FFmpegSource WIP
Originally committed to SVN as r1554.
2007-09-06 22:56:18 +00:00
Niels Martin Hansen fda44c93a5 Add looping support for line templates. Produce multiple whole lines here, instead of multiple copies of each syllable one after another on the same line.
Originally committed to SVN as r1553.
2007-09-03 13:39:03 +00:00