summaryrefslogtreecommitdiffstats
path: root/src/engine/sidechain/engineshoutcast.cpp
AgeCommit message (Expand)Author
2016-04-27Replace "shoutcast" with "broadcast" in most places.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-13Merge remote-tracking branch 'upstream/master' into replaygain2Daniel Schürmann
2016-03-26move NetworkStreamWorker static member definitonPatric Schmitz
2016-03-20Broadcasting: Set preferences before connecting, fixes regression since 0315c...Daniel Schürmann
2016-03-18Merge remote-tracking branch 'upstream/master' into replaygain2Daniel Schürmann
2016-03-11Add network stream debug messages to various other debug messages.Daniel Schürmann
2016-03-11Add additional status broadcasting status flags for broadcastingDaniel Schürmann
2016-03-11use status CO instead of network streamer stateDaniel Schürmann
2016-03-01use p prefix for pointersDaniel Schürmann
2016-02-25Shoutcast: improve error reportingDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-12-28Fix 'initalize' typos.RJ Ryan
2015-12-15Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-12-07Improve error message in ~EngineShoutcast()Daniel Schürmann
2015-12-07invert isRunnig test in EngineShoutcastDaniel Schürmann
2015-11-13Merge branch '1.12'Owen Williams
2015-11-05Fixed assetiong in thread handling Shoutcast destrctorTuukka Pasanen
2015-11-03With Icecast2 server longest time seems to be when you have login and server...Tuukka Pasanen
2015-11-03In libshout code 'shout_get_connected()' returns errorTuukka Pasanen
2015-11-03There actually no need for waiting. Removed 'sleep()' because slow network an...Tuukka Pasanen
2015-11-03While was too CPU burner so changed it to more convienient 'wait(4000)' and s...Tuukka Pasanen
2015-10-31Correct intending and coding conventions but only related current issueTuukka Pasanen
2015-10-31Decided that max ~10 second wait is too much so lowered it to ~2 seconds. Mos...Tuukka Pasanen
2015-10-30Merge remote-tracking branch 'upstream/1.12'Daniel Schürmann
2015-10-30Changed sleep (which actually is also branched from QThread so it doesn't blo...Tuukka Pasanen
2015-10-30Changed wait() to non-blocking sleep for waiting that thread exits in 'Engine...Tuukka Pasanen
2015-10-29fix typoOwen Williams
2015-10-29Try to make engineshoutcast build on windowsDaniel Schürmann
2015-10-29Added missing include sys/types.hDaniel Schürmann
2015-10-29remove redundant WIN32 definesDaniel Schürmann
2015-10-22Added two signals 'shoutcastConnected' and 'shoutcastDisconnected' so re-conn...Tuukka Pasanen
2015-10-22Make sure that 'read-only control' is signaled that way that user understands...Tuukka Pasanen
2015-10-22Someone like for other like while. It's the same at the end but readableTuukka Pasanen
2015-10-22Signal user in log is FIFO for shoutcast is not availableTuukka Pasanen
2015-10-15remove "update_from_prefs" CODaniel Schürmann
2015-10-14Make sure we don't change anything while we are middle of shoutcast session (...Tuukka Pasanen
2015-10-02change start() to start(QThread::HighPriority)Tuukka Pasanen
2015-10-01Allow to control shoutcast by the status CO, and bind to status button in ShadeDaniel Schürmann
2015-10-01Improve status CO and remove redundant thread quit flagDaniel Schürmann
2015-10-01Re-added connecting state to be compatibleDaniel Schürmann
2015-09-30Allow reconnecting after fixing shoutcast settingsDaniel Schürmann
2015-09-30remove redundant check for m_pShoutDaniel Schürmann
2015-09-30Improved the three state statusCODaniel Schürmann
2015-09-29Improved error handlingDaniel Schürmann
2015-09-29Ignore Sigpipe per threadDaniel Schürmann
2015-09-29Improve errorhandling and make sending work againDaniel Schürmann
2015-09-28Improve reconnecting on errorsDaniel Schürmann