summaryrefslogtreecommitdiff
path: root/plugins.c
Commit message (Collapse)AuthorAge
* only compare plugin names if ID of one or both plugins NULLGravatar Alexey Yakovenko2014-07-07
|
* added name comparison to plugin duplicate check, to avoid duplicate plugins ↵Gravatar Alexey Yakovenko2014-06-30
| | | | when ID is not set
* changed plugin init order, so that the selected GUI plugin is always loaded 1stGravatar Alexey Yakovenko2014-05-06
|
* core: added basic multilib support, to allow dualbooting into different ↵Gravatar Alexey Yakovenko2013-12-19
| | | | architectures with plugins installed in $HOME/.local/lib$ARCH/deadbeef
* fix bug #1020: incorrect cursor/scroll after deleting playlistsGravatar Alexey Yakovenko2013-12-17
|
* gtkui: cleanup songchanged_cb; prevent auto-switching playlists because of ↵Gravatar Alexey Yakovenko2013-11-23
| | | | cursor follows playback; added plt_deselect_all API
* fixed missing API 1.2 constant; fixed is_local_file implementationGravatar Alexey Yakovenko2013-11-06
|
* ported stuff to new file add APIGravatar Alexey Yakovenko2013-11-05
|
* file adding API WIPGravatar Alexey Yakovenko2013-11-04
|
* changed action API to be backwards compatible with 0.5 on source levelGravatar Alexey Yakovenko2013-11-03
|
* improved vis APIGravatar Alexey Yakovenko2013-11-01
|
* use proper api for freq visGravatar Alexey Yakovenko2013-10-29
|
* improved visualization API; improved scopeGravatar Alexey Yakovenko2013-10-28
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* added new APIs for saving current playlistGravatar Alexey Yakovenko2013-09-29
|
* prepare osx branch for mergingGravatar waker2013-08-31
|
* osx: cleanup, use of proper APIs; added new GUI plugin type to the enum in ↵Gravatar Alexey Yakovenko2013-08-28
| | | | deadbeef.h
* fixed running on osxGravatar Alexey Yakovenko2013-08-28
|
* added PLUG_TEST_COMPAT macro to deadbeef.hGravatar waker2013-08-11
|
* added new API for querying/handling background jobsGravatar waker2013-08-04
|
* added new set_mute/is_mute API; added hotkey for thisGravatar waker2012-11-25
|
* fixes necessary to support plugins with actions using API <=1.4Gravatar waker2012-11-05
|
* Merge branch 'master' into develGravatar waker2012-10-19
|\ | | | | | | | | | | | | Conflicts: configure.ac streamer.c streamer.h
| * changed license to ZLIB on all core filesGravatar waker2012-10-15
| |
* | Merge branch 'master' into develGravatar waker2012-10-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README configure.ac deadbeef.h plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddblistview.c plugins/gtkui/deadbeef.glade plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/shellexec/shellexec.c plugins/supereq/Makefile.am
| * 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 experimental visualization (scope)Gravatar waker2012-04-11
|/
* 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
|