index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
libmms
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
Add feature options for almost all plugins
Nirbheek Chauhan
1
-1
/
+1
2018-04-25
Meson: Generate pc file for all plugins in bad
Xavier Claessens
1
-0
/
+1
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+13
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-2
/
+1
2015-11-18
Remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
1
-2
/
+1
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-12-11
mms: Fix format string for off_t/goffset
Sebastian Dröge
1
-2
/
+2
2012-11-04
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
1
-1
/
+1
2012-04-24
mms: Use correct enum type
Sebastian Dröge
1
-1
/
+1
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-01-03
GST_FLOW_UNEXPECTED -> GST_FLOW_EOS
Wim Taymans
1
-1
/
+1
2011-11-24
mmssrc: make connection-speed property a guint64
Tim-Philipp Müller
2
-5
/
+6
2011-11-13
Update for GstURIHandler get_protocols() changes
Tim-Philipp Müller
1
-8
/
+13
2011-10-04
mmssrc: port to 0.11
Wim Taymans
1
-45
/
+24
2011-08-31
mms: fix warnings related to the format on the debug lines.
Josep Torra
1
-1
/
+1
2010-05-06
mmssrc: Use the escaped location for the RTSP redirect message
Sebastian Dröge
1
-3
/
+4
2010-05-06
mmssrc: Check URI for validity and work around URI parsing bugs in libmms
Sebastian Dröge
1
-11
/
+60
2010-05-06
mmssrc: Some random cleanup
Sebastian Dröge
1
-38
/
+29
2010-03-22
Add -Wwrite-strings
Benjamin Otte
1
-2
/
+2
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-7
/
+4
2010-01-12
mmssrc: post error message in addition to redirect when connect fails
Tim-Philipp Müller
1
-0
/
+8
2009-11-05
mms: printf format fixes
Tim-Philipp Müller
1
-7
/
+6
2009-10-11
mms: fixes warning in macosx snow leopard
Josep Torra
1
-2
/
+3
2009-10-07
build: fprintf, sprintf, sscanf need stdio.h
Stefan Kost
1
-0
/
+1
2009-06-19
Make build without warnings with debugging disabled
Tim-Philipp Müller
1
-4
/
+3
2009-05-03
mms: extend BaseSrc query handling rather than overriding
Mark Nauwelaerts
1
-29
/
+9
2009-04-21
mmssrc: If the connection fails, emit a redirection msg to the rtsp equivalent.
Edward Hervey
1
-2
/
+12
2009-01-23
Add seeking support to mmssrc. Fixes bug #469930.
Hans de Goede
2
-61
/
+199
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2008-09-30
ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_...
Ole André Vadla Ravnås
1
-1
/
+1
2008-03-13
Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...
Sebastian Dröge
1
-1
/
+1
2007-08-08
Add connection speed property to libmms. Fixes #464678.
Josep Torre Valles
2
-5
/
+33
2007-05-31
ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...
Tim-Philipp Müller
1
-3
/
+3
2006-12-15
ext/libmms/gstmms.c: These debug statements should be using LOG level.
Tim-Philipp Müller
1
-4
/
+4
2006-06-23
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...
Tim-Philipp Müller
1
-1
/
+1
2006-06-12
ext/libmms/gstmms.c: Set caps on outgoing buffers.
Tim-Philipp Müller
1
-0
/
+2
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-5
/
+6
2006-04-06
Unify the long descriptions in the plugin details (#337263).
j^
1
-6
/
+5
2006-03-10
ext/libmms/gstmms.*: Some clean-ups; more debug output; use blocksize propert...
Tim-Philipp Müller
2
-98
/
+66
2006-02-14
ext/libmms/gstmms.c: Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no ...
Tim-Philipp Müller
1
-21
/
+15
2006-01-25
Just chain up finalize calls (calling parent_class->finalize).
Edgard Lima
1
-1
/
+4
2006-01-25
Finalize method has been created and others small changes.
Edgard Lima
1
-2
/
+22
2006-01-16
Removed gst_base_src_set_live from mms and neon, and now calling parent_class...
Edgard Lima
1
-2
/
+0
2005-12-12
ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...
Tim-Philipp Müller
1
-2
/
+2
2005-12-11
Just removed a weird printf ;-)
Edgard Lima
1
-2
/
+0
2005-12-11
Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL...
Edgard Lima
2
-26
/
+78
2005-11-29
libmm ported to 0.9. It works fine, but print some error messages. I'll fix t...
Edgard Lima
3
-128
/
+113
[next]