summaryrefslogtreecommitdiff
path: root/ext/sdl
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-3/+3
* Merge branch 'master' into 0.11Wim Taymans2012-02-103-1/+4
|\
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-1/+1
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-273-1/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-282-2/+3
|/
* sdlaudiosink: Remove dead assignmentsEdward Hervey2010-11-251-11/+1
* 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
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-19/+10
* 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
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* 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/sdlaudiosink.c: Fix build on Mac OS X. (missing format parameter)Julien Moutte2007-11-211-1/+1
* ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ...Tim-Philipp Müller2007-06-062-2/+2
* ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ...René Stadler2007-05-231-2/+2
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-13/+12
* ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte2007-01-043-10/+1
* ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag...Andrew Andkjar2006-08-292-3/+3
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-7/+7
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-062-4/+6
* ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ...Tim-Philipp Müller2006-05-051-3/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-9/+8
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* ext/sdl/sdlvideosink.*: Fix output stride copying, so that it displays correc...Jan Schmidt2006-01-272-84/+172
* Removed gst_base_src_set_live from mms and neon, and now calling parent_class...Edgard Lima2006-01-161-0/+2
* Now implementing navigation interface and using GST_BOILER_PLATE_FULL.Edgard Lima2006-01-111-50/+127
* Replaced wrong style code by GST_BOILERPLATE.Edgard Lima2006-01-111-37/+6
* Created new element, sdlaudiosink.Edgard Lima2006-01-095-24/+611
* fix includeThomas Vander Stichele2005-11-281-1/+1
* ext/sdl/sdlvideosink.*: Updates for fractional framerates and XOverlay interf...Jan Schmidt2005-11-232-11/+13
* 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-032-3/+80
* 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-312-2/+29
* ext/sdl/sdlvideosink.*: Fix I420 output on some machines (not very nice, but ...Tim-Philipp Müller2005-10-282-19/+59
* 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-272-2/+39
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-4/+4
* fix Makefile.am ughThomas Vander Stichele2005-09-201-9/+2