summaryrefslogtreecommitdiff
path: root/ext/directfb
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Add -Wwrite-stringsBenjamin Otte1-5/+5
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-10/+5
2009-11-05directfb: printf format fixesTim-Philipp Müller1-7/+7
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-5/+7
2009-03-10dfbvideosink: include stdlib.h for abs()Tim-Philipp Müller1-0/+1
2009-02-22dfbvideosink: Don't use void * pointer arithmeticSebastian Dröge1-4/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost1-1/+1
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-14/+11
2008-01-06ext/directfb/Makefile.am: Add GST_CFLAGS. Otherwise we don't get -Wall -Werror.David Schleef2-5/+11
2007-09-19ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge1-6/+5
2007-03-04ext/directfb/dfbvideosink.c: Chain up in finalize.Jan Schmidt1-0/+2
2007-01-04ext/: Fix various compiler warnings that reveal potential bugs.Julien Moutte1-1/+7
2006-09-22ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i...Tim-Philipp Müller1-1/+1
2006-07-31ext/directfb/dfbvideosink.c: Post an error message.Julien Moutte1-0/+2
2006-07-31ext/directfb/dfbvideosink.c: Don't try allocating if we are not setup yet. Fa...Julien Moutte1-1/+11
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller1-1/+1
2006-06-12ex/: #define red greenTim-Philipp Müller1-0/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-1/+1
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-18Some more refactoring, handle exotic DirectFB row stride.Julien Moutte1-55/+114
2005-12-18docs/plugins/: Updates.Julien Moutte2-25/+162
2005-12-17docs/plugins/: Updates.Julien Moutte2-136/+443
2005-12-16ext/directfb/dfbvideosink.c: Always prefer the primary layer.Julien Moutte1-14/+25
2005-12-15doesn't use liboilThomas Vander Stichele1-1/+0
2005-11-28fix headerThomas Vander Stichele1-1/+1
2005-11-23Use fraction for framerate, various fixes.Julien Moutte3-50/+93
2005-11-21Update for GST_FOURCC_FORMAT API change.Tim-Philipp Müller1-1/+1
2005-11-05ext/directfb/Makefile.am: Add the example application.Julien Moutte3-2/+148
2005-11-05ext/directfb/dfbvideosink.c: Make acceleration detection work, better, add sa...Julien Moutte1-4/+30
2005-11-04ext/directfb/dfbvideosink.*: Now does clipping when surface is too small, han...Julien Moutte2-149/+146
2005-11-03ext/directfb/Makefile.am: Prepare for liboil usage.Julien Moutte2-22/+119
2005-11-02Complete rewrite/port ofJulien Moutte5-872/+1790
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-2/+2
2005-09-05Fix up all the state change functions.Jan Schmidt1-11/+12
2004-11-28Adding a first version of directfbvideosink.Julien Moutte3-0/+875