LUMIERA.clone/doc
Ichthyostega d31d4295a4 clean-up: remove gavl_time_t as external dependency
Indeed — this change set is kind of sad.
Because I still admire the design of the GAVL library,
and would love to use it for processing of raw video.
However, up to now, we never got to the point of actually
doing so. For the future, I am not sure if there remains
room to rely on lib-GAVL, since FFmpeg roughly covers
a similar ground (and a lot beyond that). And providing
a plug-in for FFmpeg is unavoidable, practically speaking.

So I still retain the nominal dependency on lib-GAVL
in the Build system (since it is still packaged in Debian).

But it is pointless to rely on this library just for an
external type-def `gavl_time_t`. We owe much to this
inspiration, but it can be expected that we'll wrap
these raw time-values into a dedicated marker type
soon, and we certainly won't be exposing any C-style
interface for time calculations in future, since
we do not want anyone to side-step the Lumiera
time handling framework in favour of working
„just with plain numbers“


NOTE: lib-GAVL hompage has moved to Github:
      https://github.com/bplaum/gavl
2025-05-17 23:12:47 +02:00
..
design DOC: update technical docs to reflect recent development 2023-10-25 00:02:08 +02:00
devel clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00
technical clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00
user Clean-up: get rid of boost::filesystem 2025-04-27 23:54:21 +02:00
.gitignore infrastructure to test the documentation standalone 2018-11-01 04:38:17 +01:00
DIR_INFO spelling fixes 2011-02-06 02:12:55 +01:00
index.txt DOC: review and minor layout tweaks 2023-09-14 03:14:35 +02:00
SConscript Upgrade: improve Doxygen parameters and treat some warnings 2025-04-27 05:00:14 +02:00