summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0r.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Fix some MSVC warnings about const-nessScott D Phillips1-1/+1
2015-08-11frei0r: Fix setting string parametersNicolas Dufresne1-6/+2
2013-06-28frei0r: add the build prefix path in the search dirsAndoni Morales Alastruey1-1/+5
2013-03-16frei0r: improve readability of RGB and XY property nickname stringsJean-François Fortin Tam1-5/+5
2013-03-16frei0r: fix nicknames for color and position propertiesJean-François Fortin Tam1-4/+4
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-28frei0r: Port to 1.0Nicolas Dufresne1-10/+7
2012-05-22frei0r: Double properties are supposed in the range [0.0, 1.0]Sebastian Dröge1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-11-25Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-1/+2
2011-11-23frei0r: normalize boolean property default values to TRUE/FALSERené Stadler1-1/+2
2011-11-04controller: port to new controller location and apiStefan Sauer1-3/+0
2010-09-28frei0r: Use static caps instead of converting strings to caps all the timeSebastian Dröge1-10/+14
2010-09-28frei0r: Fix crashes if plugins don't provide correct property informationSebastian Dröge1-0/+6
2010-09-25frei0r: Fix scanning of plugin subdirectories and support different vendorsSebastian Dröge1-21/+41
2010-09-24frei0r: Add support for the FREI0R_PATH environment variableSebastian Dröge1-12/+24
2010-08-08frei0r: Only check the plugin filenames, not the directory namesSebastian Dröge1-7/+8
2010-08-08frei0r: Don't try to register/load the same frei0r plugin at different locati...Sebastian Dröge1-11/+27
2010-08-06frei0r: Load plugins in /usr/{local/,}lib{32,64}/frei0r-1 tooOlivier Crête1-1/+7
2010-07-11frei0r: Use correct order of directories to search for pluginsSebastian Dröge1-7/+21
2010-05-12frei0r: Fix setting of boolean valuesJoshua M. Doe1-2/+2
2010-03-09frei0r: Sync properties to the controller if one was setSebastian Dröge1-0/+3
2010-01-16frei0r: Make sure that property names always start with a letterSebastian Dröge1-0/+8
2009-06-27frei0r: Set the default property values correctlySebastian Dröge1-9/+38
2009-06-19frei0r: Make plugin scanning more robustSebastian Dröge1-0/+20
2009-06-19frei0r: Make sure to only register plugins that have valid propert typesSebastian Dröge1-0/+15
2009-06-19freir0: Add support for frei0r mixer pluginsSebastian Dröge1-6/+7
2009-06-19frei0r: Add support for frei0r source/generator pluginsSebastian Dröge1-0/+3
2009-06-19frei0r: Allow the complete double range for double propertiesSebastian Dröge1-1/+1
2009-06-19frei0r: Use better property nicksSebastian Dröge1-4/+17
2009-06-19frei0r: First version of a frei0r wrapper pluginSebastian Dröge1-0/+546