Age | Commit message (Expand) | Author | Files | Lines |
2007-12-29 | Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse... | Sebastian Dröge | 1 | -1/+3 |
2007-11-21 | ext/sdl/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter) | Julien Moutte | 1 | -1/+1 |
2007-06-06 | ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ... | Tim-Philipp Müller | 2 | -2/+2 |
2007-05-23 | ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ... | René Stadler | 1 | -2/+2 |
2007-04-29 | autogen.sh: Require automake 1.7 | Thomas Vander Stichele | 1 | -13/+12 |
2007-01-04 | ext/: Fix various compiler warnings that reveal potential bugs. | Julien Moutte | 3 | -10/+1 |
2006-08-29 | ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag... | Andrew Andkjar | 2 | -3/+3 |
2006-06-01 | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 2 | -7/+7 |
2006-05-06 | Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo... | Maciej Katafiasz | 2 | -4/+6 |
2006-05-05 | ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ... | Tim-Philipp Müller | 1 | -3/+3 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2 | -2/+2 |
2006-04-06 | Unify the long descriptions in the plugin details (#337263). | j^ | 2 | -9/+8 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 1 | -1/+1 |
2006-01-27 | ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc... | Jan Schmidt | 2 | -84/+172 |
2006-01-16 | Removed gst_base_src_set_live from mms and neon, and now calling parent_class... | Edgard Lima | 1 | -0/+2 |
2006-01-11 | Now implementing navigation interface and using GST_BOILER_PLATE_FULL. | Edgard Lima | 1 | -50/+127 |
2006-01-11 | Replaced wrong style code by GST_BOILERPLATE. | Edgard Lima | 1 | -37/+6 |
2006-01-09 | Created new element, sdlaudiosink. | Edgard Lima | 5 | -24/+611 |
2005-11-28 | fix include | Thomas Vander Stichele | 1 | -1/+1 |
2005-11-23 | ext/sdl/sdlvideosink.*: Updates for fractional framerates and XOverlay interf... | Jan Schmidt | 2 | -11/+13 |
2005-11-21 | Update for GST_FOURCC_FORMAT API change. | Tim-Philipp Müller | 1 | -3/+3 |
2005-11-03 | Add support to exit when 'Esc' key is pressed. | Edgard Lima | 2 | -3/+80 |
2005-10-31 | Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SD... | Edgard Lima | 1 | -3/+3 |
2005-10-31 | Added a property that allows full-screen. | Edgard Lima | 2 | -2/+29 |
2005-10-28 | ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but ... | Tim-Philipp Müller | 2 | -19/+59 |
2005-10-27 | ext/sdl/sdlvideosink.c: Fix SDL videosink and did some cleanups. | Wim Taymans | 1 | -101/+90 |
2005-10-27 | Trying to fix videos out of sync (not fixed yet) | Edgard Lima | 2 | -2/+39 |
2005-10-12 | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 2 | -4/+4 |
2005-09-20 | fix Makefile.am ugh | Thomas Vander Stichele | 1 | -9/+2 |
2005-09-20 | Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9. | Edgard Lima | 1 | -1/+1 |
2005-09-19 | sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec | Edgard Lima | 2 | -79/+58 |
2005-09-05 | Fix up all the state change functions. | Jan Schmidt | 1 | -12/+13 |
2005-07-05 | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 1 | -2/+0 |
2004-11-10 | ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass e... | Ronald S. Bultje | 1 | -23/+44 |
2004-11-01 | Fixes a bunch of problems with finalize and dispose functions, either assumpt... | Jan Schmidt | 1 | -4/+4 |
2004-08-09 | ext/sdl/sdlvideosink.c: Only allow sane framerates. | David Schleef | 1 | -1/+1 |
2004-04-21 | ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. jmmv... | David Schleef | 1 | -1/+1 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 1 | -48/+48 |
2004-03-15 | *.h: Revert indenting | Johan Dahlin | 1 | -9/+9 |
2004-03-14 | gst-indent | Thomas Vander Stichele | 2 | -219/+189 |
2004-03-13 | configure.ac: the Hermes library controls hermescolorspace, not colorspace. | David Schleef | 2 | -3/+4 |
2004-03-06 | ext/aalib/gstaasink.c: Add fixate function. (bug #131128) | David Schleef | 1 | -0/+29 |
2004-03-02 | Fix for move of gstvideosink.h -> videosink.h. | Ronald S. Bultje | 1 | -1/+1 |
2004-02-02 | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 1 | -6/+6 |
2004-01-29 | GST_ELEMENT_ERROR | Thomas Vander Stichele | 1 | -6/+6 |
2004-01-18 | use new error signal and classification | Thomas Vander Stichele | 1 | -15/+14 |
2004-01-14 | use element time. | Benjamin Otte | 1 | -7/+2 |
2004-01-08 | ext/sdl/sdlvideosink.c: Using XOverlay public method to fire size signal. | Julien Moutte | 1 | -3/+3 |
2003-12-22 | Merge CAPS branch | David Schleef | 2 | -44/+29 |
2003-12-07 | Move over from GstInterface to GstImplementsInterface. Also adds some signals... | Ronald S. Bultje | 1 | -7/+7 |