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
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
4
-2
/
+9
2017-12-15
matroska: fix memory leaks due to toc related updates
fengalin
2
-6
/
+30
2017-12-15
matroska: re-activate and update TOC support
fengalin
5
-162
/
+235
2017-11-13
matroskademux: Remove bogus error message
Edward Hervey
1
-2
/
+2
2017-11-08
matroskademux: Add parsing Colour element
Seungha Yang
3
-0
/
+216
2017-10-03
Use proper GtkDoc notation for NULL/FALSE/TRUE
Reynaldo H. Verdejo Pinochet
1
-5
/
+5
2017-09-11
matroskademux: search_cluster should find preceding cluster before target
Mark Nauwelaerts
1
-3
/
+11
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
2
-6
/
+47
2017-07-09
matroskademux: segment seek position is expressed in buffer time
Mark Nauwelaerts
1
-1
/
+1
2017-06-24
matroskademux: track highest known cluster position and time
Mark Nauwelaerts
2
-3
/
+35
2017-06-24
matroskademux: improve and simplify searching for cluster and position
Mark Nauwelaerts
1
-76
/
+112
2017-06-24
matroskademux: increase chunk size when scanning for cluster
Mark Nauwelaerts
1
-1
/
+1
2017-06-24
matroskademux: maintain variable state when searching for position
Mark Nauwelaerts
1
-2
/
+2
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-05-06
matroskademux: improve index memory usage
Tim-Philipp Müller
1
-1
/
+1
2017-03-22
qtdemux: matroskademux: Ignore repeated seek events
Jan Schmidt
1
-0
/
+11
2017-01-17
matroska: Quiet a WARN when parsing push mode
Jan Schmidt
1
-1
/
+1
2016-12-29
matroskademux: adjust segment stop for KEY_UNIT negative rate seeking
Mark Nauwelaerts
1
-1
/
+7
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-12-01
matroskademux: Fix memory leak when parsing attachments
Sebastian Dröge
1
-3
/
+2
2016-12-01
matroskademux: Unify zlib/bzip2 decompress loops with the ones from qtdemux
Sebastian Dröge
1
-19
/
+23
2016-11-22
matroskademux: Fix cluster searching if we search multiple times in one chunk
Sebastian Dröge
1
-2
/
+11
2016-11-22
matroska: Add size checks to the parsing of FLAC headers
Sebastian Dröge
1
-3
/
+6
2016-11-21
matroskademux: add support for skipping invalid data in push mode
Nicola Murino
1
-5
/
+40
2016-11-21
matroskaparse: add support for skipping invalid data
Nicola Murino
3
-5
/
+49
2016-11-17
matroskaparse: Add remaining relevant parts from a3a55305 to the parser
Sebastian Dröge
1
-2
/
+5
2016-11-17
matroskaparse: ignore parsing errors at the end of the file
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-08-26
Use the new API to post flow ERROR messages on the bus
Thibault Saunier
2
-4
/
+2
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+24
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-06-06
matroskademux: preserve seek flags
Michael Olbrich
1
-6
/
+7
2016-05-20
matroskademux: Set seek event seqnum in EOS and SEGMENT_DONE messages/events
Sebastian Dröge
1
-6
/
+19
2016-05-19
matroskademux: don't hold object lock whilst pushing out headers
Seungha Yang
1
-3
/
+0
2016-05-15
matroska-mux: Fix strcmp usage
Edward Hervey
1
-5
/
+4
2016-05-14
matroska: use math-compat.h for NAN define
Tim-Philipp Müller
1
-12
/
+1
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
4
-26
/
+21
2016-03-10
win32: Don't try to include xmath.h on newer Visual Studio
Nirbheek Chauhan
1
-2
/
+3
2016-02-29
matroska-demux: remove impossible condition
Luis de Bethencourt
1
-1
/
+1
[next]