summaryrefslogtreecommitdiff
path: root/plugins.c
Commit message (Expand)AuthorAge
* 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
* renamed pause event to togglepause;Gravatar waker2010-12-31
* streamer dsp chain WIPGravatar waker2010-12-30
* nuked old plugin activate/deactivate/nostop code;Gravatar waker2010-12-28
* exposed pcm_convert via plugin API;Gravatar waker2010-12-10
* minor changes to default DSP chain and SRC pluginGravatar waker2010-12-07
* added new playlist plugin APIGravatar waker2010-12-03
* fixed dsp reset; ported nullout plugin to new api; fixed output plugin switchingGravatar waker2010-11-28
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
* Merge branch 'static' into multichannelGravatar waker2010-11-20
|\
| * Merge branch 'master' into staticGravatar waker2010-11-20
| |\