summaryrefslogtreecommitdiff
path: root/sys/vcd
Commit message (Expand)AuthorAgeFilesLines
* vcdsrc: port to 1.Reynaldo H. Verdejo Pinochet2014-12-041-45/+49
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* vcdsrc: minor clean-upTim-Philipp Müller2010-06-121-10/+2
* vcdsrc: change VCD URI handler to the DVD schemeBastien Nocera2010-05-221-10/+40
* Add -Wwrite-stringsBenjamin Otte2010-03-221-1/+1
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* sys/vcd/vcdsrc.c: Allow the track to be set by using the uri. Fixes #535043.Onkar Shinde2008-05-281-4/+63
* Massive leak fixing, plus code cleanups.Stefan Kost2007-09-241-0/+13
* Port VCD element.Wim Taymans2007-06-133-315/+144
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* expand tabsThomas Vander Stichele2005-12-061-5/+5
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-11/+11
* Fix up all the state change functions.Jan Schmidt2005-09-051-10/+11
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* Synchronize property names where not yet the case. Devices are now device=X, ...Ronald S. Bultje2004-12-091-2/+8
* gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.Ronald S. Bultje2004-11-252-156/+390
* fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele2004-05-031-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-18/+19
* *.h: Revert indentingJohan Dahlin2004-03-151-39/+35
* gst-indentThomas Vander Stichele2004-03-142-159/+157
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-2/+1
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+0
* fix most of sys dir. v4l2 and dxr3 pending, as I don't have themBenjamin Otte2003-11-021-21/+25
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-4/+4
* Remove redundant definition of plugindirDavid Schleef2003-08-101-1/+0
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* Patches by JoshuaRonald S. Bultje2002-05-102-3/+16
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-201-1/+1
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-1/+1
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-1/+1
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variable...Andy Wingo2002-03-191-1/+1
* lib renameThomas Vander Stichele2002-03-121-5/+5
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-0/+1
* Fixed some pluginsWim Taymans2001-12-281-6/+0