summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-12sys/glsink/: Split out gl-related code into a separate file with a sensible A...David Schleef4-393/+503
2007-12-05gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl...Zaheer Abbas Merali1-5/+11
2007-12-03gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu...Zaheer Abbas Merali1-10/+54
2007-11-26configure.ac: Add QuickTime Wrapper plug-in.Julien Moutte12-2/+2918
2007-11-23gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets n...Alessandro Decina9-107/+85
2007-11-04gst-libs/gst/dshow/gstdshowfakesink.*: Fix crasher in constructor due to the ...Ole André Vadla Ravnås2-2/+2
2007-10-31sys/dvb/camswclient.c: Warn on failed write.Zaheer Abbas Merali1-1/+3