Age | Commit message (Expand) | Author | Files | Lines |
2003-12-14 | dist fix | Thomas Vander Stichele | 1 | -3/+3 |
2003-12-14 | distcheck fixes | Thomas Vander Stichele | 3 | -2/+69 |
2003-12-14 | Synchronizing my changes. | Julien Moutte | 4 | -442/+408 |
2003-12-13 | distcheck fixes: include built sources in CLEANFILES | Benjamin Otte | 3 | -0/+6 |
2003-12-11 | Using private structure for members so that we have more chance that the head... | Julien Moutte | 5 | -224/+256 |
2003-12-09 | Change GST_*_PADDING to _gst_private[GST_PADDING] | David Schleef | 17 | -24/+24 |
2003-12-08 | Adding visualization. | Julien Moutte | 4 | -226/+536 |
2003-12-07 | Whoops, this one is needed too | Ronald S. Bultje | 2 | -4/+102 |
2003-12-07 | Hm, darn, forgot to commit one dir | Ronald S. Bultje | 10 | -936/+1724 |
2003-12-07 | Don't use class casts before they're initialized | Ronald S. Bultje | 1 | -1/+2 |
2003-12-07 | Typo | Ronald S. Bultje | 1 | -2/+2 |
2003-12-07 | time_tick works. | Julien Moutte | 4 | -4/+384 |
2003-12-07 | Updating with my local repository. It already plays video with sound :) Great ! | Julien Moutte | 4 | -10/+476 |
2003-12-07 | Adding my work in progress rewrite from scratch of libgstplay. | Julien Moutte | 4 | -0/+1030 |
2003-12-07 | Move over from GstInterface to GstImplementsInterface. Also adds some signals... | Ronald S. Bultje | 19 | -35/+373 |
2003-12-04 | remove copyright field from plugins | Andy Wingo | 6 | -6/+0 |
2003-12-03 | fix X dependencies | Thomas Vander Stichele | 1 | -5/+7 |
2003-12-03 | fixing up X test and general features test | Thomas Vander Stichele | 1 | -2/+2 |
2003-11-19 | Fix a stupid mistake | Julien Moutte | 2 | -2/+2 |
2003-11-19 | Removing the video_out things. | Julien Moutte | 3 | -275/+12 |
2003-11-19 | Removing have_size as it is in GstVideoSink higher class. | Julien Moutte | 2 | -35/+1 |
2003-11-17 | Merged GstVideoOverlay features here. | Julien Moutte | 2 | -9/+96 |
2003-11-17 | Merging with GstXOverlay | Julien Moutte | 3 | -261/+0 |
2003-11-16 | + adding buffer-frames prop to standard caps macros | Leif Johnson | 2 | -20/+11 |
2003-11-16 | + adding endianness conversion macros for floats | Leif Johnson | 1 | -1/+55 |
2003-11-15 | Adding GstVideoOverlay interface. | Julien Moutte | 3 | -0/+261 |
2003-11-13 | er, no, signal should be VOID__POINTER. :) | David Schleef | 1 | -2/+2 |
2003-11-13 | signal should be VOID__VOID | David Schleef | 1 | -2/+2 |
2003-11-12 | fix build system for X, XShm and Xv | Benjamin Otte | 1 | -1/+1 |
2003-11-11 | make colorspace handle the original RGB format, too, since it handles both. A... | Benjamin Otte | 1 | -0/+62 |
2003-11-11 | Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to sc... | David Schleef | 2 | -10/+10 |
2003-11-10 | remove gst_video_sink_push_ui_event() | David Schleef | 3 | -27/+0 |
2003-11-07 | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 19 | -6/+61 |
2003-11-07 | Don't set the actual video size in gst_video_sink_got_video_size(). | David Schleef | 1 | -3/+0 |
2003-11-07 | use int64 for frame-time | David I. Lehn | 3 | -4/+4 |
2003-11-05 | Some prettification fixes to this interface... Make it look good, make it sim... | Ronald S. Bultje | 2 | -96/+202 |
2003-11-05 | Fix endianness issues manifested in pngenc. Fixes #125932 | David Schleef | 1 | -14/+0 |
2003-11-03 | use top-level defined plugindir | David Schleef | 1 | -2/+1 |
2003-11-03 | change libgst-interfaces to libgstinterfaces | David Schleef | 1 | -4/+4 |
2003-10-31 | first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sy... | Benjamin Otte | 8 | -51/+76 |
2003-10-31 | Oops, didn't mean to remove riff | David Schleef | 1 | -2/+2 |
2003-10-30 | minor cosmetic fix | David Schleef | 1 | -3/+1 |
2003-10-30 | Fix makefiles for GstPropertyProbe. Combine all interfaces into a single lib... | David Schleef | 6 | -23/+32 |
2003-10-30 | First attempt (actually third) at a property probing interface | David Schleef | 3 | -0/+258 |
2003-10-30 | change Iface to Interface | David Schleef | 2 | -7/+7 |
2003-10-29 | Change Class to Iface. Fix casting macros. | David Schleef | 2 | -18/+14 |
2003-10-28 | Don't use GstInterface | David Schleef | 2 | -4/+2 |
2003-10-20 | Gerd approved license change, so this code is now LGPL too | Ronald S. Bultje | 1 | -5/+2 |
2003-10-13 | Add audio/x-id3 as a mimetype handled by mad. | Iain Holmes | 1 | -1/+2 |
2003-10-10 | Some interface implementations for video4linux/video4linux2 plugins: a Tuner ... | Ronald S. Bultje | 19 | -6/+1946 |