summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Expand)AuthorAge
...
* 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
* 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