summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Expand)AuthorAge
* 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
* compile fixGravatar waker2012-10-19
* Merge branch 'master' into develGravatar waker2012-10-19
|\
| * changed license to ZLIB on all core filesGravatar waker2012-10-15
| * disabled some debug output in streamerGravatar waker2012-10-09
| * fixed updating streamer playlist after moving current playing track to anothe...Gravatar waker2012-10-07
* | Merge branch 'master' into develGravatar waker2012-10-05
|\|
| * alsa: added a hack to avoid releasing device when user is switching tracksGravatar waker2012-09-06
| * improved error handling when loading remote M3UsGravatar waker2012-09-06
| * atomic dspconfig writingGravatar waker2012-05-22
| * fixed prev/next handling when playback is stoppedGravatar waker2012-05-18
| * fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
| * fixed many calls to pl_find_meta[_raw] being called without pl_lock;Gravatar waker2012-05-17
| * fix race condition between alsa plugin and streamerGravatar waker2012-05-12
| * fixed loading remote playlists with unknown sizeGravatar waker2012-05-07
| * fixed excessive cpu use when waiting for the last track to finishGravatar waker2012-04-28
| * added new DB_EV_DSPCHANGED eventGravatar waker2012-04-26
* | added freq vis supportGravatar waker2012-04-13
* | vis buffer is now always float/monoGravatar waker2012-04-12
* | fixed vis buffer filling bugGravatar waker2012-04-11
* | added experimental visualization (scope)Gravatar waker2012-04-11
|/
* extended plugin api to trigger dsp chain saving from pluginsGravatar waker2012-04-02
* added new option to reset "stop after current" option every time the track wa...Gravatar waker2012-04-02
* m3u plugin: try to load pls if m3u loader fails to load the file without exte...Gravatar waker2012-03-25
* 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