Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-19 | ges: Use #pragma once everywhere | Thibault Saunier | 1 | -3/+1 | |
2020-03-19 | ges: Cleanup the way we declare object types | Thibault Saunier | 1 | -11/+3 | |
We create our own _DECLARE_ macro because we have instance structures | |||||
2019-07-26 | ges: Implement subprojects | Thibault Saunier | 1 | -1/+2 | |
Subprojects simply consist of adding the GESProject to the main project asset list. Then those are recursively serialized in the main project in the <asset> not, when deserializing, temporary files are created and those will be used in clips as necessary | |||||
2018-03-13 | GST_GES_API -> GES_API | Tim-Philipp Müller | 1 | -1/+1 | |
2018-03-13 | ges: GST_EXPORT -> GST_GES_API | Tim-Philipp Müller | 1 | -1/+1 | |
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT. | |||||
2017-08-07 | Mark symbols explicitly for export with GST_EXPORT | Thibault Saunier | 1 | -0/+1 | |
With two exceptions: * ges_clip_create_track_elements_func * ges_uri_clip_set_uri which were never declared in headers and should always have been static. | |||||
2013-12-27 | ges: Add padding for API extension where missing | Thibault Saunier | 1 | -0/+2 | |
2013-03-15 | Fix some documentations | Thibault Saunier | 1 | -0/+1 | |
2012-12-29 | Misc documentation fixing | Thibault Saunier | 1 | -4/+13 | |
2012-12-29 | xml-formatter: Implement a GESXmlFormatter | Thibault Saunier | 1 | -0/+58 | |