| Commit message (Expand) | Author | Age | Files | Lines |
* | various (ext): add missing G_PARAM_STATIC_STRINGS flags | Stefan Kost | 2010-10-19 | 1 | -1/+2 |
* | sdlvideosink: Fix function prototype for touchy compilers | Edward Hervey | 2010-09-21 | 1 | -1/+1 |
* | sdl: Port to new XOverlay API | Edward Hervey | 2010-09-21 | 1 | -4/+5 |
* | sdlvideosink: Re-enable YVYU and UYVY | David Schleef | 2010-09-04 | 1 | -5/+3 |
* | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 2010-03-18 | 1 | -11/+5 |
* | sdl: only include sys/time.h when we have it | Andoni Morales | 2009-06-29 | 1 | -0/+2 |
* | Make build without warnings with debugging disabled | Tim-Philipp Müller | 2009-06-19 | 1 | -5/+5 |
* | ext/sdl/sdlvideosink.c: Use g_setenv() and g_unsetenv() instead of setenv() t... | Tal Shalif | 2008-08-02 | 1 | -2/+2 |
* | Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse... | Sebastian Dröge | 2007-12-29 | 1 | -1/+3 |
* | ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ... | Tim-Philipp Müller | 2007-06-06 | 1 | -1/+1 |
* | ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ... | René Stadler | 2007-05-23 | 1 | -2/+2 |
* | ext/: Fix various compiler warnings that reveal potential bugs. | Julien Moutte | 2007-01-04 | 1 | -3/+0 |
* | ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag... | Andrew Andkjar | 2006-08-29 | 1 | -2/+2 |
* | Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo... | Maciej Katafiasz | 2006-05-06 | 1 | -2/+3 |
* | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2006-04-25 | 1 | -1/+1 |
* | Unify the long descriptions in the plugin details (#337263). | j^ | 2006-04-06 | 1 | -8/+7 |
* | ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc... | Jan Schmidt | 2006-01-27 | 1 | -84/+171 |
* | Now implementing navigation interface and using GST_BOILER_PLATE_FULL. | Edgard Lima | 2006-01-11 | 1 | -50/+127 |
* | Created new element, sdlaudiosink. | Edgard Lima | 2006-01-09 | 1 | -20/+2 |
* | ext/sdl/sdlvideosink.*: Updates for fractional framerates and XOverlay interf... | Jan Schmidt | 2005-11-23 | 1 | -10/+11 |
* | Update for GST_FOURCC_FORMAT API change. | Tim-Philipp Müller | 2005-11-21 | 1 | -3/+3 |
* | Add support to exit when 'Esc' key is pressed. | Edgard Lima | 2005-11-03 | 1 | -2/+78 |
* | Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SD... | Edgard Lima | 2005-10-31 | 1 | -3/+3 |
* | Added a property that allows full-screen. | Edgard Lima | 2005-10-31 | 1 | -2/+28 |
* | ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but ... | Tim-Philipp Müller | 2005-10-28 | 1 | -18/+56 |
* | ext/sdl/sdlvideosink.c: Fix SDL videosink and did some cleanups. | Wim Taymans | 2005-10-27 | 1 | -101/+90 |
* | Trying to fix videos out of sync (not fixed yet) | Edgard Lima | 2005-10-27 | 1 | -2/+37 |
* | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 2005-10-12 | 1 | -2/+2 |
* | sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec | Edgard Lima | 2005-09-19 | 1 | -74/+49 |
* | Fix up all the state change functions. | Jan Schmidt | 2005-09-05 | 1 | -12/+13 |
* | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 2005-07-05 | 1 | -2/+0 |
* | ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass e... | Ronald S. Bultje | 2004-11-10 | 1 | -23/+44 |
* | Fixes a bunch of problems with finalize and dispose functions, either assumpt... | Jan Schmidt | 2004-11-01 | 1 | -4/+4 |
* | ext/sdl/sdlvideosink.c: Only allow sane framerates. | David Schleef | 2004-08-09 | 1 | -1/+1 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -48/+48 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -210/+180 |
* | configure.ac: the Hermes library controls hermescolorspace, not colorspace. | David Schleef | 2004-03-13 | 1 | -2/+3 |
* | ext/aalib/gstaasink.c: Add fixate function. (bug #131128) | David Schleef | 2004-03-06 | 1 | -0/+29 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 1 | -6/+6 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 1 | -6/+6 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -15/+14 |
* | use element time. | Benjamin Otte | 2004-01-14 | 1 | -7/+2 |
* | ext/sdl/sdlvideosink.c: Using XOverlay public method to fire size signal. | Julien Moutte | 2004-01-08 | 1 | -3/+3 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -41/+29 |
* | Move over from GstInterface to GstImplementsInterface. Also adds some signals... | Ronald S. Bultje | 2003-12-07 | 1 | -7/+7 |
* | remove copyright field from plugins | Andy Wingo | 2003-12-04 | 1 | -1/+0 |
* | This GstVideoSink function was removed today | Jan Schmidt | 2003-11-20 | 1 | -2/+0 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 1 | -1/+1 |
* | SDL Video sink ported to the new plugin code. (Sorry that last commit message... | Iain Holmes | 2003-11-02 | 1 | -48/+50 |
* | Add XOverlay interface support to both sdlvideosink and xvideosink. They're f... | Ronald S. Bultje | 2003-10-28 | 1 | -159/+314 |