summaryrefslogtreecommitdiff
path: root/ext/directfb
AgeCommit message (Expand)AuthorFilesLines
2021-03-23directfb: allow per feature registrationStéphane Cerveau2-10/+9
2020-07-25directfb: suppress compiler warning from directfb headersTim-Philipp Müller1-1/+1
2020-06-19Mark more plugin GTypes as plugin APITim-Philipp Müller1-1/+3
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-1/+1
2019-10-14Remove autotools build systemTim-Philipp Müller2-19/+0
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle1-7/+10
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-05-13directfb: Fixup plugin name to match plugin filenameThibault Saunier1-1/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-05-28directfb: don't error out for warnings in system headersTim-Philipp Müller1-0/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-09-06dfbvideosink: Pass the VideoInfo to gst_video_info_from_capsThibault Saunier1-1/+1
2017-09-06Request minimum buffer even if need_pool is FALSENicolas Dufresne1-0/+16
2017-06-20directfb: fix caps leakEunhae Choi1-0/+2
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-30/+16
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-04-13meta: Initialize all remaining metas in their init functionSebastian Dröge1-1/+15
2016-03-24dfbvideosink: post message to application for unhandled keyboard/mouse eventsVineeth TM1-2/+8
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-06-05dfbvideosink: remove ignored assignmentsLuis de Bethencourt1-4/+4
2014-12-16rectangle: clear rectangle struct before useWim Taymans1-2/+6
2014-08-10dfbvideosink: Unref pad template caps after usageSebastian Rasmussen1-2/+4
2014-02-08dfbvideosink: Fix unitialized variable compiler warningSebastian Dröge1-1/+1
2013-12-19directfb: Add hack to fix compile with broken DirectFB defineJan Schmidt1-0/+5
2013-08-29dfbvideosink: make "layer-mode" property an enumTim-Philipp Müller1-22/+31
2013-08-29dfbvideosink: don't use deprecated GLib thread APITim-Philipp Müller1-3/+2
2013-08-29dfbvideosink: port to 1.0Kazunori Kobayashi2-600/+662
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-10-03meta info: register thread-safely.Michael Smith1-4/+6
2012-09-29Remove some liboil referencesTim-Philipp Müller1-2/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-1/+1
2012-03-06dfbvideosink: Fix 'implicit conversion from enumeration type 'DirectResult' t...Sebastian Dröge1-1/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+2
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer1-1/+1
2011-08-04Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-07-18dfbvideosink: fix harmless typo in variable initializationSreerenj Balachandran1-2/+2
2011-06-15Merge branch 'master' into 0.11Wim Taymans2-38/+48
2011-05-30dfbvideosink: Also consider non-accelerated DirectFB surfacesTom Deseyn1-37/+48
2011-04-01Remove setting of plugindir from MakefilesDavid Schleef1-1/+0
2011-03-08meta: update for new APIWim Taymans1-2/+1
2011-02-28meta: fix for new metadata apiWim Taymans2-6/+7
2011-02-28miniobject: port to new 0.11 APIWim Taymans2-158/+138