summaryrefslogtreecommitdiff
path: root/streamer.c
Commit message (Collapse)AuthorAge
* 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
|
* 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 ↵Gravatar waker2011-06-12
| | | | shutdown, without restarting process
* 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
| | | | | | do anything; bumped API version to 1.1
* 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
| | | | "noloop" modes
* in shuffle albums mode, skip previous album tracks if user selects track ↵Gravatar waker2011-05-20
| | | | manually
* 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
| | | | | added assertion to catch this kind of race conditions, which can be turned on by defining DETECT_PL_LOCK_RC 1 in streamer.c and playlist.c
* 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
| | | | | | playtime and started_timestamp are now passed in track event structures; fixed few lastfm submission and event-handling bugs; cleaned out old event sending helper functions
* don't crash while importing 0.4.4 eq settings when supereq plugin is not ↵Gravatar waker2011-05-03
| | | | | | available; fixed importing of 0.4.4 settings
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* fixed aborting http streams during initGravatar waker2011-04-26
|
* new future-proof playlist API, potentially reducing locking, and allowing ↵Gravatar waker2011-04-25
| | | | more flexibility
* 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
|