Commit Graph

6012 Commits

Author SHA1 Message Date
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
Nikolaj Olsson
195404606b Merge pull request #1224 from ivandrofly/patch-5
Fix + Update (ExportCustomTextFormat)
2015-09-03 07:40:54 +02: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
Nikolaj Olsson
ddd3b55d32 Merge pull request #1226 from ivandrofly/patch-7
[internal] - Use .ToLowerInvariant() for file extension
2015-09-03 01:51:09 +02: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
ivandrofly
5f187469d4 [internal] - Use .ToLowerInvariant() for file extension 2015-09-02 23:57:49 +01:00
J.D. Purcell
df131bf052 Optimization - increase scope of bitmap locking. 2015-09-02 17:31:52 -04:00
ivandrofly
ad7d7c8091 [internal] - add use of ordinal rule 2015-09-02 21:41:35 +01:00
ivandrofly
758147b553 [internal] - cache trimmed text 2015-09-02 21:40:31 +01:00
Nikolaj Olsson
fc9395e38b Merge pull request #1222 from ivandrofly/patch-5
Fix + Update (Export Subtitle)
2015-09-02 22:14:26 +02:00
niksedk
c26c1949c4 Do NOT lock spectrogram gif files (older refactoring bug) 2015-09-02 21:26:27 +02:00
Nikolaj Olsson
9c5c2fa6c0 Merge pull request #1217 from jdpurcell/spectrogramoptim
Spectrogram optimization
2015-09-02 21:16:19 +02:00
ivandrofly
33f4be28e2 [refact] - minor refactor 2015-09-02 19:37:45 +01:00
ivandrofly
405a73a7d8 [ExportCustomTextFormat] - Fix typo 2015-09-02 19:31:50 +01:00
ivandrofly
d8d540ecc1 [internal] - prefer SubItems.Add 2015-09-02 19:30:50 +01: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
Nikolaj Olsson
c7ef24732a Merge pull request #1218 from ivandrofly/patch-6
[OcrFixReplaceList] - minor refact
2015-09-02 17:43:08 +02:00
Nikolaj Olsson
61e2f9c80e Merge pull request #1219 from xylographe/ocrhrv
Updated Croatian OCRFixReplaceList
2015-09-02 17:41:50 +02:00
Kruno H
858bf83dc7 🔥 croatian ocr fixes&updates 2015-09-02 12:37:19 +02: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
Nikolaj Olsson
0ab7c6a703 Merge pull request #1215 from ivandrofly/patch-6
[ocr] - minor fix
2015-09-01 20:47:54 +02:00
ivandrofly
4d9c12d676 [ocr] - minor fix 2015-09-01 19:15:10 +01:00
niksedk
26d3e02bd4 Check and alert for invalid Timed Text files earlier (or else generic subtitle parser will parse the file... badly) 2015-09-01 19:50:10 +02:00
Nikolaj Olsson
f413f65a5f Merge pull request #1214 from ivandrofly/patch-6
Bugfix (src/Forms/MultipleReplace.cs)
2015-09-01 19:44:01 +02:00
ivandrofly
6d973668bb [bugfix] - bug fixed generate will be fired thrice when user is swapping item (CTRL+Up/Down) 2015-09-01 16:04:12 +01:00
ivandrofly
4cab30b6f6 [internal - remove item in listViewFixes after button: 'Remove All' is clicked 2015-09-01 16:04:11 +01:00
ivandrofly
fc7e959d63 [internal] - cache (Enable, FindWhat, ReplaceWith, SearchType) 2015-09-01 16:04:09 +01:00
ivandrofly
3573684df5 [internal] - don't do unnecessary calc 2015-09-01 10:01:01 +01:00
ivandrofly
cbb9f2891f [internal] - prefer item.SubItems.Add 2015-09-01 09:56:44 +01:00
ivandrofly
0071cda94a [ui] - rename buttonOpen_Click to buttonImport_Click 2015-09-01 09:55:44 +01:00
Nikolaj Olsson
80110af91e Merge pull request #1213 from xylographe/xfix1
Strip control characters before trimming white space
2015-09-01 06:39:24 +02: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
Nikolaj Olsson
54bfba83d2 Merge pull request #1209 from diomed/patch-2
:octocat: croatian ocr fixes&updates
2015-08-31 19:35:26 +02:00
niksedk
d9e1e386ac Fixed crash in Compare when loading right sub first - thx Red Herring :)
also some minor refact
2015-08-31 16:47:56 +02:00
Kruno H
edd50abc88 :octocat: croatian ocr fixes&updates 2015-08-31 00:23:47 +02:00
Kruno H
39aad21393 :octocat: croatian ocr fixes&updates 2015-08-30 16:35:14 +02:00