Age | Commit message (Expand) | Author | Files | Lines |
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-09 | disting fixes, pixbuf loader still borked in regards to disting | Christian Schaller | 1 | -1/+0 |
2003-11-07 | We don't need to patch wmadec.c and avcodec.h anymore | Jeremy Simon | 1 | -52/+0 |
2003-11-07 | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 22 | -6/+73 |
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 | Patch avcodec.h and wmadec.c to use flag1 and flag2 from context | Jeremy Simon | 1 | -0/+52 |
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 | Remove trailing slash in last line of comment, it causes issues with certain ... | Ronald S. Bultje | 1 | -1/+1 |
2003-11-05 | Fix endianness issues manifested in pngenc. Fixes #125932 | David Schleef | 1 | -14/+0 |
2003-11-04 | disable Altivec until someone fixes the build to allow it conditionally | Benjamin Otte | 1 | -5/+6 |
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-28 | Disable lame in ffmpeg, too | Ronald S. Bultje | 1 | -1/+0 |
2003-10-28 | merge TYPEFIND branch. Major changes: | Benjamin Otte | 1 | -1/+1 |
2003-10-28 | Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've... | Ronald S. Bultje | 1 | -2/+0 |
2003-10-26 | Update FFMPEG snapshot to this morning's. Asked for by apoc. | Ronald S. Bultje | 3 | -105/+130 |
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 |
2003-10-10 | Make GstMixerTrack a GObject. I also want to make it emit several signals, st... | Ronald S. Bultje | 5 | -35/+221 |
2003-10-09 | changing 'channel' to 'track' to avoid naming overlap | Leif Johnson | 2 | -62/+68 |
2003-10-09 | adding G_BEGIN and G_END_DECLS | Leif Johnson | 1 | -0/+4 |
2003-10-09 | add object and struct padding | David Schleef | 7 | -4/+28 |
2003-10-06 | There was a floating doubt on the way visualization is written. We use 'z' ev... | Julien Moutte | 5 | -39/+38 |
2003-10-02 | Corrected macro in medi-info-priv.h so that it follows ISO standards, and rem... | Brian Cameron | 2 | -1/+10 |
2003-09-27 | make ffmpeg erroring out work: | Benjamin Otte | 1 | -1/+7 |
2003-09-27 | add navigation subdir | David Schleef | 1 | -2/+3 |
2003-09-27 | add navigation interface | David Schleef | 3 | -0/+167 |
2003-09-23 | Sync'ed files up to nautilus-media/media-info versions, and fixed them for er... | Iain Holmes | 6 | -585/+1042 |
2003-09-15 | Changing have_xid to have_video_out to match the new GstVideoSink parent object. | Julien Moutte | 3 | -62/+93 |
2003-09-14 | Adding GstVideoSink object which will be used for video sink's subclassing. | Julien Moutte | 4 | -2/+578 |
2003-09-13 | Copyright fix (code=mine) | Ronald S. Bultje | 2 | -6/+4 |
2003-09-13 | latest fixes to get everything disting and building like a charm | Christian Schaller | 2 | -0/+4 |
2003-09-13 | Add missing \ | David Schleef | 1 | -1/+1 |
2003-09-13 | Interface example: a mixer | Ronald S. Bultje | 4 | -2/+254 |
2003-09-12 | build and disting fixes | Christian Schaller | 1 | -12/+6 |