|
|
b6f81d1e1e
|
Fix problems discovered by compiling with gcc 4.4
|
2011-05-21 07:08:17 +02:00 |
|
|
|
46c9811184
|
adapt the unit-tests to use the new Time framework
|
2011-05-16 08:38:27 +02:00 |
|
|
|
481875a78a
|
add check for time point contained in TimeSpan
|
2011-05-16 04:02:26 +02:00 |
|
|
|
3e28c870f5
|
Finish basic Time mutations, unit test pass
|
2011-05-15 04:19:27 +02:00 |
|
|
|
4bf53bba0f
|
code unit test to demonstrate full time/timecode usage cycle
|
2011-05-15 04:19:27 +02:00 |
|
|
|
f85c86d6c8
|
parsing fractional seconds: unit test pass
|
2011-05-15 04:19:27 +02:00 |
|
|
|
c7bb7154a7
|
draft a test to cover parsing of timecode values
|
2011-05-15 04:19:27 +02:00 |
|
|
|
6b1b6cb805
|
draft how to integrate parsing of timecode formats
|
2011-05-15 04:19:27 +02:00 |
|
|
|
80f7dba334
|
WIP some comments and considerations
|
2011-05-15 04:19:26 +02:00 |
|
|
|
af1561068e
|
definitions and stubs to make it compile
|
2011-05-15 04:19:26 +02:00 |
|
|
|
bf61ff7248
|
WIP test-driven brainstorming: nudge by grid
|
2011-05-15 04:19:26 +02:00 |
|
|
|
2035405251
|
add time Mutation to adjust by offset
|
2011-05-15 04:19:26 +02:00 |
|
|
|
baf601c16b
|
first time mutation test cases pass
|
2011-05-15 04:19:25 +02:00 |
|
|
|
4d6bb3d54c
|
design outline for a limited time::Mutation capability
|
2011-05-15 04:19:24 +02:00 |
|
|
|
9364d717b0
|
implement total order on time intervals
|
2011-05-15 04:19:24 +02:00 |
|
|
|
0e4ed856d7
|
WIP: get back into the topic of time value mutations
start drafting a unit test....
|
2011-05-15 04:19:24 +02:00 |
|
|
|
9eb4f66372
|
draft more convenience handling for TimeSpan
|
2011-05-15 04:19:24 +02:00 |
|
|
|
ab72b528c8
|
draft test for changing time specs
|
2011-05-15 04:19:22 +02:00 |
|
|
|
b843546922
|
cumulated build/release fixes
up to corresponding debian/0.pre.01-3
- compile issue (digxel.hpp)
- SCons missing config dependency on test-only
- 32/64bit fixes
|
2011-03-31 18:43:50 +02:00 |
|
|
|
faf579c4c5
|
enforce generally imutable time values
|
2011-01-22 23:20:12 +01:00 |
|
|
|
dea026cfd9
|
omit the Digxel timing measurments from test suite
|
2011-01-22 18:44:03 +01:00 |
|
|
|
7b783e885a
|
more thorhoug testing of denormalised values
...uncovered yet more bugs.. yay!
|
2011-01-22 18:35:04 +01:00 |
|
|
|
acc7a19fbd
|
Fix: now able to handle negative extended SMPTE
changed the order of propagation when wrapping
the individual digxels of the SMPTE Timecode
|
2011-01-22 14:41:58 +01:00 |
|
|
|
ac9e9a99df
|
change the way the Digxel mutator is invoked
this refactoring prepares a change to address
the problems with negative extended SMPTE Timecode
|
2011-01-22 14:04:43 +01:00 |
|
|
|
14f233f83b
|
WIP: some more test coverage ... unveiling yet more bugs
|
2011-01-22 02:35:58 +01:00 |
|
|
|
9d75739089
|
SMPTE Timecode (without drop frame) unit test pass
|
2011-01-21 20:24:41 +01:00 |
|
|
|
1a07cc9bb2
|
SMPTE Timecode: first round of debugging and testing
|
2011-01-21 16:22:01 +01:00 |
|
|
|
1b79b4a937
|
fix regression
|
2011-01-20 21:39:17 +01:00 |
|
|
|
e1c025778b
|
Digxel: ensure the mutator functor is also called on increment
|
2011-01-19 11:47:14 +01:00 |
|
|
|
95a1687a5b
|
draft how a SMPTE-Timecode element could be implemented
passes Compiler, but thats about all...
|
2011-01-18 05:01:25 +01:00 |
|
|
|
ce420a1570
|
special digxel to represent the sign
|
2011-01-18 04:59:40 +01:00 |
|
|
|
38844b9050
|
get simple quantisation/timecode integration to run
passing the basic tests now;
still missing: implementation of specific timecodes,
e.g. SMPTE, HMS,....
|
2011-01-17 07:25:22 +01:00 |
|
|
|
484c771d2a
|
establish hidden advice link to the session
|
2011-01-16 23:58:42 +01:00 |
|
|
|
92c4516cae
|
implement this format-support descriptor
|
2011-01-16 19:50:42 +01:00 |
|
|
|
2c90335b1d
|
WIP idea how to represent support for some timecode formats
concrete quantiser instances need a way to state
support for just some timecode formats -- yet I dont
want to push vectors aroud all over the place
|
2011-01-16 15:41:34 +01:00 |
|
|
|
a70376dc4b
|
grid asset passes first basic unit test!
|
2011-01-15 14:07:25 +01:00 |
|
|
|
ee0dcf3ba0
|
introduce generic grid API to subsume quantiser and grid asset
|
2011-01-15 03:49:35 +01:00 |
|
|
|
bdc1800470
|
add support for offset linear combinations
|
2011-01-15 01:45:55 +01:00 |
|
|
|
eb89547265
|
get rid of the QuantiserRef
this is going to become soooo complicated
better just bite the bullet and use a shared_ptr
|
2011-01-15 00:52:02 +01:00 |
|
|
|
debe032f49
|
basic quantisation now working and covered by unit test
|
2011-01-13 03:36:12 +01:00 |
|
|
|
e2cab1f512
|
some more smoothing of rough edges
|
2011-01-13 03:36:12 +01:00 |
|
|
|
c7a887a528
|
Quantiser basic unit test pass, including corner case
ufff... finally
|
2011-01-13 03:36:12 +01:00 |
|
|
|
edc2598f27
|
cover additional time handling convenience shortcuts
|
2011-01-13 03:36:12 +01:00 |
|
|
|
af9c799fc8
|
Fix time quantisation to circumvent the precision problem
required to re-arrange several functions in order
to use the new util::floordiv and to get all relevant
calculations into time.h
|
2011-01-13 03:36:12 +01:00 |
|
|
|
3cf9974211
|
provide unary minus to flip a TimeVar around origin
|
2011-01-13 03:36:11 +01:00 |
|
|
|
d30515c37e
|
analysis of range limit problems in quantisation
|
2011-01-13 03:36:11 +01:00 |
|
|
|
48b3f39c49
|
improve and cover Time convenience handling shortcuts
|
2011-01-13 03:36:11 +01:00 |
|
|
|
b66b778c42
|
implement and test simple demo quantiser
|
2011-01-13 03:36:11 +01:00 |
|
|
|
84c73c645d
|
draft unit-test to cover basic quantiser behaviour
|
2011-01-13 03:36:10 +01:00 |
|
|
|
c85f7e0715
|
Add more special formatters and Digxel testcases
The Digxel implementation draft can be considered complete now
|
2011-01-13 03:36:10 +01:00 |
|