Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | added short description about PL_MAIN and PL_SEARCH | waker | 2011-04-23 | |
| | ||||
* | get rid of some legacy events; | waker | 2011-04-16 | |
| | | | | update playlist grouping on metadata changes | |||
* | 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 ↵ | waker | 2011-04-13 | |
| | | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding | |||
* | added SEEKED event, so that plugins can update their status | waker | 2011-04-09 | |
| | ||||
* | thread-safe config access | waker | 2011-03-31 | |
| | ||||
* | get rid of frameupdate event; mutex+cond based message pump without usleep | waker | 2011-03-30 | |
| | ||||
* | fixed error in playlist plugin API | waker | 2011-03-29 | |
| | ||||
* | initial support for playlist metadata | waker | 2011-03-26 | |
| | | | | | allows to add any set of properties to every playlist api is based on playItem metadata api | |||
* | added comment about pl_find_meta thread-safety issues | waker | 2011-03-26 | |
| | ||||
* | got rid of filetype field in playitem structure | waker | 2011-03-24 | |
| | ||||
* | renamed gtkui plugin into ddb_gui_GTK2; | waker | 2011-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 | |||
* | added streamer_dsp_refresh api entry; | waker | 2011-03-15 | |
| | | | | fixed switching eq on/off | |||
* | fixed playback regression caused by changing waveformat.is_float to bitfield | waker | 2011-03-14 | |
| | ||||
* | added bigendian flag to waveformat struct | waker | 2011-03-12 | |
| | ||||
* | 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 | |
| | | | | implemented track properties with multiple selection | |||
* | removed author and email fields, added single all-purpose copyright field; | waker | 2011-02-27 | |
| | | | | | added copyright info to all plugins; updated gtkui to reflect the changes | |||
* | fixed playlist corruption while adding files if cursor jumps to another playlist | waker | 2011-02-26 | |
| | ||||
* | added new plugin.connect method to base plugin interface, which does the ↵ | waker | 2011-02-21 | |
| | | | | opposite of connect | |||
* | added vfs container support to gtk addfile/folder dialogs | waker | 2011-02-01 | |
| | ||||
* | improved/finalized new vfs scandir API | waker | 2011-01-31 | |
| | ||||
* | added container support to vfs plugin api | waker | 2011-01-31 | |
| | ||||
* | fixed resume in paused state; | waker | 2011-01-10 | |
| | | | | | changed output plugin setformat method to return error code changed setformat to restore state before the call | |||
* | added dsp preset functions to plugin api; | waker | 2011-01-05 | |
| | | | | added dsp preset management to gtkui preferences window | |||
* | added bounds checking and output ratio to dsp plugin API; | waker | 2011-01-02 | |
| | | | | | fixed all existing dsp plugins for the new API; dsp_soundtouch can now be used as a resampler | |||
* | updated copyright year to 2011 | waker | 2011-01-02 | |
| | ||||
* | reordered fields in metadata structure | waker | 2011-01-02 | |
| | ||||
* | removed usage of restrict keyword from deadbeef.h | waker | 2010-12-31 | |
| | ||||
* | removed some unnecessary functions from plugin API | waker | 2010-12-31 | |
| | ||||
* | renamed pause event to togglepause; | waker | 2010-12-31 | |
| | | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names | |||
* | added API to handle button presses in gui dialogs; | waker | 2010-12-30 | |
| | | | | dsp plugin parameters apply button now works correctly | |||
* | streamer dsp chain WIP | waker | 2010-12-30 | |
| | ||||
* | dsp chain configuration WIP | waker | 2010-12-29 | |
| | ||||
* | nuked old plugin activate/deactivate/nostop code; | waker | 2010-12-28 | |
| | | | | improved plugin start and connect code | |||
* | added new API for displaying GUI dialogs; | waker | 2010-12-27 | |
| | | | | deleted channel remapping widgets from converter gui | |||
* | improved gui script: | waker | 2010-12-27 | |
| | | | | | | | | | added support for spinbtn and combobox changed API to allow generic use (e.g. for dsp plugins) dsp set/get_param are now using strings instead of floats dsp plugins are now using gui script fixed many errors in converter and its gui supereq set/get_param now uses dBs instead of amplitude | |||
* | added string type to dsp parameters | waker | 2010-12-16 | |
| | ||||
* | changed dsp plugin api to allow modification of any aspect of wave format | waker | 2010-12-14 | |
| | ||||
* | renamed DB_dsp_instance_t to ddb_dsp_context_t | waker | 2010-12-14 | |
| | ||||
* | added softvolume for all supported output formats; moved softvolume from ↵ | waker | 2010-12-12 | |
| | | | | output plugins to streamer | |||
* | added support for shuffle albums | waker | 2010-12-12 | |
| | ||||
* | exposed pcm_convert via plugin API; | waker | 2010-12-10 | |
| | | | | | DSP presets are now being used and are working in converter; implemented support for converting via temp file in converter | |||
* | removed id from DSP plugin instance; ported src and supereq to the new ↵ | waker | 2010-12-08 | |
| | | | | params system | |||
* | added params to DSP plugins | waker | 2010-12-07 | |
| | ||||
* | fixed dsp chain to be enabled by default | waker | 2010-12-06 | |
| | ||||
* | added support for filetype prefix-test (for uade2 mod.title files); some ↵ | waker | 2010-12-05 | |
| | | | | code cleanup | |||
* | added new playlist plugin API | waker | 2010-12-03 | |
| | | | | added new M3U plugin (also supports loading PLS playlists) | |||
* | added command interface to plugins | waker | 2010-12-02 | |
| |