-
…t in performance and allocating the flat data is not feasible for large enough galleries
-
Refactor video handling in stream
-
Fix issue #265 (csv format broken with FTE templates)
-
Shift support for reading video formats into Gallery subclasses, rather than using TemplateProcessor subclasses. This allows a more uniform interface (rather than having separate gallery/ video modes, everything goes through galleries), and gallery subclasses can also be used in other contexts.
-
Retain the number of columns generated per key output, so that the csv layout will not be broken if point/rect metadata keys are missing (since they are output as multiple columns of the csv).
-
Don't open gallery files in init, instead defer opening until they are first attempted to be read from/written to. This instead of introducing read/write modes.
-
Reverted Stasm 4.1 to Stasm 4.0
-
…el, repurposed br_universal_template::size as br_universal_template::fvSize
-
Proper stasm compilation
-
…o change in behavior intendend)
-
This reverts commit 37420d7ea831113cdbf243e3aa695d1d4cbabedb.
-
Introduce PP5GalleryTransform, a transform that compares incoming templates against a fixed gallery (thereby avoiding the cost of repeatedly setting up pp5 galleries for the same templates). Modify AlgorithmCore to support supplying Transforms to the right of the algorithm string, in this case ! should be used instead of :.