summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-06Add fbdev-based video sink. Linux-only. See bug #506549.Sean D'Epagnier6-2/+562
2008-01-06Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2...Sebastian Dröge4-10/+70
2008-01-06sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works...David Schleef7-18/+99
2008-01-06sys/glsink/: Reenable video/x-raw-rgb and x-raw-yuv for glimagesink. Enable ...David Schleef8-291/+125
2008-01-04gst/rtpmanager/gstrtpjitterbuffer.c: Don't unref the popped buffer when we do...Wim Taymans2-3/+8
2008-01-03gst/mpegtsparse/: Remove no longer needed files.Zaheer Abbas Merali8-707/+13
2008-01-02tests/check/Makefile.am: Disable vcdsrc in states test because it takes too m...David Schleef2-2/+9
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef8-29/+43
2007-12-31gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED.Wim Taymans2-0/+7
2007-12-31Switch to using pkgconfig to detect libGL. Since we use recent features adde...David Schleef3-11/+18
2007-12-29Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge5-5/+20
2007-12-29Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ...Sebastian Dröge14-19/+26
2007-12-29Major cleanup of code. Convert glupload to BaseTransform.David Schleef17-414/+650
2007-12-28ext/soup/: Use gst_tag_freeform_string_to_utf8() and post radio station info ...Tim-Philipp Müller3-41/+44
2007-12-27sys/glsink/: Change glimagesink over to using GL buffers. This breaks glimag...David Schleef3-26/+114
2007-12-27sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visua...David Schleef9-115/+239
2007-12-27sys/glsink/: Remove code that handles non-texture buffers. Add aDavid Schleef14-310/+1080
2007-12-25sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that usesDavid Schleef10-6/+1332
2007-12-24sys/glsink/: Clean up code. Fix a few leaks.David Schleef4-31/+11
2007-12-24sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch].David Schleef7-8/+19
2007-12-24sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst...David Schleef10-137/+277
2007-12-23gst/videoparse/: Remove videoparse element, because it was moved to gst/rawpa...David Schleef4-947/+7
2007-12-23gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce not...Sebastian Dröge2-0/+11
2007-12-23Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge11-2/+1665
2007-12-22sys/glsink/: A careful read of the documentation reveals that I can't use ren...David Schleef8-20/+219
2007-12-21Some IPTC tags mapped.Edgard Lima9-52/+227
2007-12-21Removed gstmetadatacommon.Edgard Lima9-852/+758
2007-12-21sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau...David Schleef14-188/+1413
2007-12-20gst/: Ignore more.Tim-Philipp Müller3-0/+9
2007-12-19New base class for metadata elements.Edgard Lima15-1944/+1574
2007-12-18gst/switch/: gst/switch/gstswitch.c (enum, gst_selector_pad_class_init) (gst_...Andy Wingo5-54/+133
2007-12-18Makefile.am: Include common/win32.mak for CRLF check of win32 project files (...Tim-Philipp Müller3-6/+17
2007-12-18sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele...David Schleef11-665/+235
2007-12-17gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef4-1/+17
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when a buffer is i...Andy Wingo2-1/+6
2007-12-17gst/switch/: gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_str...Andy Wingo4-5/+32
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_clas...Andy Wingo2-24/+53
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_change_state)Andy Wingo2-47/+31
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): gst/switch/gstswitch.c (g...Andy Wingo3-1/+39
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_class_init)Andy Wingo2-1/+22
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables.Andy Wingo3-29/+103
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() sig...Andy Wingo2-1/+53
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes.Andy Wingo3-3/+30
2007-12-17gst/switch/gstswitch.*: Add `block' and `switch' signals.Andy Wingo5-1/+65
2007-12-17gst/switch/gstswitch.*: Replace with files from gststreamselector.[ch], regis...Andy Wingo3-720/+534
2007-12-17add libsoup plugin to specChristian Schaller1-0/+1
2007-12-17Added "parse-only" property to metadatademux.Edgard Lima11-57/+255
2007-12-16sys/glsink/: Rename GLVideo* to GstGL*.David Schleef5-105/+112
2007-12-16sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :(David Schleef5-5/+219
2007-12-15sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-...David Schleef7-36/+297