Commit Graph

695 Commits

Author SHA1 Message Date
niksedk
5039f14ace Fix for playing mka files with direct show 2015-09-05 22:48:15 +02:00
niksedk
cdc73487f4 Fix for margin in ssa/ass 2015-09-05 22:47:12 +02:00
J.D. Purcell
d94c73221f Undo removing one of the lines from Info.xml (for backwards compatibility). 2015-09-05 13:56:19 -04:00
J.D. Purcell
42565f4c98 Improve spectrogram accuracy. 2015-09-05 13:45:53 -04:00
J.D. Purcell
76d96f4309 Remove unnecessary information from spectrogram info. 2015-09-05 13:45:53 -04:00
J.D. Purcell
6961eab2ef Spectrogram: parallelize image saving. 2015-09-05 13:45:52 -04:00
J.D. Purcell
0e9a416a7a Palette indexes are not actually related to the FFT length. 2015-09-05 13:45:52 -04:00
Waldi Ravens
b2fda4839a Minor fix + minor refact (Forms/RemoveTextForHI) 2015-09-03 21:30:32 +02:00
Waldi Ravens
e728c95629 Formatting (whitespace only) 2015-09-03 11:06:53 +02:00
Waldi Ravens
cf4aa11d75 Use SplitToLines string extension method 2015-09-03 11:05:45 +02:00
Nikolaj Olsson
5df15e676d Merge pull request #1227 from jdpurcell/spectrogramoptim
Spectrogram optimization, round 2
2015-09-03 08:05:25 +02:00
J.D. Purcell
d5fa8fbe3c Add some readonly keywords. 2015-09-03 01:46:29 -04:00
J.D. Purcell
2c365d078f Merge branch 'spectrogramoptim' of https://github.com/jdpurcell/subtitleedit into playselection 2015-09-02 23:41:32 -04:00
J.D. Purcell
7fa4accd64 Optimize pixel drawing.
Optimize byte to double conversion.
Other small optimizations/cleanups/fixes.
2015-09-02 23:37:56 -04:00
J.D. Purcell
456bf7c090 Change multiplication order (doesn't matter). 2015-09-02 19:11:32 -04:00
J.D. Purcell
ec247f2942 Optimize magnitude to palette index calculation. 2015-09-02 19:05:52 -04:00
J.D. Purcell
df131bf052 Optimization - increase scope of bitmap locking. 2015-09-02 17:31:52 -04:00
Nikolaj Olsson
9c5c2fa6c0 Merge pull request #1217 from jdpurcell/spectrogramoptim
Spectrogram optimization
2015-09-02 21:16:19 +02:00
J.D. Purcell
384973c80f Safe version. 2015-09-02 14:20:41 -04:00
Nikolaj Olsson
c46680ed11 Merge pull request #1221 from ivandrofly/patch-5
[bugfix] - fix bug (invalid regex pattern) in 'find' + better element validation
2015-09-02 19:47:37 +02:00
ivandrofly
e56998cfca [bugfix] - fix bug (invalid regex pattern) in 'find' + better element validation 2015-09-02 17:24:15 +01:00
ivandrofly
b37a395f79 [OcrFixReplaceList] - minor refact 2015-09-02 07:24:17 +01:00
J.D. Purcell
eb6bdee01b Argument validation.
Fix calculation when FFT length is 2.
2015-09-01 19:36:25 -04:00
J.D. Purcell
0bf16d4c71 Forgot a 'private', just for consistency. 2015-09-01 18:04:35 -04:00
niksedk
946a483822 Some fixes for PAC + added support for Korean 2015-09-01 23:31:06 +02:00
J.D. Purcell
19d6fb2465 Forgot to commit this. 2015-09-01 16:05:20 -04:00
J.D. Purcell
3e4b2acbb9 Use FastBitmap to speed up drawing.
Use better optimized FFT routines.
Other optimizations to reduce CPU/memory overhead.
2015-09-01 15:55:51 -04:00
niksedk
079a80919a Remove control characters in the other TTML formats too 2015-09-01 20:53:10 +02:00
ivandrofly
4d9c12d676 [ocr] - minor fix 2015-09-01 19:15:10 +01:00
Waldi Ravens
f9e9bf3804 Formatting (whitespace only) 2015-09-01 01:08:41 +02:00
Waldi Ravens
3af13be054 Strip control characters before trimming white space 2015-09-01 01:08:25 +02:00
niksedk
aae3152746 Fix #1211 - strip control characters from input - thx SirEllert / xylographe :) 2015-08-31 21:48:13 +02:00
niksedk
020e95c5b2 Testing removal of control characters - issue #1211 and more... 2015-08-31 20:34:09 +02:00
J.D. Purcell
d11475ba66 Fixed issue with "play new selection" shortcut where double clicking a paragraph of audio wasn't considered selecting it.
Reworded "play new selection" shortcut to "play selection" to match the way it's worded in the context menu.
Added "play end of selection" shortcut to play the last second of the selection.
2015-08-31 01:34:59 -04:00
niksedk
a412a96c3c Allow unsafe for libse 2015-08-29 00:14:50 +02:00
niksedk
6e438005b0 Making version maintaining easier (only update in SubtitleEdit AssemblyInfo.cs - libse auto updated) 2015-08-27 22:41:16 +02:00
niksedk
d34286bf5d Performance improvement in HtmlUtil 2015-08-27 16:38:58 +02:00
Nikolaj Olsson
271ea4d02b Merge pull request #1196 from xylographe/ocrhrv
Fixed replacement patterns in Croatian OCRFixReplaceList
2015-08-27 08:45:38 +02:00
Nikolaj Olsson
21b60b80c9 Make Xif public 2015-08-27 08:42:29 +02:00
Waldi Ravens
79c842317b Minor refact: new XmlDocument { XmlResolver = null } 2015-08-27 03:18:25 +02:00
Waldi Ravens
6990cfdef9 Fixed typo (Logic/SubtitleFormats/Titra) 2015-08-27 02:33:47 +02:00
Waldi Ravens
9b2eaa68ef Formatting (whitespace only) 2015-08-27 02:31:01 +02:00
niksedk
07c40c78db Clean up after UI/logic split 2015-08-26 23:04:50 +02:00
niksedk
fdf70b544e Fixed language deserializer + removed some old files 2015-08-26 22:54:56 +02:00
niksedk
1046ece216 libse - initial commit to separate UI and logic 2015-08-26 22:42:40 +02:00