summaryrefslogtreecommitdiff
path: root/ext/directfb
Commit message (Expand)AuthorAgeFilesLines
* dfbvideosink: remove ignored assignmentsLuis de Bethencourt2015-06-051-4/+4
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-2/+6
* dfbvideosink: Unref pad template caps after usageSebastian Rasmussen2014-08-101-2/+4
* dfbvideosink: Fix unitialized variable compiler warningSebastian Dröge2014-02-081-1/+1
* directfb: Add hack to fix compile with broken DirectFB defineJan Schmidt2013-12-191-0/+5
* dfbvideosink: make "layer-mode" property an enumTim-Philipp Müller2013-08-291-22/+31
* dfbvideosink: don't use deprecated GLib thread APITim-Philipp Müller2013-08-291-3/+2
* dfbvideosink: port to 1.0Kazunori Kobayashi2013-08-292-600/+662
* 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-171-1/+1
* meta info: register thread-safely.Michael Smith2012-10-031-4/+6
* Remove some liboil referencesTim-Philipp Müller2012-09-291-2/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-1/+1
|\
| * dfbvideosink: Fix 'implicit conversion from enumeration type 'DirectResult' t...Sebastian Dröge2012-03-061-1/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-2/+2
* | interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-211-1/+1
* | Merge branch 'master' into 0.11Wim Taymans2011-08-041-2/+2
|\ \ | |/
| * dfbvideosink: fix harmless typo in variable initializationSreerenj Balachandran2011-07-181-2/+2
* | Merge branch 'master' into 0.11Wim Taymans2011-06-152-38/+48
|\ \ | |/
| * dfbvideosink: Also consider non-accelerated DirectFB surfacesTom Deseyn2011-05-301-37/+48
| * Remove setting of plugindir from MakefilesDavid Schleef2011-04-011-1/+0
* | meta: update for new APIWim Taymans2011-03-081-2/+1
* | meta: fix for new metadata apiWim Taymans2011-02-282-6/+7
* | miniobject: port to new 0.11 APIWim Taymans2011-02-282-158/+138
|/
* directfb: don't put code with side-effects into g_assert()Tim-Philipp Müller2011-01-081-1/+2
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-7/+9
* Add -Wwrite-stringsBenjamin Otte2010-03-221-5/+5
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-10/+5
* directfb: printf format fixesTim-Philipp Müller2009-11-051-7/+7
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-5/+7
* dfbvideosink: include stdlib.h for abs()Tim-Philipp Müller2009-03-101-0/+1
* dfbvideosink: Don't use void * pointer arithmeticSebastian Dröge2009-02-221-4/+4
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost2008-06-181-1/+1
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-14/+11
* ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror.David Schleef2008-01-062-5/+11
* ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge2007-09-191-6/+5
* ext/directfb/dfbvideosink.c: Chain up in finalize.Jan Schmidt2007-03-041-0/+2
* ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte2007-01-041-1/+7
* ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i...Tim-Philipp Müller2006-09-221-1/+1
* ext/directfb/dfbvideosink.c: Post an error message.Julien Moutte2006-07-311-0/+2
* ext/directfb/dfbvideosink.c: Don't try allocating if we are not setup yet. Fa...Julien Moutte2006-07-311-1/+11
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2006-06-231-1/+1
* ex/: #define red greenTim-Philipp Müller2006-06-121-0/+1
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2