summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
...
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* fixed aborting http streams during initGravatar waker2011-04-26
|
* new future-proof playlist API, potentially reducing locking, and allowing ↵Gravatar waker2011-04-25
| | | | more flexibility
* 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 ↵Gravatar waker2011-04-13
| | | | | | | playlist access; added playlist modification time functions for tracking playlist changes; fixed gtkui playlist group rebuilding
* 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
| | | | 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