summaryrefslogtreecommitdiff
path: root/sys/fbdev
Commit message (Expand)AuthorAgeFilesLines
* plugins-sys: allow per feature registrationStéphane Cerveau2021-04-092-5/+4
* Remove autotools build systemTim-Philipp Müller2019-10-141-14/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+10
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* meson: fbdev: fix 'invalid keyword argument' meson warningsTim-Philipp Müller2018-04-201-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* fbdevsink: Add to meson buildArun Raghavan2016-11-141-0/+14
* plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan2016-08-191-1/+7
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-3/+3
* fbdevsink: fix bytes per pixel calculationPeter Seiderer2016-02-231-1/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* fbdev: port fbdevsink to 1.0Tim-Philipp Müller2013-03-093-119/+117
* 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
* 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
* Remove unused but set variablesDebarshi Ray2011-06-041-2/+0
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+3
* sys/fbdev/gstfbdevsink.c: Fix the Depth calculation.Luotao Fu2008-12-231-2/+4
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Use configure-generated _stdint.h.Mark Nauwelaerts2008-08-081-1/+1
* Some C89 fixes, moving variable declarations to the beginning of a block. Fix...Jens Granseuer2008-02-221-9/+11
* sys/fbdev/gstfbdevsink.c: Free the device string in finalize. Fixes bug #515722.Sebastian Dröge2008-02-111-0/+12
* Add fbdev-based video sink. Linux-only. See bug #506549.Sean D'Epagnier2008-01-063-0/+533