summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
* fixed bug with badsong loop handling in "don't loop" modeGravatar waker2011-02-26
|
* moved replaygain code to separate file; added support for applying ↵Gravatar waker2011-02-24
| | | | replaygain to 8, 24 and 32 bit int streams
* don't include libsamplerate into streamer.cGravatar waker2011-02-19
|
* vfs_curl fabort fixGravatar waker2011-02-14
|
* fixed mono playbackGravatar waker2011-02-07
|
* fixed streamer transition between tracks with different formatsGravatar waker2011-02-01
|
* improved/finalized new vfs scandir APIGravatar waker2011-01-31
|
* gapless playback works together with resampler againGravatar waker2011-01-24
|
* mark current playing track as "played" after changing shuffle mode, to ↵Gravatar waker2011-01-24
| | | | prevent repeating
* fix race condition between streamer and output plugin, causing streamer to ↵Gravatar waker2011-01-22
| | | | hang during track transition
* improved streamer read_async buffering (stable on android)Gravatar waker2011-01-22
|
* disable debug stream writerGravatar waker2011-01-13
|
* 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
* fixed streamer recovery from failed output plugin setformat/playGravatar waker2011-01-09
|
* allow dsp plugins to change output format before output plugin fails with error;Gravatar waker2011-01-09
| | | | fixed timing bug which was failing multichannel streaming
* 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
|