summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-30sys/dvb/dvbbasebin.c: Fix the build.Stefan Kost1-0/+1
2007-10-29sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way ...Zaheer Abbas Merali1-3/+2
2007-10-23sys/dvb/gstdvbsrc.c: Actually use the code-rate-hp parameter for DVB-S.Zaheer Abbas Merali1-21/+48
2007-10-19sys/dvb/dvbbasebin.c: Added proxy property of diseqc-sourceZaheer Abbas Merali1-0/+4
2007-10-17sys/dvb/: Fix some warnings.Tim-Philipp Müller2-2/+2
2007-10-16sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project.Alessandro Decina26-74/+4483
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost3-3/+20
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost1-0/+1
2007-07-04sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,Zaheer Abbas Merali2-90/+94
2007-06-25gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller1-9/+11
2007-06-22Fix leaks.Edward Hervey3-8/+3
2007-06-21Re-enable VCD source and fix up release notes.Tim-Philipp Müller1-1/+1
2007-06-13sys/Makefile.am: Disable VCD build because we're frozen..Wim Taymans1-1/+1
2007-06-13Port VCD element.Wim Taymans4-322/+151
2007-06-12Move videocrop and osxvideo to -good.Jan Schmidt6-1267/+2
2007-06-12Remove the waveform plugin now that it is in -good.Jan Schmidt3-739/+0