summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-15gst/videoparse/gstvideoparse.c: Free the adapter on dispose and correctly res...Sebastian Dröge3-1/+16
2007-12-15gst/videoparse/gstvideoparse.c: Improve duration query by first asking upstre...Sebastian Dröge2-26/+81
2007-12-15gst/videoparse/gstvideoparse.c: Add support for video/x-raw-rgb and video/x-r...Sebastian Dröge2-13/+194
2007-12-15sys/glsink/gstvideo-common.*: Pull together some common raw video functions i...David Schleef9-108/+799
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima13-1620/+1313
2007-12-14gst/mpegtsparse/mpegtspacketizer.*: Hash streams by pid again. Add a linked l...Zaheer Abbas Merali3-48/+118
2007-12-14update spec file and add two missing files for distingChristian Schaller4-2/+19
2007-12-13Code documentation.Edgard Lima19-197/+326
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima11-105/+1419
2007-12-13gst/videoparse/gstvideoparse.c: Implement a query type function for the src p...Sebastian Dröge2-1/+76
2007-12-13gst/videoparse/gstvideoparse.c: Handle -1 values for the CONVERT query too.Sebastian Dröge2-3/+21
2007-12-13gst/videoparse/gstvideoparse.c: Add YV12 to the pad templates as it is suppor...Sebastian Dröge3-3/+11
2007-12-13gst/videoparse/Makefile.am: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix t...Sebastian Dröge3-4/+14
2007-12-13gst/videoparse/: Add a bunch of features: handle format specification, handle...David Schleef4-114/+379
2007-12-12gst/rtpmanager/: Clean up the dynamic pads when going to READY.Wim Taymans3-30/+51
2007-12-12gst/rtpmanager/: Fix some leaks.Wim Taymans4-0/+27
2007-12-12ext/dts/gstdtsdec.*: Add support for "audio/x-private1-dts" as used by flupsp...Sebastian Dröge3-5/+108
2007-12-12sys/glsink/: Split out gl-related code into a separate file with a sensible A...David Schleef5-393/+513
2007-12-11ext/soup/gstsouphttpsrc.*: Do not try to unpause I/O in the "queued" state.Wouter Cloetens3-39/+375
2007-12-11ext/x264/gstx264enc.c: Fix caps memleak.Wim Taymans2-2/+12
2007-12-11gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when p...Tim-Philipp Müller2-4/+11
2007-12-10gst/rtpmanager/: Post a message when the SDES infor changes for a source.Wim Taymans5-4/+130
2007-12-10gst/videoparse/gstvideoparse.c: Forward the query upstream, the default eleme...mutex at runbox dot com2-5/+10
2007-12-10gst/rtpmanager/: Add signal to notify of an SDES change.Wim Taymans21-38/+113
2007-12-10gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...Wim Taymans4-2/+214
2007-12-10gst/rtpmanager/: Update comment.Wim Taymans8-322/+1036