summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2006-03-03sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte5-13/+33
2006-02-25sys/glsink/glimagesink.c: It doesn't seem we need GLU.hJulien Moutte1-1/+0
2006-02-22Cygwin Ports maintainer.Jan Schmidt2-5/+5
2006-02-20Port ximagesrc to 0.10 (Closes #304795)Jan Schmidt6-2/+1515
2006-02-14sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on schleef, don't brea...Andy Wingo1-3/+3
2006-01-30sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD)Andy Wingo1-2/+4
2006-01-28sys/glsink/Makefile.am: glimagesink.h is dead, long live glimagesink.hEdward Hervey1-2/+0
2006-01-28revival of glimagesink. Kind of works.David Schleef4-1501/+567
2006-01-11remove old (broken) sunaudio plugin from bad as there is a new working one in...Christian Schaller9-1832/+0
2006-01-05added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte6-0/+2439
2005-12-16don't use doc comments for non-docs change some char* into char[]Stefan Kost1-4/+4
2005-12-06expand tabsThomas Vander Stichele24-731/+731
2005-11-21Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2-4/+5
2005-11-21Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt2-8/+5
2005-11-09Don't use gtk-doc markers for normal comments. Fix gtk-doc formatting where r...Tim-Philipp Müller5-5/+8
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost13-52/+55
2005-09-05Fix up all the state change functions.Jan Schmidt12-145/+154
2005-08-31all these plugins are moved to gst-plugins-uglyThomas Vander Stichele1-2/+2
2005-08-30all these plugins are moved to gst-plugins-goodThomas Vander Stichele1-18/+0
2005-08-14licensing, name and description changesThomas Vander Stichele1-1/+1
2005-07-08sys/oss/: Port from THREADED+wim's fixes.Andy Wingo1-10/+4
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo6-12/+0
2005-05-19Make my automake version shut up about undefined variablesJan Schmidt1-1/+1
2005-05-06gst-plugins 0.9 cvs head now compiles (only effectv left compiling)Christian Schaller1-5/+5
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller1-68/+52
2005-02-03sys/qcam/gstqcamsrc.c: Use GST_ELEMENT_ERROR, not g_warning, if open failed.Ronald S. Bultje1-13/+17
2005-01-10sys/: Add debug categories, fix overlay disabling.Ronald S. Bultje1-1/+15
2005-01-07sys/v4l2/gstv4l2src.c: Fix against template (#150576).Ronald S. Bultje1-0/+9
2004-12-22sys/sunaudio/gstsunmixer.c: Normalizing the value before settingRonald S. Bultje1-4/+9
2004-12-19sys/: g_assert() can be a macro, don't use #ifdef inside it.Ronald S. Bultje1-3/+5
2004-12-15sys/sunaudio/gstsunaudio.c: Apply patch from and cleaning up code a bit. Als...David Schleef2-53/+7
2004-12-09Synchronize property names where not yet the case. Devices are now device=X, ...Ronald S. Bultje1-2/+8
2004-11-25gst/cdxaparse/: SVCD/VCD header stripping separated from CDXA image parsing.Ronald S. Bultje2-156/+390
2004-11-11sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not definedZaheer Abbas Merali1-1/+6
2004-11-01Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2-11/+9
2004-10-27fix build on older automakeThomas Vander Stichele1-1/+1
2004-10-26Memory leak fixesIain Holmes1-4/+1
2004-10-25sys/: Remove client-side overlay handling, use the X-server v4l plugin for th...Ronald S. Bultje8-227/+155
2004-10-25sys/oss/gstosssrc.*: OK, so people want offset in DEFAULT. This time, actuall...Ronald S. Bultje1-1/+3
2004-10-24sys/v4l2/gstv4l2element.c: Fix properties (channel, norm, frequency).Ronald S. Bultje1-11/+12
2004-10-24sys/v4l2/gstv4l2element.c: Flag typo.Ronald S. Bultje2-9/+12
2004-10-24sys/v4l2/v4l2src_calls.c: Fix hang.Ronald S. Bultje1-0/+1
2004-10-24sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness.Ronald S. Bultje4-7/+25
2004-10-01sys/sunaudio/gstsunaudio.c: Solve #152805.Ronald S. Bultje2-6/+15
2004-08-30fix for 151236Thomas Vander Stichele1-1/+1
2004-08-27sys/glsink/glimagesink.c: Move local variable declarations to make gcc-2.95 h...David Schleef1-19/+20
2004-08-27sys/sunaudio/Makefile.am: Add sunaudiosrc patch from BalaBalamurali Viswanathan3-0/+495
2004-08-18sys/sunaudio/: Fix caps to handle full range of rates and channels. Make deb...Balamurali Viswanathan6-14/+933
2004-08-09sys/glsink/ARB_multitexture.h: Remove old files.David Schleef10-3462/+0
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler4-8/+1762