summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * fixed passing garbage column pointer to gtk_tree_view_set_cursor when ↵Gravatar waker2011-05-22
| | | | | | | | removing dsp plugin from chain
| * auto-add resampler to streamer dsp chain on 1st runGravatar waker2011-05-22
| |
| * fix minor syntax error in plugin action handlingGravatar waker2011-05-22
| |
| * changed cue loader to use VFS, for reading from archivesGravatar waker2011-05-22
| |
| * cleaned up few bogus code lines in ddblistview.cGravatar waker2011-05-22
| |
| * moved server_start to happen earlier, to prevent unwanted multiple instancesGravatar waker2011-05-21
| |
| * improved alsa channels settingGravatar waker2011-05-21
| |
| * hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
| |
| * added pass_through support to SRC pluginGravatar waker2011-05-21
| |
| * 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
| * fixed sample remapping for all format conversionsGravatar waker2011-05-21
| |
| * reset streamer after sound reinit, to prevent misaligned output on ↵Gravatar waker2011-05-21
| | | | | | | | sampleformat changes
| * converter: set outfolder to $HOME if empty; few error message fixes; less ↵Gravatar waker2011-05-21
| | | | | | | | heap allocations
| * allow converter to create subdirectories in output path - check for windows ↵Gravatar Jan D. Behrens2011-05-21
| | | | | | | | path delimiter too - check outfolder for illegal characters too
| * fixed alsa setformat channels fallbackGravatar waker2011-05-21
| |
| * fixed regression in SRC pluginGravatar waker2011-05-21
| |
| * restored "use alsa resampling" as an option, but now ON by defaultGravatar waker2011-05-20
| |
| * added automatic samplerate option to resampler, as it was done in 0.4.4Gravatar waker2011-05-20
| |
| * 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
| |
| * minor fixes in sndfile pluginGravatar waker2011-05-20
| |
| * sndfile: added new metadata field for libsndfile format;Gravatar waker2011-05-20
| | | | | | | | fixed playback of all format where sf_read_raw is unsuitable
| * fixed U8 support in sndfile pluginGravatar waker2011-05-20
| |
| * play flac files which report numsamples=0Gravatar waker2011-05-20
| |
| * reload dsp and encoder presets on every converter accessGravatar waker2011-05-20
| |
| * fixed area-selection sticking after pressing left and right mouse buttons at ↵Gravatar waker2011-05-20
| | | | | | | | the same time
| * remove -s option from AAC encoder presetGravatar waker2011-05-20
| |
| * fix bug when trying to to previous track while standing on the 1st track, in ↵Gravatar waker2011-05-20
| | | | | | | | "noloop" modes
| * remove bogus printf from init_shuffle_albumsGravatar waker2011-05-20
| |
| * more precise timing for libmms connect timeoutGravatar waker2011-05-20
| |
| * set initial item duration to -1Gravatar waker2011-05-20
| |
| * patched libmms to support connection timeout after 3 secondsGravatar waker2011-05-20
| |
| * 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
| |
| * don't react on middle-button double-click in tray iconGravatar waker2011-05-19
| |
| * send trackinfochanged after changing track metadataGravatar waker2011-05-19
| |
* | Commit from LXDE Translation Project with Pootle by user PraveenIlla.: 206 ↵Gravatar PraveenIlla2011-05-19
| | | | | | | | of 257 messages translated (0 fuzzy).
* | Commit from LXDE Translation Project with Pootle by user boobaloo.: 386 of ↵Gravatar boobaloo2011-05-19
| | | | | | | | 387 messages translated (0 fuzzy).
| * reset output format on streamer dsp reconfigurationGravatar waker2011-05-18
| |
* | Commit from LXDE Translation Project with Pootle by user Pjotr.: 300 of 300 ↵Gravatar Pjotr2011-05-18
| | | | | | | | messages translated (0 fuzzy).
* | Commit from LXDE Translation Project with Pootle by user Pjotr.: 231 of 300 ↵Gravatar Pjotr2011-05-18
| | | | | | | | messages translated (15 fuzzy).
| * added remaining 32_to_8/24/float conversionsGravatar waker2011-05-18
| |
| * added int32 to int16 conversionGravatar waker2011-05-18
| |
| * fixed regression in streamer format switchingGravatar waker2011-05-17
| |
| * turn on alsa trace messagesGravatar waker2011-05-17
| |
| * converter: write 0 size to waveheader in pipe mode, to workaround oggenc bugGravatar waker2011-05-17
| |
| * fixed gapless playback when DSP changes output formatGravatar waker2011-05-17
| |
| * added mono2stereo dsp pluginGravatar 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
| |