Commit Graph

38 Commits

Author SHA1 Message Date
Waldi Ravens
66e36a8321 Formatting (whitespace only) 2019-08-16 22:55:32 +02:00
niksedk
0e492d3178 Remove obsolete hash functions regarding waveform 2019-05-28 21:34:41 +02:00
Nikolaj Olsson
8c4e3e06cf Refactor - fix minor issues from codacy 2019-01-20 14:53:58 +01:00
Nikolaj Olsson
21c6910aef Refactor - add braces for libse 2019-01-19 14:40:37 +01:00
Nikolaj Olsson
1468fa7642 Refactor 2019-01-19 12:29:38 +01:00
Nikolaj Olsson
c47619fd0b work on #3047 2018-08-24 14:41:08 +02:00
Nikolaj Olsson
ff6e70aeba Still show waveform if video name is changed 2018-08-23 21:39:57 +02:00
LinqManJr
39cb777fbe Some Fixes From PVS-Studio #2 2018-03-13 23:29:21 +09:00
Nikolaj Olsson
3fe6337160 Optimize two string operations 2017-12-10 22:18:13 +01:00
Ivandro Ismael
3397886a46 [Configuration] - Cache directory
Suffix everyting out with 'Directory'
2016-10-31 01:50:15 +00:00
Nikolaj Olsson
0ebd0f8cee Some line endings to CRLF 2016-02-08 21:11:03 +01:00
XhmikosR
f13d7c1b81 Ran CodeMaid. 2016-01-24 16:49:03 +02:00
niksedk
3f0b3af58d Minor refact (move code to libse) 2015-11-25 05:17:36 +01:00
J.D. Purcell
41a8c83683 Open WAV even if another program has it locked for writing (experimental fix). 2015-10-29 10:02:42 -04:00
J.D. Purcell
c8ed603f9b Spectrogram loading cleanups. 2015-10-04 12:41:09 -04:00
J.D. Purcell
ed7c351b19 Minor changes / cleanup. 2015-10-03 15:39:00 -04:00
J.D. Purcell
ea5e748072 Display actual wave peaks instead of a sampled waveform. 2015-09-30 21:53:59 -04:00
J.D. Purcell
d852ce5519 Fix comment. 2015-09-20 23:51:40 -04:00
J.D. Purcell
0defc6b5e9 WaveToVisualizer: fix peak generation skipping the last fractional second of audio.
Add waveform batch: generate spectrogram (if respective setting is enabled).
Add waveform batch: fix status not showing the "calculating..." part.
Small code cleanups.
2015-09-13 01:11:13 -04:00
niksedk
fc296789ef Better handling of not supported wave files in main window 2015-09-09 06:38:49 +02:00
J.D. Purcell
511ad7e132 Add support for 8-bit, 20-bit, and 24-bit WAVs. 2015-09-08 23:31:22 -04:00
J.D. Purcell
3bc7d258d0 Small code cleanup. 2015-09-05 19:19:19 -04:00
J.D. Purcell
b853819faa Small code cleanup. 2015-09-05 19:12:19 -04:00
J.D. Purcell
f5a07e90b3 Small code cleanup. 2015-09-05 18:42:06 -04:00
J.D. Purcell
3fdafd165b Small code cleanup. 2015-09-05 18:19:16 -04: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
J.D. Purcell
d5fa8fbe3c Add some readonly keywords. 2015-09-03 01:46:29 -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
J.D. Purcell
0bf16d4c71 Forgot a 'private', just for consistency. 2015-09-01 18:04:35 -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
1046ece216 libse - initial commit to separate UI and logic 2015-08-26 22:42:40 +02:00