summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
...
* fixed output format setting on track transitionsGravatar waker2011-01-09
|
* fixed output format selection based on dsp chainGravatar waker2011-01-08
|
* 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
|
* streamer readbuffer moved from stack to .bssGravatar waker2010-12-30
|
* fixed dsp parameter setting from guiGravatar waker2010-12-30
|
* streamer dsp chain WIPGravatar waker2010-12-30
|
* 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
* fixed dsp chain usage when use alsa resampling is turned onGravatar waker2010-12-16
|
* improved ringbuffer in streamerGravatar waker2010-12-16
|
* better streamer timing tracingGravatar waker2010-12-14
|
* 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
|
* send DB_EV_SONGFINISHED event when user switches song manuallyGravatar waker2010-12-12
|
* 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
|
* fixed saving/loading eq configGravatar waker2010-12-12
|
* minimize output setformat in streamerGravatar waker2010-12-11
|
* removed id from DSP plugin instance; ported src and supereq to the new ↵Gravatar waker2010-12-08
| | | | params system
* minor changes to default DSP chain and SRC pluginGravatar waker2010-12-07
|
* don't crash when dsp_src plugin is not presentGravatar waker2010-12-01
|
* fixed gapless playback when dsp is activeGravatar waker2010-11-28
|
* don't call setformat from streamer_reset - that spinlocks, because output ↵Gravatar waker2010-11-28
| | | | plugin calls streamer_reset
* fixed dsp reset; ported nullout plugin to new api; fixed output plugin switchingGravatar waker2010-11-28
|
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
|
* optimized output format setting in streamer (also fixes gapless)Gravatar waker2010-11-28
|
* fixed src crashGravatar waker2010-11-27
|
* fixed mono streams SRCGravatar waker2010-11-27
|
* fixed streamer handling of short filesGravatar waker2010-11-24
|
* fix streamer to work with higher sampleratesGravatar waker2010-11-23
|
* don't crash on non-existent filesGravatar waker2010-11-22
|
* added float clamp(-1,1) in premixGravatar waker2010-11-22
| | | | | added plugin pointer to dsp instances code cleanup
* improved streamer dsp chainGravatar waker2010-11-22
|
* properly finish stream playbackGravatar waker2010-11-22
|
* moved libsamplerate code to separate pluginGravatar waker2010-11-21
|
* changed DSP plugin APIGravatar waker2010-11-21
|
* softvolume works for 16bit output;Gravatar waker2010-11-20
| | | | replaygain works for 16bit and float output
* new SRC module compatible with premixGravatar waker2010-11-20
|
* ported wavpack to new APIGravatar waker2010-11-13
|
* 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
* fixed race condition in streamer interaction with output pluginsGravatar waker2010-11-04
|
* fixed seekbar blinking when seek is taking long timeGravatar waker2010-10-31
|
* on session resume, don't seek next track in failed to startGravatar waker2010-10-26
| | | | also better seekpos reporting
* fixed crash if streamer_reset is called after streamer_free had been calledGravatar Alexey Yakovenko2010-09-21
|
* avoid playing same song twice in random play modeGravatar Alexey Yakovenko2010-09-16
|
* save/restore paused stateGravatar Alexey Yakovenko2010-09-14
|
* added optional dumping of raw streamer output dataGravatar Alexey Yakovenko2010-08-31
|
* added resume_last_session optionGravatar Alexey Yakovenko2010-08-30
|