aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* various: fix pad template ref leaksVincent Penquerc'h2011-11-283-0/+7
* frei0r: normalize boolean property default values to TRUE/FALSERené Stadler2011-11-231-1/+2
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* frei0r: convert uint32_t to guint32David Schleef2010-12-302-11/+11
* 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-257-33/+62
* frei0r: Update frei0r interface specification to 1.2Sebastian Dröge2010-09-241-6/+29
* 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-051-1/+7
* frei0r: Use correct order of directories to search for pluginsSebastian Dröge2010-07-118-26/+49
* frei0r: Fix setting of boolean valuesJoshua M. Doe2010-05-122-5/+5
* frei0r: Sync properties to the controller if one was setSebastian Dröge2010-03-095-6/+60
* frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge2010-03-093-1/+19
* frei0r: Make sure that property names always start with a letterSebastian Dröge2010-01-161-0/+8
* frei0r: Fix compilation warnings.Julien Moutte2009-11-201-2/+6
* frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge2009-06-293-0/+15
* frei0r: In the filter plugins create the frei0r instances in create() before ...Sebastian Dröge2009-06-292-13/+12
* frei0r: In the mixer plugins create the frei0r instances in create() before p...Sebastian Dröge2009-06-291-12/+9
* frei0r: In the src plugins create the frei0r instances in create() before pla...Sebastian Dröge2009-06-291-11/+10
* frei0r: Use fixed caps on the filter padsSebastian Dröge2009-06-291-0/+2
* frei0r: Set the default property values correctlySebastian Dröge2009-06-271-9/+38
* frei0r: Make plugin scanning more robustSebastian Dröge2009-06-194-15/+20
* frei0r: Make sure to only register plugins that have valid propert typesSebastian Dröge2009-06-191-0/+15
* frei0r: Remove custom get_unit_size implementationSebastian Dröge2009-06-191-16/+0
* frei0r: Fix the klass of the filter elementsSebastian Dröge2009-06-191-1/+1
* frei0r: Free type namesSebastian Dröge2009-06-193-3/+15
* frei0r: Unref the GstCollectPads instance on finalizeSebastian Dröge2009-06-191-0/+4
* frei0r: Don't allow caps changes in PLAYING/PAUSEDSebastian Dröge2009-06-191-24/+11
* freir0: Add support for frei0r mixer pluginsSebastian Dröge2009-06-195-8/+867
* frei0r: Destroy the f0r_instance_t in stop()Sebastian Dröge2009-06-191-0/+18
* frei0r: Add the frei0r plugin type to the element nameSebastian Dröge2009-06-192-2/+2
* frei0r: Add support for frei0r source/generator pluginsSebastian Dröge2009-06-194-2/+482
* 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-196-0/+1535