Age | Commit message (Expand) | Author | Files | Lines |
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 | + checking in plugin category changes | Leif Johnson | 34 | -59/+44 |
2003-11-16 | + further mucking about with the playondemand filter | Leif Johnson | 4 | -64/+57 |
2003-11-16 | + adding endianness conversion macros for floats | Leif Johnson | 1 | -1/+55 |
2003-11-15 | live and let die | Thomas Vander Stichele | 1 | -2/+70 |
2003-11-15 | Adding GstVideoOverlay interface. | Julien Moutte | 3 | -0/+261 |
2003-11-15 | fix makefile | Thomas Vander Stichele | 1 | -1/+1 |
2003-11-14 | disting fix | Christian Schaller | 1 | -3/+5 |
2003-11-14 | GStreamer does not use changelogs | Benjamin Otte | 2 | -70/+2 |
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 | 3 | -43/+59 |
2003-11-12 | add -lX11 to X_LIBS so ximagesink builds | Benjamin Otte | 1 | -0/+3 |
2003-11-11 | make colorspace handle the original RGB format, too, since it handles both. A... | Benjamin Otte | 2 | -0/+66 |
2003-11-11 | test for regular shm instead of XShm | Thomas Vander Stichele | 1 | -15/+19 |
2003-11-11 | include macro for defining GST_FUNCTION, so debugging output from plugins get... | Benjamin Otte | 1 | -0/+3 |
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-10 | change video/x-jpeg to image/jpeg | David Schleef | 1 | -3/+5 |
2003-11-10 | Proper device-capabilities check when opening | Ronald S. Bultje | 1 | -0/+11 |
2003-11-09 | disting fixes, pixbuf loader still borked in regards to disting | Christian Schaller | 3 | -9/+11 |
2003-11-09 | Fix device probing from multiple childs. It's done once in the parent class o... | Ronald S. Bultje | 1 | -5/+8 |
2003-11-07 | Do not demux only 2 trak atoms | Jeremy Simon | 1 | -4/+9 |
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 | 141 | -76/+368 |
2003-11-07 | Add device autodetection | Ronald S. Bultje | 2 | -1/+180 |
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-07 | test and define HAVE_XSHM build ximage plugin | Thomas Vander Stichele | 2 | -1/+9 |
2003-11-06 | Include config.h | David Schleef | 2 | -0/+6 |
2003-11-06 | All the interfaces are collected in libgstinterfaces now. | Jan Schmidt | 1 | -3/+1 |
2003-11-06 | this will make it easier to merge when you have uncommited plugins in your tree | Steve Baker | 1 | -11/+61 |
2003-11-06 | set default errorlevel to NONE. Make configure change it to ERROR (the curren... | Benjamin Otte | 1 | -0/+6 |
2003-11-06 | updates to glsink | Gernot Ziegler | 1 | -46/+44 |
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 | libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay | Ronald S. Bultje | 2 | -2/+2 |
2003-11-05 | Remove obsolete external function call and do all element registrations in pl... | Ronald S. Bultje | 5 | -29/+4 |
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-05 | add initial version of gdkpixbuf loader for gtk that is capable of loading AV... | Benjamin Otte | 1 | -0/+6 |
2003-11-04 | disable Altivec until someone fixes the build to allow it conditionally | Benjamin Otte | 1 | -5/+6 |
2003-11-03 | v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ... | Benjamin Otte | 2 | -2/+2 |
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-11-03 | convert to new plugin system | David Schleef | 1 | -25/+33 |
2003-11-03 | fix warnings | David Schleef | 1 | -6/+3 |
2003-11-03 | Add -DG_DISABLE_DEPRECATED to $GST_ERROR | David Schleef | 1 | -0/+1 |