summaryrefslogtreecommitdiff
path: root/plugins.c
Commit message (Expand)AuthorAge
* implemented playlist saving as atomic operation; fixed few PATH_MAX definitionsGravatar waker2012-05-22
* fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
* don't print bogus errors during plugin searchGravatar waker2012-04-25
* added random sort (based on patch from defusix)Gravatar waker2012-04-06
* extended plugin api to trigger dsp chain saving from pluginsGravatar waker2012-04-02
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
* plugin: avoid plugins to be loaded twiceGravatar Thynson2011-12-18
* added experimental support for metadata overrides.Gravatar waker2011-10-01
* merge new APIs for 0.5.2 from develGravatar waker2011-09-30
* fixed writing non-ascii id3v1 tagsGravatar waker2011-08-31
* OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
* few fixes to make it possible to reinitialize player after complete shutdown,...Gravatar waker2011-06-12
* be verbose on plugin load failuresGravatar waker2011-05-27
* few android fixesGravatar waker2011-05-23
* added new DSP API pass_through, which allows to skip DSP stage if it doesn't ...Gravatar waker2011-05-21
* get format from streamer before switching output pluginGravatar waker2011-05-15
* minor gtkui memleak fixGravatar waker2011-05-14
* less debug output from plugin loadingGravatar waker2011-05-13
* bump api version to 1.0 in plugins.cGravatar waker2011-05-13
* added remaining plt_* replacements; minor fixupsGravatar waker2011-05-10
* added several new plt_* functions to work on specific playlistsGravatar waker2011-05-10
* fixed seeking with global hotkeys crash when pausedGravatar waker2011-05-09
* changed few old-style pl_* functions which were working with current playlist...Gravatar waker2011-05-08
* converter pl_sort into plt_sortGravatar waker2011-05-08
* moved playtime and started_timestamp from playitem to streamer global variables;Gravatar waker2011-05-04
* improved plugin loading prioritization by versionGravatar waker2011-05-04
* changed some API entry points to make it possible working with specific playl...Gravatar waker2011-04-29
* new future-proof playlist API, potentially reducing locking, and allowing mor...Gravatar waker2011-04-25
* improved plugin API versioning;Gravatar waker2011-04-25
* get rid of some legacy events;Gravatar waker2011-04-16
* get rid of mutex in plugins.cGravatar waker2011-04-16
* more unification work on event systemGravatar waker2011-04-14
* new event passing systemGravatar waker2011-04-14
* got rid of plt_lock and global_lock in favor of just using pl_lock for all pl...Gravatar waker2011-04-13
* intermediate fix to playlist/streamer/plugevent mutex race conditionsGravatar waker2011-04-12
* thread-safe config accessGravatar waker2011-03-31
* initial support for playlist metadataGravatar waker2011-03-26
* renamed gtkui plugin into ddb_gui_GTK2;Gravatar waker2011-03-23
* fix possible buffer overflow when getting XDG_LOCAL_HOMEGravatar waker2011-03-19
* copy waveformat during output plugin switchGravatar waker2011-03-15
* added streamer_dsp_refresh api entry;Gravatar waker2011-03-15
* few fixes/improvements to metadata editor and related plugin APIsGravatar waker2011-03-09
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
* added new plugin.connect method to base plugin interface, which does the oppo...Gravatar waker2011-02-21
* added container support to vfs plugin apiGravatar waker2011-01-31
* added support for loading android pluginsGravatar waker2011-01-31
* few android compatibility fixesGravatar waker2011-01-22
* added dsp preset functions to plugin api;Gravatar waker2011-01-05
* updated copyright year to 2011Gravatar waker2011-01-02
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31