Commit Graph

1691 Commits

Author SHA1 Message Date
Rodrigo Braz Monteiro 45f5886c2a Fixed some critical mkv loading issues.
Originally committed to SVN as r1619.
2007-10-22 20:10:35 +00:00
Rodrigo Braz Monteiro 41f3dcc35d More tweaks to the hotkeys screen, should now behave much better than before.
Originally committed to SVN as r1618.
2007-10-21 01:13:26 +00:00
Rodrigo Braz Monteiro 045583c190 Improved hotkeys manager, and tweaked style manager.
Originally committed to SVN as r1617.
2007-10-20 23:04:06 +00:00
Niels Martin Hansen c4347d9e8a A bunch more tips for the tip of the day window, especially focused on audio timing.
Originally committed to SVN as r1616.
2007-10-19 03:34:07 +00:00
Niels Martin Hansen eeee2aeb53 Update to audio spectrum quality settings. The quality settings now means something slightly different (but are more sensible) and there is always a memory max enforced for the spectrum cache.
Originally committed to SVN as r1615.
2007-10-19 03:32:53 +00:00
Rodrigo Braz Monteiro 2e57dda49e Small tweak to avs video provider
Originally committed to SVN as r1614.
2007-10-19 00:55:03 +00:00
Niels Martin Hansen 003b2d8736 Final installer script for 1611 build release
Originally committed to SVN as r1613.
2007-10-18 22:05:56 +00:00
Niels Martin Hansen b714a644de Misc. changes to installer to prepare for next build release
Originally committed to SVN as r1612.
2007-10-18 20:51:31 +00:00
Rodrigo Braz Monteiro 381d4ad9d5 Made ffmpegsource no longer write caches.
Originally committed to SVN as r1611.
2007-10-18 20:19:06 +00:00
Rodrigo Braz Monteiro c1633cfaf0 Fixed the behaviour of vector clip when realtime mode is on.
Originally committed to SVN as r1610.
2007-10-18 19:17:01 +00:00
Rodrigo Braz Monteiro 06530d716c Fix to resampler
Originally committed to SVN as r1609.
2007-10-18 16:33:46 +00:00
Rodrigo Braz Monteiro 5d5278db88 Changed buttons for the resample dialog and made call tips be off by default.
Originally committed to SVN as r1608.
2007-10-18 15:42:07 +00:00
Rodrigo Braz Monteiro d4d4c864db Fixed #399
Originally committed to SVN as r1607.
2007-10-18 03:18:39 +00:00
Rodrigo Braz Monteiro 5f7d953f43 Fixed #568
Originally committed to SVN as r1606.
2007-10-18 03:12:18 +00:00
Rodrigo Braz Monteiro 9058955430 Added offsetting support to the resolution resampler.
Originally committed to SVN as r1605.
2007-10-18 02:47:13 +00:00
Niels Martin Hansen b1c39b5698 Set cbSize in WAVEFORMATEX correctly, even though it's supposed to be ignored for PCM format, and don't include the unused flag for notification-event support in the buffer creation flags.
Originally committed to SVN as r1604.
2007-10-18 02:27:55 +00:00
Niels Martin Hansen c306eef796 Fix "keyframes file not found" error always occurring on subs file load, when no keyframes file was used.
Originally committed to SVN as r1603.
2007-10-18 02:26:14 +00:00
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