summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2008-05-08sys/oss4/oss4-mixer-slider.c: Apparently mono sliders have the mono value rep...Clive Wright1-2/+8
2008-04-25gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C+...Michael Smith1-2/+2
2008-04-17sys/dvb/gstdvbsrc.c: Revert patch that added a loop timeout.Zaheer Abbas Merali1-3/+0
2008-04-13ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt1-1/+1
2008-04-11sys/dshowsrcwrapper/gstdshowvideosrc.*: Don't increase latency by queuing buf...Ole André Vadla Ravnås2-8/+71
2008-04-11sys/oss4/: Fix arguments format in debug statements.Julien Moutte2-5/+6
2008-04-10Add wininetsrc for basic http/ftp support on windows (#520897).Ole André Vadla Ravnås4-2/+540
2008-04-02Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...Tim-Philipp Müller19-2/+7866
2008-03-28sys/dvb/gstdvbsrc.c: Repeat diseqc call to allow for some diseqc switches.Zaheer Abbas Merali1-1/+4
2008-03-27sys/dvb/gstdvbsrc.c: Make diseqc work more reliably.Zaheer Abbas Merali1-85/+89
2008-03-01sys/dvb/: Add DVB-C support. Special thanks to Christian Schaller for a testi...Zaheer Abbas Merali2-9/+72
2008-02-27sys/dvb/camutils.c: Remove the G_VALUE_HOLDS_BOXED checks. They were only add...Zaheer Abbas Merali1-17/+12
2008-02-27sys/dvb/camutils.c: Don't free the program descriptors, this structure contai...Zaheer Abbas Merali1-3/+0
2008-02-27sys/dvb/camutils.c: Extra checks to prevent data corruption/segfaults.Zaheer Abbas Merali1-12/+18
2008-02-23sys/dvb/gstdvbsrc.c: Add initial support for multiproto driver (not yet merge...Zaheer Abbas Merali1-8/+27
2008-02-22Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer1-9/+11
2008-02-14sys/dvb/camutils.c: Do not assume "descriptors" property in the pmt structure...Zaheer Abbas Merali1-7/+8
2008-02-13Also add dshow pieces to the disted subdirs to fix distcheck.Jan Schmidt1-1/+2
2008-02-12Add Makefiles to win32 plugins and lib.Sébastien Moutte2-0/+18
2008-02-12sys/dvb/dvbbasebin.c: Fix leak of location string returned from gst_uri_get_l...Zaheer Abbas Merali1-2/+7
2008-02-12Remove glimagesink, as it's been moved to gst-plugins-gl.David Schleef23-5651/+2
2008-02-12sys/dshowdecwrapper/: Chain up dispose methods properly. Fixes bug #515970.Sebastian Dröge2-0/+4
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt2-0/+4
2008-02-11sys/fbdev/gstfbdevsink.c: Free the device string in finalize. Fixes bug #515722.Sebastian Dröge1-0/+12
2008-02-08sys/dvb/: Add URI Handler for dvb.Zaheer Abbas Merali4-6/+405
2008-02-07ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte8-7/+2671
2008-01-25sys/dvb/gstdvbsrc.c: Open frontend in NULL->READY so caps about dvb adapter c...Zaheer Abbas Merali1-1/+29
2008-01-25sys/dvb/gstdvbsrc.c: Post bus message about adapter type and it's capabilitie...Zaheer Abbas Merali1-3/+28
2008-01-23sys/dvb/gstdvbsrc.c: Do not go on forever if problem with reading from dvr, r...Zaheer Abbas Merali1-0/+10
2008-01-06Add fbdev-based video sink. Linux-only. See bug #506549.Sean D'Epagnier4-2/+541
2008-01-06sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works...David Schleef6-18/+86
2008-01-06sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable ...David Schleef7-291/+113
2007-12-31Switch to using pkgconfig to detect libGL. Since we use recent features adde...David Schleef1-2/+2
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge1-1/+4
2007-12-29Major cleanup of code. Convert glupload to BaseTransform.David Schleef15-412/+629
2007-12-27sys/glsink/: Change glimagesink over to using GL buffers. This breaks glimag...David Schleef2-26/+107
2007-12-27sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visua...David Schleef8-115/+224
2007-12-27sys/glsink/: Remove code that handles non-texture buffers. Add aDavid Schleef13-310/+1059
2007-12-25sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that usesDavid Schleef9-6/+1317
2007-12-24sys/glsink/: Clean up code. Fix a few leaks.David Schleef3-31/+4
2007-12-24sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch].David Schleef6-8/+7
2007-12-24sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst...David Schleef9-137/+262
2007-12-22sys/glsink/: A careful read of the documentation reveals that I can't use ren...David Schleef7-20/+206
2007-12-21sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau...David Schleef13-188/+1394
2007-12-18sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele...David Schleef9-665/+219
2007-12-16sys/glsink/: Rename GLVideo* to GstGL*.David Schleef4-105/+104
2007-12-16sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :(David Schleef4-5/+210
2007-12-15sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-...David Schleef6-36/+286
2007-12-15sys/glsink/gstvideo-common.*: Pull together some common raw video functions i...David Schleef8-108/+785
2007-12-14update spec file and add two missing files for distingChristian Schaller1-0/+2