summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Expand)AuthorAge
* added new "open2" decoder plugin API, see deadbeef.h for detailsGravatar Alexey Yakovenko2014-06-24
* fixed aborting hanging mms streams; fixed bug in decoder detection login, whi...Gravatar Alexey Yakovenko2014-06-17
* fixed crash after last track if "stop after cur album" is enabledGravatar Aleksejs Popovs2014-05-04
* corrected seekpos cast bugGravatar Alexey Yakovenko2014-05-01
* added "stop playback after current album finishes" functionalityGravatar Aleksejs Popovs2014-05-01
* fixed streaming audio seek issues (bug #1098)Gravatar Alexey Yakovenko2014-04-25
* added / updated / corrected COPYING information in the core, aac, alac, adplu...Gravatar Alexey Yakovenko2014-02-08
* streamer: reduce RC chance in streamer_abort_filesGravatar Alexey Yakovenko2014-02-06
* streamer: fixed vfs lock in streamer_abort_filesGravatar Alexey Yakovenko2014-02-06
* fixed remote playlist loading regression causing crashGravatar Oleksiy2014-01-22
* streamer: fixed streamer track switching regressionGravatar Alexey Yakovenko2014-01-11
* streamer: reset buffers/decoders before unpausing remote streamsGravatar Alexey Yakovenko2014-01-07
* streamer: fixed setting output format after remote unpauseGravatar Alexey Yakovenko2014-01-07
* streamer: don't start streaming radio on resume if paused;Gravatar Alexey Yakovenko2014-01-06
* streamer: fixed increased CPU use at the end of track with stop_after_current=1Gravatar Alexey Yakovenko2014-01-04
* streamer: possible fix to bug #1010, avoid sleeping until buffer fills to 50%Gravatar Alexey Yakovenko2013-12-14
* streamer: added config option to trace streamer buffer fillGravatar Alexey Yakovenko2013-12-11
* fixed stupid fft bugGravatar Alexey Yakovenko2013-11-12
* fixed few errors reported by cppcheck (thanks to Pavel Roschin)Gravatar Alexey Yakovenko2013-11-11
* fixed replaygain for 32bit streamsGravatar Alexey Yakovenko2013-11-09
* streamer: send "songchanged" event from streamer_free, so that scrobblers can...Gravatar Alexey Yakovenko2013-11-05
* improved vis APIGravatar Alexey Yakovenko2013-11-01
* multichannel vis dataGravatar Alexey Yakovenko2013-10-30
* fixed vis race conditionGravatar Alexey Yakovenko2013-10-29
* use proper api for freq visGravatar Alexey Yakovenko2013-10-29
* vis api WIPGravatar Alexey Yakovenko2013-10-29
* improved visualization API; improved scopeGravatar Alexey Yakovenko2013-10-28
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
* streamer: return 0 wavedata when stoppedGravatar Alexey Yakovenko2013-09-14
* streamer: added another 1ms threshold to sleep time, to allow buffering to ru...Gravatar Alexey Yakovenko2013-09-14
* streamer: fixed rounding error in time calculation (sid+eq stuttering fix)Gravatar Alexey Yakovenko2013-09-14
* moved all copies of strdupa macro to strdupa.hGravatar waker2013-08-30
* osx support WIPGravatar Alexey Yakovenko2013-08-28
* Add option to convert 16 bit audio to 24 bitGravatar Eugene Rudchenko2013-08-24
* moved parser into separate libGravatar waker2013-08-18
* fill visualizer waveform data with zeroes if streamer is inactiveGravatar waker2013-08-18
* ctmapping thread safety and final polishGravatar waker2013-08-18
* update ctmapping in streamer when GUI changes itGravatar waker2013-08-17
* read ctmapping from configGravatar waker2013-08-17
* implemented mapping of stream content-types to multiple decoders; mapped all ...Gravatar waker2013-08-13
* mms radio now works using the new wma pluginGravatar waker2013-07-06
* added audio/x-mpeg content type; fixed streaming mp3 regressionGravatar waker2013-07-03
* integrated android resampler for testingGravatar waker2013-06-14
* fixed parsing content type containing a charset;Gravatar waker2013-05-20
* added application/octet-stream to the list of m3u/pls mime typesGravatar waker2013-02-03
* cheap 2x and 4x downsampling supportGravatar waker2012-12-20
* few minor optimizationsGravatar waker2012-11-30
* added message queue instance to the streamerGravatar waker2012-11-25
* added new set_mute/is_mute API; added hotkey for thisGravatar waker2012-11-25
* new fft code from audacious, now spectrum analyzer looks correctlyGravatar waker2012-10-25