summaryrefslogtreecommitdiff
path: root/deadbeef.h
Commit message (Collapse)AuthorAge
* 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
|
* renamed dsp pass_through to can_bypassGravatar waker2011-05-22
|
* 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
* pass started_timestamp of previous track in songchanged event; unbreak scrobblerGravatar waker2011-05-20
|
* 0.5.0-rc1 final fixupsGravatar waker2011-05-10
|
* added remaining plt_* replacements; minor fixupsGravatar waker2011-05-10
|
* added several new plt_* functions to work on specific playlistsGravatar waker2011-05-10
|
* 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
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* 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
* added short description about PL_MAIN and PL_SEARCHGravatar waker2011-04-23
|
* get rid of some legacy events;Gravatar waker2011-04-16
| | | | update playlist grouping on metadata changes
* 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
* added SEEKED event, so that plugins can update their statusGravatar waker2011-04-09
|
* thread-safe config accessGravatar waker2011-03-31
|
* get rid of frameupdate event; mutex+cond based message pump without usleepGravatar waker2011-03-30
|
* fixed error in playlist plugin APIGravatar waker2011-03-29
|
* 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
* added comment about pl_find_meta thread-safety issuesGravatar waker2011-03-26
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* 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
* added streamer_dsp_refresh api entry;Gravatar waker2011-03-15
| | | | fixed switching eq on/off
* fixed playback regression caused by changing waveformat.is_float to bitfieldGravatar waker2011-03-14
|
* added bigendian flag to waveformat structGravatar waker2011-03-12
|
* 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
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-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 playlistGravatar waker2011-02-26
|
* added new plugin.connect method to base plugin interface, which does the ↵Gravatar waker2011-02-21
| | | | opposite of connect
* added vfs container support to gtk addfile/folder dialogsGravatar waker2011-02-01
|
* improved/finalized new vfs scandir APIGravatar waker2011-01-31
|
* added container support to vfs plugin apiGravatar waker2011-01-31
|
* fixed resume in paused state;Gravatar waker2011-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;Gravatar waker2011-01-05
| | | | added dsp preset management to gtkui preferences window
* added bounds checking and output ratio to dsp plugin API;Gravatar waker2011-01-02
| | | | | fixed all existing dsp plugins for the new API; dsp_soundtouch can now be used as a resampler
* updated copyright year to 2011Gravatar waker2011-01-02
|
* reordered fields in metadata structureGravatar waker2011-01-02
|
* removed usage of restrict keyword from deadbeef.hGravatar waker2010-12-31
|
* removed some unnecessary functions from plugin APIGravatar waker2010-12-31
|
* renamed pause event to togglepause;Gravatar waker2010-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;Gravatar waker2010-12-30
| | | | dsp plugin parameters apply button now works correctly
* streamer dsp chain WIPGravatar waker2010-12-30
|