Jonathan Moore Liles
|
d2a8373cff
|
Add module information to debugging output.
|
17 years ago |
Jonathan Moore Liles
|
eb11a409d2
|
Actually store captures under sources/ subdirectory.
|
17 years ago |
Jonathan Moore Liles
|
170b11010e
|
Cleanups and commenting.
|
17 years ago |
Jonathan Moore Liles
|
bb7e7b46f6
|
Clean up some new warnings from the new version of GCC.
|
17 years ago |
Jonathan Moore Liles
|
9ae6c0ea5e
|
Wrap pthreads in a Thread class. Implement basic thread role checking.
|
17 years ago |
Jonathan Moore Liles
|
60a6c29197
|
Clean up build.
|
17 years ago |
Jonathan Moore Liles
|
232d23915a
|
Mipmap peak building actually happens in the UI thread, not the IO thread.
Therefore, it is always necessary to fork when mipmapping peaks after capture.
|
17 years ago |
Jonathan Moore Liles
|
bd82f954a8
|
Move (mostly) all Engine functionality into Engine/ directory.
|
17 years ago |
Jonathan Moore Liles
|
47dbf6c537
|
Clear up a load of compiler warnings.
|
17 years ago |
Jonathan Moore Liles
|
3e1a32c8be
|
Cleanup.
|
17 years ago |
Jonathan Moore Liles
|
f920867579
|
Build mipmap peaks in capture IO thread, but don't wait on it to finish. May be incorrect.
|
17 years ago |
Jonathan Moore Liles
|
b57acca314
|
Fork for building peak mipmaps after recording.
|
17 years ago |
Jonathan Moore Liles
|
4cb8fbd22d
|
Get rid of cumulative error in Peaks::Streamer
|
17 years ago |
Jonathan Moore Liles
|
f0704d7f90
|
Oops. Finalize peak capture in the right place!
|
17 years ago |
Jonathan Moore Liles
|
9b8e7569e7
|
Make peakfile block scanning more robust.
|
17 years ago |
Jonathan Moore Liles
|
50fa642321
|
Fix mipmapping for streamed peaks.
|
17 years ago |
Jonathan Moore Liles
|
17790c13c1
|
Fix pending peaks timers.
|
17 years ago |
Jonathan Moore Liles
|
f12363340e
|
Clean up Peaks.C
|
17 years ago |
Jonathan Moore Liles
|
d1a2f52352
|
Support optional mipmapping of peakfiles. Mipmap peaks for new captures.
|
17 years ago |
Jonathan Moore Liles
|
fc99144548
|
Work on making peak streaming work again.
|
17 years ago |
Jonathan Moore Liles
|
e27c0336fe
|
Peak all peak cache levels together in a single peakfile.
|
17 years ago |
Jonathan Moore Liles
|
e2e2241715
|
Make peak streaming work again.
|
17 years ago |
Jonathan Moore Liles
|
45a660d98a
|
Treat peakfiles as a multilevel cache.
Always generated all levels when building peaks, instead of
trying to be clever about it.
|
17 years ago |
Jonathan Moore Liles
|
7f25ebe855
|
Get rid of a million and a half signed/unsigned expression warnings.
|
17 years ago |
Jonathan Moore Liles
|
9814d34ac6
|
Make region normalization possible again.
|
17 years ago |
Jonathan Moore Liles
|
2ccae56fb1
|
Correct indexing error in peakfile reader.
|
17 years ago |
Jonathan Moore Liles
|
ce69a3b8f0
|
Cleanup and begin keeping chunksize in peakfile name.
|
17 years ago |
Jonathan Moore Liles
|
e7b893ca24
|
Get rid of peakfile headers... Who needs 'em.
|
17 years ago |
Jonathan Moore Liles
|
99e93c575e
|
Stream peaks to disk during capture.
|
17 years ago |
Jonathan Moore Liles
|
ed9a1aaf5b
|
Optimize waveform drawing some.
|
17 years ago |
Jonathan Moore Liles
|
e86123de78
|
Improve peak reading efficiency.
|
17 years ago |
Jonathan Moore Liles
|
9cbc39addd
|
Only fork for peak building when necessary.
|
17 years ago |
Jonathan Moore Liles
|
55b2907aec
|
WIP
|
17 years ago |
Jonathan Moore Liles
|
3b40b8a093
|
Fix some bugs in peak reading/drawing.
|
17 years ago |
Jonathan Moore Liles
|
642d6d48ea
|
Handle empty peak file as error.
|
17 years ago |
Jonathan Moore Liles
|
72a203d18b
|
Fix a number of errors turned up by valgrind. Import new captures.
|
17 years ago |
Jonathan Moore Liles
|
56b06c267a
|
Fix a few delete's that should have been delete[]'s.
|
17 years ago |
Jonathan Moore Liles
|
904daf8fe4
|
Work on making diskstreams follow the transport.
|
17 years ago |
Jonathan Moore Liles
|
0207dc9507
|
Ditch the whole separate Engine idea and move everything back to Timeline.
|
17 years ago |
Jonathan Moore Liles
|
6abd18c4ca
|
Minor cleanup.
|
17 years ago |
Jonathan Moore Liles
|
22030e41b6
|
Improve peak reading efficiency.
|
17 years ago |
Jonathan Moore Liles
|
48bcd7ed98
|
Continue switching over to peak server system.
|
17 years ago |
Jonathan Moore Liles
|
95a2896d53
|
Work on peak reader.
|
17 years ago |
Jonathan Moore Liles
|
2abf28095c
|
Don't read more peaks than needed for waveform.
|
17 years ago |
Jonathan Moore Liles
|
b0d5b60a6f
|
Work on switching Timeline Editor over to use the Peak Server.
|
17 years ago |
Jonathan Moore Liles
|
d2478e3161
|
Make peak server work.
|
17 years ago |
Jonathan Moore Liles
|
b846d29c4b
|
Try to get timeline working again.
|
17 years ago |
Jonathan Moore Liles
|
c415fe9680
|
Begin rearranging.
|
17 years ago |
Jonathan Moore Liles
|
bb61dde7fb
|
Fix math errors in normalizer and waveform colorer.
|
17 years ago |
Jonathan Moore Liles
|
8a85a8c217
|
Fix problem interaction between normalization and zooming.
|
17 years ago |