index
:
delta/gstreamer-plugins-good.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_11
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
RELEASE-0_10_10_BRANCH
RELEASE-0_10_10_ROOT
TYPEFIND
baserock/0.10+v4l_fix
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/0.10
baserock/morph/1.2
discontinued-for-monorepo
g729fixes
master
master-UNNAMED-BRANCH
gitlab.freedesktop.org: gstreamer/gst-plugins-good.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
multifile
Commit message (
Expand
)
Author
Age
Files
Lines
*
splitmuxsink: remove extra \n at debug message
Thiago Santos
2015-08-03
1
-1
/
+1
*
splitmuxsink: prevent deadlock when states change too fast
Thiago Santos
2015-08-03
1
-1
/
+4
*
splitmuxsink: Support mpegtsmux as a muxer.
Jan Schmidt
2015-07-29
1
-0
/
+6
*
splitmuxsrc: Use a separate lock to delay typefind.
Jan Schmidt
2015-07-29
2
-4
/
+18
*
splitmuxsink: add a "format-location" signal that allows better control over ...
George Kiagiadakis
2015-07-14
1
-3
/
+28
*
splitmuxsrc: sticky events are sent automatically from the pad
Thiago Santos
2015-06-25
1
-24
/
+0
*
splitmuxsrc: make sure to push sticky events before adding pad
Thiago Santos
2015-06-25
1
-0
/
+31
*
Revert "splitmuxsink: Mask async-start/done while switching files."
Jan Schmidt
2015-06-23
2
-48
/
+4
*
splitmuxsrc: Fix startup and shutdown races.
Jan Schmidt
2015-06-23
2
-28
/
+84
*
splitmuxsink: Mask async-start/done while switching files.
Jan Schmidt
2015-06-23
2
-4
/
+48
*
splitmuxsink: Take released-but-not-yet-output bytes into account
Jan Schmidt
2015-06-12
3
-5
/
+15
*
splitmuxsink: Don't accumulate more than 2 GOPs
Jan Schmidt
2015-06-08
1
-1
/
+1
*
splitmuxsrc: Protect total_duration state variable with the object lock.
Jan Schmidt
2015-06-08
1
-7
/
+14
*
splitfilesrc: Implement binary search in find_part_for_offset
Jimmy Ohn
2015-05-25
1
-11
/
+24
*
multifilesink: Add a new max-duration file switching mode
Edward Hervey
2015-05-20
2
-1
/
+83
*
multifilesink: streamline the file-switch code a bit
Edward Hervey
2015-05-20
1
-35
/
+15
*
multifilesink: add "aggregate-gops" property to process GOPs as a whole
Edward Hervey
2015-05-20
2
-6
/
+130
*
Revert "doc: Workaround gtkdoc issue"
Stefan Sauer
2015-05-18
1
-2
/
+0
*
doc: Workaround gtkdoc issue
Nicolas Dufresne
2015-05-16
1
-0
/
+2
*
splitmuxsrc: minor error message clean-up
Tim-Philipp Müller
2015-05-10
1
-2
/
+2
*
Rename property enums from ARG_ to PROP_
Luis de Bethencourt
2015-04-27
1
-25
/
+25
*
Remove obsolete Android build cruft
Tim-Philipp Müller
2015-04-26
1
-14
/
+0
*
remove unused enum items PROP_LAST
Luis de Bethencourt
2015-04-24
1
-2
/
+1
*
splitmuxsink: do not access property variable without the object lock, use th...
George Kiagiadakis
2015-04-15
1
-1
/
+1
*
splitmuxsink: add probe on the multiqueue's sink pad instead of the ghost pad
George Kiagiadakis
2015-04-15
1
-1
/
+1
*
multifilesink: minor docs improvement
Tim-Philipp Müller
2015-04-13
1
-0
/
+8
*
splitmuxsink: fix mutex leak
Vincent Penquerc'h
2015-04-09
1
-0
/
+1
*
multifilesink: close files before posting message
Thiago Santos
2015-04-04
1
-6
/
+6
*
multifilesink: post file message on EOS
Thiago Santos
2015-04-04
1
-0
/
+37
*
splitmux: Shut down element before downward state change
Jan Schmidt
2015-03-10
1
-12
/
+3
*
splitmuxsink: Protect property variables with the object lock.
Jan Schmidt
2015-03-07
1
-13
/
+34
*
multifile: attempt to fix docs build issue on build bot
Tim-Philipp Müller
2015-02-26
2
-3
/
+0
*
splitmuxsin: remove dead code
Luis de Bethencourt
2015-02-16
1
-2
/
+0
*
splitmuxsink: flag as sink from the start
Tim-Philipp Müller
2015-02-13
1
-0
/
+2
*
splitmuxsink: fix example pipeline properly
Tim-Philipp Müller
2015-02-10
1
-1
/
+1
*
splitmux: fix typo
Luis de Bethencourt
2015-02-10
1
-1
/
+1
*
splitmux: update example pipeline
Luis de Bethencourt
2015-02-10
1
-1
/
+1
*
splitmux: fix memory leak
Luis de Bethencourt
2015-02-10
1
-2
/
+6
*
splitmux: Add unit test for file splitting
Jan Schmidt
2015-02-07
2
-1
/
+15
*
splitmux: Fix memory leaks until the test valgrinds clean
Jan Schmidt
2015-02-07
2
-10
/
+106
*
splitmux: Handle early EOS during part preparation
Jan Schmidt
2015-02-06
1
-4
/
+7
*
splitmux: Implement new elements for splitting files at mux level.
Jan Schmidt
2015-02-06
12
-87
/
+4469
*
multifilesink: don't OR the same flag twice
Anuj Jaiswal
2014-09-11
1
-1
/
+1
*
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
2014-04-26
1
-2
/
+0
*
multifilesrc: Implement seeking in case of multiple images
Thibault Saunier
2013-11-22
2
-0
/
+62
*
docs: get rid of 'Since: 0.10.x' markers
Tim-Philipp Müller
2013-11-18
3
-16
/
+6
*
multifilesink: Let the base class do get_times
Olivier Crête
2013-05-13
1
-1
/
+0
*
gst: Add better support for static plugins
Sebastian Dröge
2013-04-15
1
-1
/
+1
*
multifilesink: post messages in max-size mode as well
Tim-Philipp Müller
2012-11-16
1
-1
/
+1
*
multifilesink: don't write stream headers with key-unit-event
Alessandro Decina
2012-11-10
1
-3
/
+5
[next]