index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
matroska
/
matroska-mux.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-28
matroskamux: Only mark new clusters as keyframe if they start on a keyframe o...
Sebastian Dröge
1
-1
/
+2
2018-02-28
matroskamux: Clip maximum cluster duration to the maximum possible value
Sebastian Dröge
1
-1
/
+2
2018-02-28
matroska-mux: Refuse caps changes after starting to write headers
Sebastian Dröge
1
-0
/
+44
2017-12-15
Add AV1 to matroska plugin
Sean DuBois
1
-0
/
+2
2017-12-15
matroska: fix memory leaks due to toc related updates
fengalin
1
-6
/
+15
2017-12-15
matroska: re-activate and update TOC support
fengalin
1
-124
/
+146
2017-10-03
Use proper GtkDoc notation for NULL/FALSE/TRUE
Reynaldo H. Verdejo Pinochet
1
-5
/
+5
2017-07-25
matroskamux: For audio tracks, take the default duration from the first buffer
Sebastian Dröge
1
-6
/
+22
2017-07-18
matroskamux: add properties to control cluster duration
Nicola Murino
1
-5
/
+45
2016-12-21
matroskamux: only drop actual streamheader buffers with xiph codecs
Nicola Murino
1
-3
/
+5
2016-12-20
matroskamux: mark all packets of audio-only streams as keyframes
Nicola Murino
1
-5
/
+6
2016-12-20
matroskamux: add G722 audio support
Nicola Murino
1
-1
/
+6
2016-11-12
Use intermediate guint when handling GstVideoMultiviewFlags
Scott D Phillips
1
-2
/
+4
2016-10-27
matroskamux: allow resolutions above 4096
Branko Subasic
1
-2
/
+2
2016-09-29
matroskamux: Always write the default frame duration for VP8/9 too
Sebastian Dröge
1
-8
/
+0
2016-07-07
matroskamux: Remove suspicious checks for pads being active and linked
Sebastian Dröge
1
-13
/
+12
2016-07-07
matroskamux: Error out if we start writing data with some pads not having a c...
Sebastian Dröge
1
-4
/
+9
2016-07-07
matroskamux: Consistently use gst_matroska_mux_set_codec_id() for setting the...
Sebastian Dröge
1
-5
/
+8
2016-05-15
matroska-mux: Fix strcmp usage
Edward Hervey
1
-5
/
+4
2016-04-11
matroskamux: make timecodescale configurable
Nicola Murino
1
-2
/
+15
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-8
/
+7
2016-02-23
matroskamux: don't output empty tags/tag elements
Matej Knopp
1
-32
/
+68
2016-02-23
matroska-mux: make up an OpusHead block if possible when missing
Vincent Penquerc'h
1
-0
/
+52
2016-02-22
matroska: remove confusing duplicate track uid field
Mark Nauwelaerts
1
-4
/
+3
2016-01-27
matroskamux: use A_AAC instead of A_AAC/MPEGx/y
Matej Knopp
1
-46
/
+5
2015-12-19
matroska-mux: Implement prores support
Thibault Saunier
1
-0
/
+31
2015-11-18
matroskamux: remove duplicate check
Luis de Bethencourt
1
-3
/
+1
2015-11-15
matroskamux: remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
1
-4
/
+2
2015-11-03
matroska/webmmux: Support Opus in webmmux and VP9 in matroskamux
Sebastian Dröge
1
-0
/
+2
2015-11-03
matroskamux: Write CodecDelay, DiscardPadding and SeekPreroll for Opus
Sebastian Dröge
1
-4
/
+53
2015-11-03
matroskamux: Opus headers are not in-band
Sebastian Dröge
1
-1
/
+2
2015-10-11
matroskamux: Create a TIME segment when creating streamable output
Sebastian Dröge
1
-12
/
+12
2015-09-22
matroska-mux: Don't output a warning on MONO multiview mode.
Jan Schmidt
1
-0
/
+2
2015-08-08
matroskamux: fix outdated comment
Tim-Philipp Müller
1
-1
/
+1
2015-07-16
Update mailing list address from sourceforge to freedesktop
Tim-Philipp Müller
1
-1
/
+1
2015-07-07
docs: fix "Symbol name not found at the start of the comment block"
Stefan Sauer
1
-1
/
+1
2015-06-11
matroska: Implement basic stereoscopic video support
Jan Schmidt
1
-1
/
+56
2015-04-27
Rename property enums from ARG_ to PROP_
Luis de Bethencourt
1
-17
/
+17
2015-03-04
matroskamux: Remove duration accumulation logic
Nicola Murino
1
-20
/
+22
2015-03-04
matroska: Add an helper method to get buffer timestamps
Nicola Murino
1
-28
/
+27
2015-02-27
matroskamux/demux: initialize dts_only
Nicola Murino
1
-0
/
+1
2015-02-27
matroskamux: store DTS for V_MS/VFW/FOURCC streams
Nicola Murino
1
-2
/
+8
2015-02-02
matroskamux: store and write stream tags
Thiago Santos
1
-11
/
+87
2015-01-23
matroskamux: Avoid using freed variable
Edward Hervey
1
-1
/
+3
2014-12-18
matroska: mux/demux the OpusHead header
Vincent Penquerc'h
1
-0
/
+64
2014-11-09
matroska-mux: Use G_DEFINE_TYPE() to register the pad instead of manually reg...
Sebastian Dröge
1
-16
/
+4
2014-11-07
matroskamux: make GstMatroskamuxPad get_type() function thread-safe
Göran Jönsson
1
-2
/
+3
2014-11-02
matroskamux: tweak writing app tag string a little
Tim-Philipp Müller
1
-1
/
+1
2014-09-24
Miscellaneous minor cleanups
Sanjay NM
1
-1
/
+0
2014-09-12
matroskamux: don't bitwise OR the same flag twice
Anuj Jaiswal
1
-2
/
+1
[next]