Commit graph

1495 commits

Author SHA1 Message Date
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
Niels Martin Hansen 62ded21ece Recalculate line.duration in retime() and add "line" as a mode.
Originally committed to SVN as r1552.
2007-09-03 13:28:40 +00:00
Dan Donovan c5a91a11fe Needed to call updatedata when changing style name. Also, add some error handling to pasting styles.
Originally committed to SVN as r1551.
2007-09-02 19:31:17 +00:00
Dan Donovan a5aa4245f0 Don't let pasting styles duplicate style names. Add "Copy of " where necessary.
Originally committed to SVN as r1550.
2007-09-02 19:09:23 +00:00
Rodrigo Braz Monteiro 23cb553ac4 Removed pixel shader support from options.
Originally committed to SVN as r1549.
2007-09-01 00:35:16 +00:00
Fredrik Mellbin 36aecac4c3 FFmpegSource 1.10
Originally committed to SVN as r1548.
2007-08-31 20:26:51 +00:00
Niels Martin Hansen 89d076c760 Apparently long long isn't safe, trying with int64_t instead then...
Originally committed to SVN as r1547.
2007-08-31 14:11:35 +00:00
Niels Martin Hansen a228af752a Some non-tested non-complete and probably non-useful (yet) code to handle SSA-lineage files.
Originally committed to SVN as r1546.
2007-08-29 22:29:46 +00:00
Niels Martin Hansen 25842be356 Another, much more complex and interesting, sample.
Originally committed to SVN as r1545.
2007-08-29 22:28:20 +00:00
Niels Martin Hansen dad1d4d02f A bit more comments on the rasteriser code.
Originally committed to SVN as r1544.
2007-08-29 21:06:09 +00:00
Niels Martin Hansen 268b6c45af Back to classic pixmix/pixmix2 architecture. Probably made some parts clearer. More and more correct documentation of the Draw code. Probably more correct (at least not less correct, it seems) alpha calculation.
Originally committed to SVN as r1543.
2007-08-29 19:57:16 +00:00
Niels Martin Hansen 35f2b7caa2 Remove unused code from experiments with using the TextSub 2.23 rasteriser code instead. (They failed.)
Originally committed to SVN as r1542.
2007-08-29 18:49:02 +00:00
Niels Martin Hansen 6465b086e7 Attempt to add some documentation for what Rasterizer::Draw does.
Originally committed to SVN as r1541.
2007-08-29 18:40:51 +00:00
Niels Martin Hansen 8909ea48e2 Replace all (applicable) instances of __int64 with long long. (All except those in foreign header files.)
Originally committed to SVN as r1540.
2007-08-29 13:36:30 +00:00
Niels Martin Hansen e9f05f84eb Oops, missed a slash to end a block comment. Broke the entire file...
Originally committed to SVN as r1539.
2007-08-28 22:54:25 +00:00
Niels Martin Hansen 5d3d3294ec Only highlight kara-templater templates with template syntax and not code lines. Added some non-working and commented out code to switch to full-edit-box Lua highlighting for code lines.
Originally committed to SVN as r1538.
2007-08-28 22:52:23 +00:00
Niels Martin Hansen fb7c7e1f74 Make Avisynth video and audio provider load DirectShowSource.dll from the application directory if it exists. Audio provider should also fail properly now if the DirectShowSource function doesn't exist.
Originally committed to SVN as r1537.
2007-08-28 21:34:44 +00:00
Niels Martin Hansen 4cf49cf9fb Possibly fix a rounding problem that causes subtitles with \pos to move a slightly bit around even though they shouldn't.
Originally committed to SVN as r1536.
2007-08-26 15:44:15 +00:00
Alysson Souza 3518f381a7 Added support for reading keyframes from xvid pass files
Originally committed to SVN as r1535.
2007-08-26 00:00:37 +00:00
Niels Martin Hansen 4f689ac204 Apparently forgot to add 'meta' to tenv.
Originally committed to SVN as r1534.
2007-08-25 12:57:00 +00:00
Niels Martin Hansen abb304b7c1 Minor fixes to installer script. (Removed stray { in AppID and shortened a currently unused message for when installing MSVC runtimes.)
Originally committed to SVN as r1533.
2007-08-23 23:11:24 +00:00
Niels Martin Hansen 7fa5318620 More interesting effect for demonstration purposes.
Originally committed to SVN as r1532.
2007-08-23 23:10:15 +00:00
Niels Martin Hansen 33d9cf313b Swap ordering of some operations after running an Auto4 macro. This might or might not make grid updates more correct.
Originally committed to SVN as r1531.
2007-08-23 23:09:46 +00:00
Niels Martin Hansen 044f104a2e Forgot to remove some debugging messages from the PCM audio provider, making using any other audio provider really annoying.
Originally committed to SVN as r1530.
2007-08-23 23:08:33 +00:00
Niels Martin Hansen 128dd0df0f What a fix, #113 (direct PCM WAV reading) now quite much implemented and working.
Originally committed to SVN as r1529.
2007-08-22 21:06:16 +00:00
Niels Martin Hansen 93f6ef6d7a Issue #113 - reading PCM audio directly from disk. Almost works, but downsampling from non-mono to mono seems to be broken.
Originally committed to SVN as r1528.
2007-08-22 20:58:53 +00:00
Niels Martin Hansen 646d2b2e84 Also show what features are provided by the script in the Show Info dialog from Automation Manager.
Originally committed to SVN as r1527.
2007-08-22 13:03:37 +00:00
Niels Martin Hansen fcb133fe3e Fix #532 - other lines become invisible after using visual TS tools, until video reload. (Regression introduced in r1466.)
Originally committed to SVN as r1526.
2007-08-22 13:02:44 +00:00
Niels Martin Hansen 154e2840fb 'keeptags' modifier didn't do anything for non-'line' templates.
Originally committed to SVN as r1525.
2007-08-22 07:18:42 +00:00
Niels Martin Hansen 8fa7e1103e Get rid of a few implicit-type-conversion warnings.
Originally committed to SVN as r1524.
2007-08-20 18:11:39 +00:00