summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)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
| | | | sleep 400ms (configurable) after loading remote playlist, to avoid server rejects
* 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
|\ | | | | | | | | | | | | Conflicts: configure.ac streamer.c streamer.h
| * 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 ↵Gravatar waker2012-10-07
| | | | | | | | another playlist
* | Merge branch 'master' into develGravatar waker2012-10-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README configure.ac deadbeef.h plugins.c plugins/gtkui/Makefile.am plugins/gtkui/ddbcellrenderertextmultiline.c plugins/gtkui/ddblistview.c plugins/gtkui/deadbeef.glade plugins/gtkui/gtkui.c plugins/gtkui/interface.c plugins/gtkui/plcommon.c plugins/shellexec/shellexec.c plugins/supereq/Makefile.am
| * 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
| | | | | | | | | | added debug pl_ensure_lock function which asserts when pl_lock is not set when it is required; added new API functions for thread-safe metadata access
| * 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 ↵Gravatar waker2012-04-02
| | | | was auto-stopped
* m3u plugin: try to load pls if m3u loader fails to load the file without ↵Gravatar waker2012-03-25
| | | | | | extension streamer: added "audio/x-scpls" content-type support
* 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 ↵Gravatar waker2011-12-15
| | | | plugins which can't handle this case
* 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 ↵Gravatar waker2011-10-23
| | | | previous album tracks as played
* Add-global-preamp-in-addition-to-replaygain-preamp Global preamp is applied ↵Gravatar Jan D. Behrens2011-10-02
| | | | to all tracks, while replaygain preamp is only applied to tracks with rg info.
* 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 ↵Gravatar waker2011-10-01
| | | | playlists (via matching playlist plugin), then the 1st stream from the playlist will be used to play the track
* 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
|