summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Expand)AuthorAge
* few fixes to make it possible to reinitialize player after complete shutdown,...Gravatar waker2011-06-12
* renamed dsp pass_through to can_bypassGravatar waker2011-05-22
* fixed regression in streamer dsp chain caused by adding pass-through featureGravatar waker2011-05-22
* auto-add resampler to streamer dsp chain on 1st runGravatar waker2011-05-22
* added new DSP API pass_through, which allows to skip DSP stage if it doesn't ...Gravatar waker2011-05-21
* added GUI option to control 8 to 16 bit auto-conversionGravatar waker2011-05-20
* auto-convert 8 bit streams to 16 bitGravatar waker2011-05-20
* fix bug when trying to to previous track while standing on the 1st track, in ...Gravatar waker2011-05-20
* in shuffle albums mode, skip previous album tracks if user selects track manu...Gravatar waker2011-05-20
* pass started_timestamp of previous track in songchanged event; unbreak scrobblerGravatar waker2011-05-20
* reset output format on streamer dsp reconfigurationGravatar waker2011-05-18
* fixed regression in streamer format switchingGravatar waker2011-05-17
* fixed gapless playback when DSP changes output formatGravatar waker2011-05-17
* fixed bug when DSP plugin changes number or channelsGravatar waker2011-05-17
* deleted bogus pl_lock_tid decl in streamerGravatar waker2011-05-16
* call streamer_notify_playlist_deleted from plt_remove, instead of plt_freeGravatar waker2011-05-16
* get format from streamer before switching output pluginGravatar waker2011-05-15
* fixed several pl_lock race conditions in streamer;Gravatar waker2011-05-14
* apply replaygain of streaming_track instead of playing_trackGravatar waker2011-05-09
* moved playtime and started_timestamp from playitem to streamer global variables;Gravatar waker2011-05-04
* don't crash while importing 0.4.4 eq settings when supereq plugin is not avai...Gravatar waker2011-05-03
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
* fixed aborting http streams during initGravatar waker2011-04-26
* new future-proof playlist API, potentially reducing locking, and allowing mor...Gravatar waker2011-04-25
* replaygain regression fixGravatar waker2011-04-22
* fixed replaygain info display when not present in fileGravatar waker2011-04-18
* fixed few more possible race conditions in streamerGravatar waker2011-04-16
* fixed possible race condition when removing track from playlistGravatar waker2011-04-16
* disabled some of the tracing messagesGravatar waker2011-04-16
* restored usage of streamer mutex; fixed radioGravatar waker2011-04-16
* fixed crash on stopGravatar waker2011-04-16
* 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 pl...Gravatar waker2011-04-13
* intermediate fix to playlist/streamer/plugevent mutex race conditionsGravatar waker2011-04-12
* fixed sending songstarted eventGravatar waker2011-04-11
* trigger songstarted event only if song actually started playing without failuresGravatar waker2011-04-10
* fixed gui freeze on attempt to play deleted trackGravatar waker2011-04-10
* fixed "stop after current" with very short tracksGravatar waker2011-04-10
* fixed next track selection after current track was removedGravatar waker2011-04-10
* added SEEKED event, so that plugins can update their statusGravatar waker2011-04-09
* fixed streamer switching output format all the time when dsp is activeGravatar waker2011-04-09
* dsp: fixed disabling dsp route after all dsp plugins have been disabledGravatar waker2011-04-09
* streamer: auto-reassign decoder plugin if the current was not foundGravatar waker2011-04-07
* 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