summaryrefslogtreecommitdiff
path: root/gst/frei0r
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-01-03Fix some caps leaks in pad template creation codeGarima Gaur2-0/+2
2016-11-15Fix some MSVC warnings about const-nessScott D Phillips1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+15
2016-01-11frei0rmixer: replace accept-caps with caps queryThiago Santos1-1/+5
2015-08-11frei0r: Fix setting string parametersNicolas Dufresne1-6/+2
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-7/+9
2014-03-11frei0rfilter: fix memory corruption on sink caps changes.Mathieu Duponchelle1-0/+10
2013-06-28frei0r: add the build prefix path in the search dirsAndoni Morales Alastruey1-1/+5
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
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-30resindvd, frei0r: link to libgmodule-2.0 in plugins that use g_module_* APITim-Philipp Müller1-2/+2
2012-11-04Fix FSF addressTim-Philipp Müller8-16/+16
2012-09-29frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller3-3/+15
2012-09-28frei0r: Port to 1.0Nicolas Dufresne6-298/+221
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts3-3/+3
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-3/+3
2012-05-22frei0r: Double properties are supposed in the range [0.0, 1.0]Sebastian Dröge1-2/+2
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts2-21/+21
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2-21/+25
2011-12-15frei0r: port to GstCollectPads2Vincent Penquerc'h2-21/+21
2011-11-28various: fix pad template ref leaksVincent Penquerc'h3-0/+7
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-17collectpads: port API changesStefan Sauer1-3/+3
2011-11-04controller: port to new controller location and apiStefan Sauer5-8/+5
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-12-30frei0r: convert uint32_t to guint32David Schleef2-11/+11
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öge7-33/+62
2010-09-24frei0r: Update frei0r interface specification to 1.2Sebastian Dröge1-6/+29
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öge8-26/+49
2010-05-12frei0r: Fix setting of boolean valuesJoshua M. Doe2-5/+5
2010-03-09frei0r: Sync properties to the controller if one was setSebastian Dröge5-6/+60
2010-03-09frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge3-1/+19
2010-01-16frei0r: Make sure that property names always start with a letterSebastian Dröge1-0/+8
2009-11-20frei0r: Fix compilation warnings.Julien Moutte1-2/+6
2009-06-29frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge3-0/+15
2009-06-29frei0r: In the filter plugins create the frei0r instances in create() before ...Sebastian Dröge2-13/+12
2009-06-29frei0r: In the mixer plugins create the frei0r instances in create() before p...Sebastian Dröge1-12/+9