summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
* thread-safe config accessGravatar waker2011-03-31
|
* do not turn EQ on by defaultGravatar waker2011-03-29
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* fixed streamer deadlock when switching output formatsGravatar waker2011-03-21
|
* fixed noise during transition between different output formatsGravatar waker2011-03-20
|
* added streamer_dsp_refresh api entry;Gravatar waker2011-03-15
| | | | fixed switching eq on/off
* added replaygain preampGravatar waker2011-03-12
|
* deleted debug printf from streamer.cGravatar waker2011-03-10
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* fixed playback of short files at the end of playlistGravatar waker2011-03-07
|
* don't interrupt playback on missing filesGravatar waker2011-03-07
|
* fixed few bugs related to aac streamingGravatar waker2011-03-03
|
* 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