summaryrefslogtreecommitdiff
path: root/deadbeef.h
Commit message (Collapse)AuthorAge
...
* 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
|
* dsp chain configuration WIPGravatar waker2010-12-29
|
* nuked old plugin activate/deactivate/nostop code;Gravatar waker2010-12-28
| | | | improved plugin start and connect code
* added new API for displaying GUI dialogs;Gravatar waker2010-12-27
| | | | deleted channel remapping widgets from converter gui
* improved gui script:Gravatar waker2010-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 parametersGravatar waker2010-12-16
|
* changed dsp plugin api to allow modification of any aspect of wave formatGravatar waker2010-12-14
|
* renamed DB_dsp_instance_t to ddb_dsp_context_tGravatar waker2010-12-14
|
* added softvolume for all supported output formats; moved softvolume from ↵Gravatar waker2010-12-12
| | | | output plugins to streamer
* added support for shuffle albumsGravatar waker2010-12-12
|
* exposed pcm_convert via plugin API;Gravatar waker2010-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 ↵Gravatar waker2010-12-08
| | | | params system
* added params to DSP pluginsGravatar waker2010-12-07
|
* fixed dsp chain to be enabled by defaultGravatar waker2010-12-06
|
* added support for filetype prefix-test (for uade2 mod.title files); some ↵Gravatar waker2010-12-05
| | | | code cleanup
* added new playlist plugin APIGravatar waker2010-12-03
| | | | added new M3U plugin (also supports loading PLS playlists)
* added command interface to pluginsGravatar waker2010-12-02
|
* ported OSS plugin to new APIGravatar waker2010-11-28
|
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
|
* added float clamp(-1,1) in premixGravatar waker2010-11-22
| | | | | added plugin pointer to dsp instances code cleanup
* moved libsamplerate code to separate pluginGravatar waker2010-11-21
|
* changed DSP plugin APIGravatar waker2010-11-21
|
* Merge branch 'static' into multichannelGravatar waker2010-11-20
|\ | | | | | | | | Conflicts: main.c
| * portable-0.4.4-r1Gravatar waker2010-11-20
| |
| * Merge branch 'master' into staticGravatar waker2010-11-20
| |\ | | | | | | | | | | | | | | | Conflicts: plugins/artwork/artwork.c plugins/gtkui/coverart.c
| | * added thread_detach and thread_exit APIsGravatar waker2010-11-14
| | |
| | * album art cache fixesGravatar waker2010-11-14
| | |
* | | implemented conversion between streams with different channel masksGravatar waker2010-11-13
| | |
* | | new alsa setformatGravatar waker2010-11-09
| | |
* | | 1st iteration of adding streamer format conversion:Gravatar waker2010-11-08
| | | | | | | | | | | | | | | | | | added new ddb_waveformat_t structure, to be used by all decoders and outputs adjusted mad and alsa plugins, and the streamer to compile with it got rid of playback.h
* | | Merge branch 'static' into develGravatar waker2010-11-08
|\| | | | | | | | | | | | | | Conflicts: configure.ac
| * | bumped plugin api version to 0.9; portable build3Gravatar waker2010-11-08
| | |
| * | Merge branch 'master' into staticGravatar waker2010-10-31
| |\| | | | | | | | | | | | | Conflicts: configure.ac
| | * deleted some garbage from deadbeef.hGravatar waker2010-10-26
| | |
* | | added thread_detach and thread_exit APIsGravatar waker2010-10-24
| |/ |/|