Age | Commit message (Expand) | Author | Files | Lines |
2008-02-22 | Some C89 fixes, moving variable declarations to the beginning of a block. Fix... | Jens Granseuer | 1 | -9/+11 |
2008-02-14 | sys/dvb/camutils.c: Do not assume "descriptors" property in the pmt structure... | Zaheer Abbas Merali | 1 | -7/+8 |
2008-02-13 | Also add dshow pieces to the disted subdirs to fix distcheck. | Jan Schmidt | 1 | -1/+2 |
2008-02-12 | Add Makefiles to win32 plugins and lib. | Sébastien Moutte | 2 | -0/+18 |
2008-02-12 | sys/dvb/dvbbasebin.c: Fix leak of location string returned from gst_uri_get_l... | Zaheer Abbas Merali | 1 | -2/+7 |
2008-02-12 | Remove glimagesink, as it's been moved to gst-plugins-gl. | David Schleef | 23 | -5651/+2 |
2008-02-12 | sys/dshowdecwrapper/: Chain up dispose methods properly. Fixes bug #515970. | Sebastian Dröge | 2 | -0/+4 |
2008-02-12 | Fix some finalize leaks by chaining up to the parent method. | Jan Schmidt | 2 | -0/+4 |
2008-02-11 | sys/fbdev/gstfbdevsink.c: Free the device string in finalize. Fixes bug #515722. | Sebastian Dröge | 1 | -0/+12 |
2008-02-08 | sys/dvb/: Add URI Handler for dvb. | Zaheer Abbas Merali | 4 | -6/+405 |
2008-02-07 | ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is defined | Sébastien Moutte | 8 | -7/+2671 |
2008-01-25 | sys/dvb/gstdvbsrc.c: Open frontend in NULL->READY so caps about dvb adapter c... | Zaheer Abbas Merali | 1 | -1/+29 |
2008-01-25 | sys/dvb/gstdvbsrc.c: Post bus message about adapter type and it's capabilitie... | Zaheer Abbas Merali | 1 | -3/+28 |
2008-01-23 | sys/dvb/gstdvbsrc.c: Do not go on forever if problem with reading from dvr, r... | Zaheer Abbas Merali | 1 | -0/+10 |
2008-01-06 | Add fbdev-based video sink. Linux-only. See bug #506549. | Sean D'Epagnier | 4 | -2/+541 |
2008-01-06 | sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works... | David Schleef | 6 | -18/+86 |
2008-01-06 | sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable ... | David Schleef | 7 | -291/+113 |
2007-12-31 | Switch to using pkgconfig to detect libGL. Since we use recent features adde... | David Schleef | 1 | -2/+2 |
2007-12-29 | Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse... | Sebastian Dröge | 1 | -1/+4 |
2007-12-29 | Major cleanup of code. Convert glupload to BaseTransform. | David Schleef | 15 | -412/+629 |
2007-12-27 | sys/glsink/: Change glimagesink over to using GL buffers. This breaks glimag... | David Schleef | 2 | -26/+107 |
2007-12-27 | sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visua... | David Schleef | 8 | -115/+224 |
2007-12-27 | sys/glsink/: Remove code that handles non-texture buffers. Add a | David Schleef | 13 | -310/+1059 |
2007-12-25 | sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that uses | David Schleef | 9 | -6/+1317 |
2007-12-24 | sys/glsink/: Clean up code. Fix a few leaks. | David Schleef | 3 | -31/+4 |
2007-12-24 | sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch]. | David Schleef | 6 | -8/+7 |
2007-12-24 | sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst... | David Schleef | 9 | -137/+262 |
2007-12-22 | sys/glsink/: A careful read of the documentation reveals that I can't use ren... | David Schleef | 7 | -20/+206 |
2007-12-21 | sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau... | David Schleef | 13 | -188/+1394 |
2007-12-18 | sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele... | David Schleef | 9 | -665/+219 |
2007-12-16 | sys/glsink/: Rename GLVideo* to GstGL*. | David Schleef | 4 | -105/+104 |
2007-12-16 | sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :( | David Schleef | 4 | -5/+210 |
2007-12-15 | sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-... | David Schleef | 6 | -36/+286 |
2007-12-15 | sys/glsink/gstvideo-common.*: Pull together some common raw video functions i... | David Schleef | 8 | -108/+785 |
2007-12-14 | update spec file and add two missing files for disting | Christian Schaller | 1 | -0/+2 |
2007-12-12 | sys/glsink/: Split out gl-related code into a separate file with a sensible A... | David Schleef | 4 | -393/+503 |
2007-12-05 | gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl... | Zaheer Abbas Merali | 1 | -5/+11 |
2007-12-03 | gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu... | Zaheer Abbas Merali | 1 | -10/+54 |
2007-11-26 | configure.ac: Add QuickTime Wrapper plug-in. | Julien Moutte | 12 | -2/+2918 |
2007-11-23 | gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets n... | Alessandro Decina | 9 | -107/+85 |
2007-11-04 | gst-libs/gst/dshow/gstdshowfakesink.*: Fix crasher in constructor due to the ... | Ole André Vadla Ravnås | 2 | -2/+2 |
2007-10-31 | sys/dvb/camswclient.c: Warn on failed write. | Zaheer Abbas Merali | 1 | -1/+3 |
2007-10-30 | sys/dvb/dvbbasebin.c: Fix the build. | Stefan Kost | 1 | -0/+1 |
2007-10-29 | sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way ... | Zaheer Abbas Merali | 1 | -3/+2 |
2007-10-23 | sys/dvb/gstdvbsrc.c: Actually use the code-rate-hp parameter for DVB-S. | Zaheer Abbas Merali | 1 | -21/+48 |
2007-10-19 | sys/dvb/dvbbasebin.c: Added proxy property of diseqc-source | Zaheer Abbas Merali | 1 | -0/+4 |
2007-10-17 | sys/dvb/: Fix some warnings. | Tim-Philipp Müller | 2 | -2/+2 |
2007-10-16 | sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. | Alessandro Decina | 26 | -74/+4483 |
2007-09-24 | Massive leak fixing, plus code cleanups. | Stefan Kost | 3 | -3/+20 |
2007-07-18 | Add stdlib include (free, atoi, exit). | Stefan Kost | 1 | -0/+1 |