summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-12-27sys/glsink/: Convert gldownload to BaseTransform. Make glfilterexample visua...David Schleef1-0/+15
2007-12-27sys/glsink/: Remove code that handles non-texture buffers. Add aDavid Schleef1-0/+21
2007-12-25sys/glsink/: Add gltestsrc element, a duplicate of videotestsrc that usesDavid Schleef1-0/+15
2007-12-24sys/glsink/: Clean up code. Fix a few leaks.David Schleef1-0/+7
2007-12-24sys/glsink/: Rename glvideo.[ch] to gstgldisplay.[ch].David Schleef1-0/+12
2007-12-24sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst...David Schleef1-0/+15
2007-12-23gst/videoparse/: Remove videoparse element, because it was moved to gst/rawpa...David Schleef1-0/+7
2007-12-23gst/rawparse/gstrawparse.c: Always seek on frame boundaries, will produce not...Sebastian Dröge1-0/+6
2007-12-23Add new plugin rawparse that contains a base class for raw data parsers and t...Sebastian Dröge1-0/+36
2007-12-22sys/glsink/: A careful read of the documentation reveals that I can't use ren...David Schleef1-0/+13
2007-12-21Some IPTC tags mapped.Edgard Lima1-0/+12
2007-12-21Removed gstmetadatacommon.Edgard Lima1-0/+12
2007-12-21sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau...David Schleef1-0/+19
2007-12-20gst/: Ignore more.Tim-Philipp Müller1-0/+6
2007-12-19New base class for metadata elements.Edgard Lima1-0/+22
2007-12-18gst/switch/: gst/switch/gstswitch.c (enum, gst_selector_pad_class_init) (gst_...Andy Wingo1-0/+16
2007-12-18Makefile.am: Include common/win32.mak for CRLF check of win32 project files (...Tim-Philipp Müller1-0/+11
2007-12-18sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele...David Schleef1-0/+16
2007-12-17gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef1-0/+7
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when a buffer is i...Andy Wingo1-0/+5
2007-12-17gst/switch/: gst/switch/gstswitch.c (gst_stream_selector_class_init) (gst_str...Andy Wingo1-0/+6
2007-12-17gst/switch/gstswitch.c (gst_selector_pad_get_property) (gst_selector_pad_clas...Andy Wingo1-0/+7
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_change_state)Andy Wingo1-0/+4
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): gst/switch/gstswitch.c (g...Andy Wingo1-0/+8
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_class_init)Andy Wingo1-0/+4
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelector): Add some state variables.Andy Wingo1-0/+11
2007-12-17gst/switch/gstswitch.c (gst_stream_selector_block): Implement the block() sig...Andy Wingo1-0/+4
2007-12-17gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix vmethod prototypes.Andy Wingo1-0/+7
2007-12-17gst/switch/gstswitch.*: Add `block' and `switch' signals.Andy Wingo1-0/+8
2007-12-17gst/switch/gstswitch.*: Replace with files from gststreamselector.[ch], regis...Andy Wingo1-0/+7
2007-12-17Added "parse-only" property to metadatademux.Edgard Lima1-2/+16
2007-12-16sys/glsink/: Rename GLVideo* to GstGL*.David Schleef1-0/+8
2007-12-16sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :(David Schleef1-0/+9
2007-12-15sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-...David Schleef1-0/+11
2007-12-15gst/videoparse/gstvideoparse.c: Free the adapter on dispose and correctly res...Sebastian Dröge1-0/+6
2007-12-15gst/videoparse/gstvideoparse.c: Improve duration query by first asking upstre...Sebastian Dröge1-0/+11
2007-12-15gst/videoparse/gstvideoparse.c: Add support for video/x-raw-rgb and video/x-r...Sebastian Dröge1-0/+13
2007-12-15sys/glsink/gstvideo-common.*: Pull together some common raw video functions i...David Schleef1-0/+14
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Ra...Edgard Lima1-0/+19
2007-12-14gst/mpegtsparse/mpegtspacketizer.*: Hash streams by pid again. Add a linked l...Zaheer Abbas Merali1-0/+8
2007-12-14update spec file and add two missing files for distingChristian Schaller1-0/+6
2007-12-13Code documentation.Edgard Lima1-0/+22
2007-12-13Added a test application. Added some EXIF tags. Fixed a muxer bug.Edgard Lima1-0/+13
2007-12-13gst/videoparse/gstvideoparse.c: Implement a query type function for the src p...Sebastian Dröge1-0/+8
2007-12-13gst/videoparse/gstvideoparse.c: Handle -1 values for the CONVERT query too.Sebastian Dröge1-0/+6
2007-12-13gst/videoparse/gstvideoparse.c: Add YV12 to the pad templates as it is suppor...Sebastian Dröge1-0/+6
2007-12-13gst/videoparse/Makefile.am: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix t...Sebastian Dröge1-0/+10
2007-12-13gst/videoparse/: Add a bunch of features: handle format specification, handle...David Schleef1-0/+7
2007-12-12gst/rtpmanager/: Clean up the dynamic pads when going to READY.Wim Taymans1-0/+10
2007-12-12gst/rtpmanager/: Fix some leaks.Wim Taymans1-0/+10