summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Expand)AuthorAge
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
* added audio/ogg to supported stream mime typesGravatar waker2012-03-11
* added a few missing returnsGravatar waker2012-02-02
* attemp to fix fabort race condition in streamerGravatar waker2012-01-26
* fixed auto-resampler dsp to be enabled on 1st runGravatar waker2012-01-15
* fix crash/memtrash when trying to open broken urlGravatar waker2012-01-08
* reverted assigning NULL to fileinfo->file in streamer, to avoid crashes in pl...Gravatar waker2011-12-15
* aac: fixed crash when mp4 doesn't contain aac trackGravatar waker2011-12-08
* fixed skipping invalid tracksGravatar waker2011-11-30
* fixed releasing decoder data when track is stoppedGravatar waker2011-11-26
* after switching to shuffle-albums mode, while playing a track, mark all previ...Gravatar waker2011-10-23
* Add-global-preamp-in-addition-to-replaygain-preamp Global preamp is applied t...Gravatar Jan D. Behrens2011-10-02
* 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 pla...Gravatar waker2011-10-01
* 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 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