index
:
gstreamer/gst-editing-services
0.10
0.11
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
discontinued-for-monorepo
master
GStreamer Editing Services Library (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-editing-services)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-17
timeline: reimplement snap_to_position a bit more appropriately.
Mathieu Duponchelle
3
-13
/
+31
2016-11-17
timeline: Avoid creating extra transition when rippling clips
Thibault Saunier
1
-1
/
+17
2016-11-17
timeline: Make sure transitions between rippled clips are never deleted
Thibault Saunier
1
-0
/
+10
2016-11-17
timeline: Destroy transition if a neighbor is not being moved to a layer
Thibault Saunier
1
-0
/
+26
2016-10-25
Revert "meson: move gstreamer-check-1.0 dependency to tests/check"
Nirbheek Chauhan
1
-3
/
+0
2016-10-21
meson: move gstreamer-check-1.0 dependency to tests/check
Thibault Saunier
1
-0
/
+3
2016-10-14
meson: Use environment object to setup test environment variables
Thibault Saunier
2
-48
/
+23
2016-10-11
meson: Add python tests
Thibault Saunier
1
-0
/
+26
2016-09-30
meson: Setup pre commit hook and fix getpluginsdir for standalone case
Thibault Saunier
1
-5
/
+7
2016-09-26
tests_:python: Factor out common code
Thibault Saunier
5
-13
/
+73
2016-09-26
timeline: Properly compute the end of groups when checking snapping
Thibault Saunier
1
-0
/
+30
2016-09-26
ges: Handle moving groups with effects inside
Thibault Saunier
1
-0
/
+52
2016-09-26
ges: Deprecate GESTimelineElement::priority writability
Thibault Saunier
3
-25
/
+7
2016-09-26
Finally move clip priority handling to GESLayer.
Thibault Saunier
10
-97
/
+128
2016-09-26
clip: Make top effect priority inside the clip priority range
Thibault Saunier
1
-4
/
+3
2016-09-26
tests_: timelineedition: Fix test now that we ripple from start and not from end
Thibault Saunier
1
-11
/
+28
2016-09-13
timeline: Make get_groups public
Alexandru Băluț
3
-0
/
+163
2016-09-13
tests_: Make sure child-removed is emitted when ungrouping
Alexandru Băluț
1
-0
/
+18
2016-09-09
tests: Move -DGES_TEST_FILES_PATH to common_cflags
Thibault Saunier
1
-2
/
+2
2016-09-09
tests: Fix the way we get tests assets
Thibault Saunier
3
-25
/
+9
2016-09-07
meson: Do not build libges against libcheck
Thibault Saunier
1
-0
/
+1
2016-09-05
meson: Properly find where other GStreamer plugins are when using subprojects
Thibault Saunier
2
-6
/
+31
2016-08-24
Add support for Meson as alternative/parallel build system
Thibault Saunier
1
-0
/
+73
2016-08-05
ges: Do not rescale videos if the track aspect ratio changes
Thibault Saunier
1
-4
/
+3
2016-07-28
timeline: Ripple from start of clips and not the end.
Thibault Saunier
1
-10
/
+11
2016-06-20
tests: Make sure to run python tests against the build in tree
Thibault Saunier
1
-2
/
+2
2016-06-20
ges: Don't remove track elements from clips when removing from layer
Thibault Saunier
2
-4
/
+30
2016-06-20
title_: Do not forget to link up child_added/removed vmethod
Thibault Saunier
1
-0
/
+26
2016-06-20
auto-transitions: Do not remove auto transitions when moving neighboor from t...
Thibault Saunier
1
-1
/
+29
2016-04-22
title: Do not concider inpoints
Thibault Saunier
1
-6
/
+6
2016-04-13
tests: Rename positionner to positioner in the tests too
Sebastian Dröge
1
-9
/
+9
2016-04-04
tests: Add some things to .gitignore
Sebastian Dröge
1
-0
/
+1
2016-02-26
Handle changing playback rate
Sjors Gielen
3
-1
/
+321
2016-02-09
Fix and test priority of TrackElement after splitting
Thibault Saunier
1
-0
/
+57
2016-02-05
tests: extend the AM_TESTS_ENVIRONMENT from check.mak
Thiago Santos
1
-1
/
+1
2016-02-04
effect: Determine the effect type as soon as possible
Thibault Saunier
2
-3
/
+3
2016-02-04
title-clip: Return default GESTitleSource value if no child set yet
Thibault Saunier
1
-0
/
+20
2016-01-17
group: Make deep copying actually copy deep
Thibault Saunier
2
-0
/
+114
2016-01-17
tests_: Add a simple python copy/paste test for groups
Thibault Saunier
2
-0
/
+73
2015-12-10
Implement asset proxying support
Thibault Saunier
2
-5
/
+53
2015-11-21
tests: Properly setup GST_PLUGIN_PATH in test environement
Thibault Saunier
1
-1
/
+8
2015-07-23
tests: Do not use gst-structured-interface in the tests
Thibault Saunier
2
-17
/
+15
2015-07-06
asset: Port use of deprecated GSimpleAsyncResult to GTask
Thibault Saunier
1
-1
/
+1
2015-07-03
track-element: Fix splitting bindings and add unit tests
Thibault Saunier
2
-1
/
+179
2015-07-03
timeline: Disable movement that lead to 2 transition at a position
Thibault Saunier
1
-53
/
+5
2015-07-03
timeline: Never change output media time when trimming start
Thibault Saunier
2
-26
/
+35
2015-07-03
track-element: Return right value when editing
Thibault Saunier
1
-26
/
+9
2015-06-25
nle: Port tests to the "commit" action signals
Thibault Saunier
1
-3
/
+12
2015-06-01
ges: Handle trimming auto transitions
Thibault Saunier
1
-0
/
+39
2015-05-18
ges: Enhance xges format versioning
Thibault Saunier
3
-27
/
+40
[next]