summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0r.c
Commit message (Expand)AuthorAgeFilesLines
* frei0r: Use static caps instead of converting strings to caps all the timeSebastian Dröge2010-09-281-10/+14
* frei0r: Fix crashes if plugins don't provide correct property informationSebastian Dröge2010-09-281-0/+6
* frei0r: Fix scanning of plugin subdirectories and support different vendorsSebastian Dröge2010-09-251-21/+41
* frei0r: Add support for the FREI0R_PATH environment variableSebastian Dröge2010-09-241-12/+24
* frei0r: Only check the plugin filenames, not the directory namesSebastian Dröge2010-08-081-7/+8
* frei0r: Don't try to register/load the same frei0r plugin at different locati...Sebastian Dröge2010-08-081-11/+27
* frei0r: Load plugins in /usr/{local/,}lib{32,64}/frei0r-1 tooOlivier Crête2010-08-061-1/+7
* frei0r: Use correct order of directories to search for pluginsSebastian Dröge2010-07-111-7/+21
* frei0r: Fix setting of boolean valuesJoshua M. Doe2010-05-121-2/+2
* frei0r: Sync properties to the controller if one was setSebastian Dröge2010-03-091-0/+3
* frei0r: Make sure that property names always start with a letterSebastian Dröge2010-01-161-0/+8
* frei0r: Set the default property values correctlySebastian Dröge2009-06-271-9/+38
* frei0r: Make plugin scanning more robustSebastian Dröge2009-06-191-0/+20
* frei0r: Make sure to only register plugins that have valid propert typesSebastian Dröge2009-06-191-0/+15
* freir0: Add support for frei0r mixer pluginsSebastian Dröge2009-06-191-6/+7
* frei0r: Add support for frei0r source/generator pluginsSebastian Dröge2009-06-191-0/+3
* frei0r: Allow the complete double range for double propertiesSebastian Dröge2009-06-191-1/+1
* frei0r: Use better property nicksSebastian Dröge2009-06-191-4/+17
* frei0r: First version of a frei0r wrapper pluginSebastian Dröge2009-06-191-0/+546