summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
* fixed releasing decoder data when track is stoppedGravatar waker2011-11-26
|
* after switching to shuffle-albums mode, while playing a track, mark all ↵Gravatar waker2011-10-23
| | | | previous album tracks as played
* Add-global-preamp-in-addition-to-replaygain-preamp Global preamp is applied ↵Gravatar Jan D. Behrens2011-10-02
| | | | to all tracks, while replaygain preamp is only applied to tracks with rg info.
* some code cleanup in streamer_set_currentGravatar waker2011-10-02
|
* better error handling in the "m3u with list of shoutcast stations" codeGravatar waker2011-10-01
|
* streams with content-type audio/x-mpegurl and text/html will be loaded as ↵Gravatar waker2011-10-01
| | | | playlists (via matching playlist plugin), then the 1st stream from the playlist will be used to play the track
* fixed aac_read to avoid mp4ff_read_sample calls after EOFGravatar waker2011-09-29
|
* shuffle/random modes: play button will start random song if cursor is not setGravatar waker2011-06-23
|
* fixed shuffle tracks bug, when part of the tracks were skippedGravatar waker2011-06-23
|
* few fixes to make it possible to reinitialize player after complete ↵Gravatar waker2011-06-12
| | | | shutdown, without restarting process
* 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
| | | | | | do anything; bumped API version to 1.1
* 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
| | | | "noloop" modes
* in shuffle albums mode, skip previous album tracks if user selects track ↵Gravatar waker2011-05-20
| | | | manually
* 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
| | | | | added assertion to catch this kind of race conditions, which can be turned on by defining DETECT_PL_LOCK_RC 1 in streamer.c and playlist.c
* 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
| | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions
* don't crash while importing 0.4.4 eq settings when supereq plugin is not ↵Gravatar waker2011-05-03
| | | | | | available; fixed importing of 0.4.4 settings
* 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
|