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
/
icydemux
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-02-14
icydemux: reset tags on empty value
Søren Juul
1
-1
/
+4
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+8
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-4
/
+2
2015-04-26
Remove obsolete Android build cruft
Tim-Philipp Müller
1
-14
/
+0
2015-04-17
icydemux: Fix segfault if metadata-interval is 0
Alex O'Konski
1
-0
/
+1
2014-11-23
icydemux: does not need to link against zlib
Tim-Philipp Müller
1
-1
/
+1
2014-04-16
icydemux: Unref dropped events
Sebastian Dröge
1
-1
/
+4
2013-05-13
icydemux: Fix sticky event handling
Sebastian Dröge
1
-6
/
+33
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2013-04-09
icydemux: avoid copy when we can
Wim Taymans
1
-2
/
+8
2012-11-04
Fix FSF address
Tim-Philipp Müller
2
-4
/
+4
2012-08-27
docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvert
Tim-Philipp Müller
1
-1
/
+1
2012-08-04
gst_tag_list_free -> gst_tag_list_unref
Tim-Philipp Müller
1
-3
/
+3
2012-07-28
tag: Update for taglist/tag event API changes
Sebastian Dröge
1
-4
/
+1
2012-06-06
update for tag event change
Wim Taymans
1
-1
/
+1
2012-05-23
icydemux: warning if setting srcpad caps fails
Anton Novikov
1
-2
/
+4
2012-05-23
icydemux: activate srcpad before setting caps
Anton Novikov
1
-1
/
+1
2012-04-10
Use new gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-04-04
gst: Update versioning
Sebastian Dröge
1
-1
/
+1
2012-03-28
update for buffer changes
Wim Taymans
1
-1
/
+1
2011-11-17
add parent to pad functions
Wim Taymans
1
-8
/
+10
2011-11-10
update for adapter api changes
Wim Taymans
1
-1
/
+2
2011-10-30
ext, gst: update for taglist API changes
Tim-Philipp Müller
1
-1
/
+1
2011-10-27
make some more things compile again
Wim Taymans
1
-1
/
+1
2011-10-10
icydemux: port to 0.11
Wim Taymans
1
-59
/
+43
2011-04-11
android: Make it ready for androgenizer
Thibault Saunier
1
-0
/
+14
2011-02-21
icydemux: fix tag list handling issues that might have caused crashes
Tim-Philipp Müller
1
-13
/
+16
2010-12-02
icydemux: Add 'StreamUrl' metadata as GST_TAG_HOMEPAGE tag
Andoni Morales Alastruey
1
-6
/
+4
2010-11-04
icydemux: fix use-after-free of taglist
Jonathan Matthew
1
-1
/
+3
2010-10-04
icydemux: forward tag events
Andoni Morales Alastruey
1
-15
/
+29
2010-03-23
icydemux: Handle upstream Content-Type.
Edward Hervey
2
-21
/
+49
2010-03-18
build: Makefile.am cleanups
Tim-Philipp Müller
1
-2
/
+2
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+5
2009-04-18
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
1
-3
/
+1
2009-01-28
Update and add documentation for plugins with no deps (gst).
Stefan Kost
1
-10
/
+4
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -good.
Stefan Kost
1
-0
/
+1
2008-08-27
gst/icydemux/gsticydemux.c: Small docs fix: in the example pipeline, we need ...
Tim-Philipp Müller
1
-2
/
+3
2008-02-07
Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without caps, and add a som...
Tim-Philipp Müller
1
-2
/
+12
2007-06-05
configure.ac: Bump requirements to released versions (core and base 0.10.13).
Tim-Philipp Müller
1
-78
/
+2
2007-04-12
gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are ...
Tim-Philipp Müller
1
-30
/
+87
2006-10-16
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
1
-1
/
+1
2006-10-11
gst/: Activate pad before adding it to the already-running element.
Tim-Philipp Müller
1
-0
/
+1
2006-09-14
gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers f...
Tim-Philipp Müller
2
-36
/
+26
2006-06-22
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...
Tim-Philipp Müller
1
-1
/
+1
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
1
-2
/
+2
2006-04-28
gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding...
Michael Smith
2
-0
/
+53
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-04-21
Add icydemux, and tests.
Michael Smith
3
-0
/
+678