index
:
debian-deadbeef
dfsg_clean
master
pristine-tar
Debian packaging for DeaDBeeF
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins.c
Commit message (
Expand
)
Author
Age
*
fixes necessary to support plugins with actions using API <=1.4
waker
2012-11-05
*
Merge branch 'master' into devel
waker
2012-10-19
|
\
|
*
changed license to ZLIB on all core files
waker
2012-10-15
*
|
Merge branch 'master' into devel
waker
2012-10-05
|
\
|
|
*
implemented playlist saving as atomic operation; fixed few PATH_MAX definitions
waker
2012-05-22
|
*
fixed many calls to pl_find_meta[_raw] being called without pl_lock;
waker
2012-05-17
|
*
don't print bogus errors during plugin search
waker
2012-04-25
*
|
added experimental visualization (scope)
waker
2012-04-11
|
/
*
added random sort (based on patch from defusix)
waker
2012-04-06
*
extended plugin api to trigger dsp chain saving from plugins
waker
2012-04-02
*
updated (c) year to 2012 in the sources
waker
2012-03-24
*
plugin: avoid plugins to be loaded twice
Thynson
2011-12-18
*
added experimental support for metadata overrides.
waker
2011-10-01
*
merge new APIs for 0.5.2 from devel
waker
2011-09-30
*
fixed writing non-ascii id3v1 tags
waker
2011-08-31
*
OpenIndian b148 support (and perhaps other Solaris builds).
Kevin van der Vlist
2011-06-12
*
few fixes to make it possible to reinitialize player after complete shutdown,...
waker
2011-06-12
*
be verbose on plugin load failures
waker
2011-05-27
*
few android fixes
waker
2011-05-23
*
added new DSP API pass_through, which allows to skip DSP stage if it doesn't ...
waker
2011-05-21
*
get format from streamer before switching output plugin
waker
2011-05-15
*
minor gtkui memleak fix
waker
2011-05-14
*
less debug output from plugin loading
waker
2011-05-13
*
bump api version to 1.0 in plugins.c
waker
2011-05-13
*
added remaining plt_* replacements; minor fixups
waker
2011-05-10
*
added several new plt_* functions to work on specific playlists
waker
2011-05-10
*
fixed seeking with global hotkeys crash when paused
waker
2011-05-09
*
changed few old-style pl_* functions which were working with current playlist...
waker
2011-05-08
*
converter pl_sort into plt_sort
waker
2011-05-08
*
moved playtime and started_timestamp from playitem to streamer global variables;
waker
2011-05-04
*
improved plugin loading prioritization by version
waker
2011-05-04
*
changed some API entry points to make it possible working with specific playl...
waker
2011-04-29
*
new future-proof playlist API, potentially reducing locking, and allowing mor...
waker
2011-04-25
*
improved plugin API versioning;
waker
2011-04-25
*
get rid of some legacy events;
waker
2011-04-16
*
get rid of mutex in plugins.c
waker
2011-04-16
*
more unification work on event system
waker
2011-04-14
*
new event passing system
waker
2011-04-14
*
got rid of plt_lock and global_lock in favor of just using pl_lock for all pl...
waker
2011-04-13
*
intermediate fix to playlist/streamer/plugevent mutex race conditions
waker
2011-04-12
*
thread-safe config access
waker
2011-03-31
*
initial support for playlist metadata
waker
2011-03-26
*
renamed gtkui plugin into ddb_gui_GTK2;
waker
2011-03-23
*
fix possible buffer overflow when getting XDG_LOCAL_HOME
waker
2011-03-19
*
copy waveformat during output plugin switch
waker
2011-03-15
*
added streamer_dsp_refresh api entry;
waker
2011-03-15
*
few fixes/improvements to metadata editor and related plugin APIs
waker
2011-03-09
*
moved most of track properties from playItem struct to metadata
waker
2011-03-09
*
added new plugin.connect method to base plugin interface, which does the oppo...
waker
2011-02-21
*
added container support to vfs plugin api
waker
2011-01-31
[next]