summaryrefslogtreecommitdiff
path: root/ext/sdl/sdlvideosink.c
Commit message (Expand)AuthorAgeFilesLines
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-1/+2
* sdlvideosink: Fix function prototype for touchy compilersEdward Hervey2010-09-211-1/+1
* sdl: Port to new XOverlay APIEdward Hervey2010-09-211-4/+5
* sdlvideosink: Re-enable YVYU and UYVYDavid Schleef2010-09-041-5/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-11/+5
* sdl: only include sys/time.h when we have itAndoni Morales2009-06-291-0/+2
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-5/+5
* ext/sdl/sdlvideosink.c: Use g_setenv() and g_unsetenv() instead of setenv() t...Tal Shalif2008-08-021-2/+2
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Sebastian Dröge2007-12-291-1/+3
* ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ...Tim-Philipp Müller2007-06-061-1/+1
* ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ...René Stadler2007-05-231-2/+2
* ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte2007-01-041-3/+0
* ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar2006-08-291-2/+2
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-8/+7
* ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc...Jan Schmidt2006-01-271-84/+171
* Now implementing navigation interface and using GST_BOILER_PLATE_FULL.Edgard Lima2006-01-111-50/+127
* Created new element, sdlaudiosink.Edgard Lima2006-01-091-20/+2
* ext/sdl/sdlvideosink.*: Updates for fractional framerates and XOverlay interf...Jan Schmidt2005-11-231-10/+11
* Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-3/+3
* Add support to exit when 'Esc' key is pressed.Edgard Lima2005-11-031-2/+78
* Changed property full-screen to fullscreen, using SDL_SWSURFACE instead of SD...Edgard Lima2005-10-311-3/+3
* Added a property that allows full-screen.Edgard Lima2005-10-311-2/+28
* ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but ...Tim-Philipp Müller2005-10-281-18/+56
* ext/sdl/sdlvideosink.c: Fix SDL videosink and did some cleanups.Wim Taymans2005-10-271-101/+90
* Trying to fix videos out of sync (not fixed yet)Edgard Lima2005-10-271-2/+37
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-2/+2
* sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2decEdgard Lima2005-09-191-74/+49
* Fix up all the state change functions.Jan Schmidt2005-09-051-12/+13
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass e...Ronald S. Bultje2004-11-101-23/+44
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-4/+4
* ext/sdl/sdlvideosink.c: Only allow sane framerates.David Schleef2004-08-091-1/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-48/+48
* gst-indentThomas Vander Stichele2004-03-141-210/+180
* configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef2004-03-131-2/+3
* ext/aalib/gstaasink.c: Add fixate function. (bug #131128)David Schleef2004-03-061-0/+29
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-6/+6
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-6/+6
* use new error signal and classificationThomas Vander Stichele2004-01-181-15/+14
* use element time.Benjamin Otte2004-01-141-7/+2
* ext/sdl/sdlvideosink.c: Using XOverlay public method to fire size signal.Julien Moutte2004-01-081-3/+3
* Merge CAPS branchDavid Schleef2003-12-221-41/+29
* Move over from GstInterface to GstImplementsInterface. Also adds some signals...Ronald S. Bultje2003-12-071-7/+7
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* This GstVideoSink function was removed todayJan Schmidt2003-11-201-2/+0
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-071-1/+1
* SDL Video sink ported to the new plugin code. (Sorry that last commit message...Iain Holmes2003-11-021-48/+50
* Add XOverlay interface support to both sdlvideosink and xvideosink. They're f...Ronald S. Bultje2003-10-281-159/+314