summaryrefslogtreecommitdiff
path: root/plugins.c
Commit message (Collapse)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
| | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
* 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
| | | | | | | | | The original implementation will load plugins from both (XDG_LOCAL_HOME|HOME)/.local/lib/deadbeef and configured path, the latter is ussualy in $PREFIX/lib/deadbeef. However if the deadbeef is configured to be installed in $HOME/.local, it may cause the each plugin will be load twice. Despite that there must be a bug in a plugin which is not reentrant, it should avoid this anyway.
* added experimental support for metadata overrides.Gravatar waker2011-10-01
| | | | | for example field "!NAME" will override field ":NAME", but will not be stored so after player restart, the field will be restored to original :NAME
* 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 ↵Gravatar waker2011-06-12
| | | | shutdown, without restarting process
* 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
| | | | | | do anything; bumped API version to 1.1
* 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 ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* converter pl_sort into plt_sortGravatar waker2011-05-08
|
* moved playtime and started_timestamp from playitem to streamer global variables;Gravatar waker2011-05-04
| | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions
* improved plugin loading prioritization by versionGravatar waker2011-05-04
|
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* new future-proof playlist API, potentially reducing locking, and allowing ↵Gravatar waker2011-04-25
| | | | more flexibility
* improved plugin API versioning;Gravatar waker2011-04-25
| | | | block adding files from cmdline while adding from gui
* get rid of some legacy events;Gravatar waker2011-04-16
| | | | update playlist grouping on metadata changes
* 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 ↵Gravatar waker2011-04-13
| | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding
* 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
| | | | | allows to add any set of properties to every playlist api is based on playItem metadata api
* renamed gtkui plugin into ddb_gui_GTK2;Gravatar waker2011-03-23
| | | | | | changed the way gui plugins must be named; added selection of gui plugin to preferences window; only 1 gui plugin is loaded at a time
* 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
| | | | fixed switching eq on/off
* 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
| | | | implemented track properties with multiple selection
* added new plugin.connect method to base plugin interface, which does the ↵Gravatar waker2011-02-21
| | | | opposite of connect
* added container support to vfs plugin apiGravatar waker2011-01-31
|
* added support for loading android pluginsGravatar waker2011-01-31
| | | | | | Conflicts: plugins.c
* few android compatibility fixesGravatar waker2011-01-22
|
* added dsp preset functions to plugin api;Gravatar waker2011-01-05
| | | | added dsp preset management to gtkui preferences window
* updated copyright year to 2011Gravatar waker2011-01-02
|
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31
|