summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fixed formatting bug in converterGravatar waker2011-05-23
|
* 0.5.1Gravatar waker2011-05-22
|
* removed converter_gtkui fallback versionGravatar waker2011-05-22
|
* minor junklib error check fixGravatar waker2011-05-22
|
* unbreak shuffleGravatar waker2011-05-22
|
* removed Encoding from deadbeef.desktop.inGravatar waker2011-05-22
|
* engrish fix in hotkeysGravatar waker2011-05-22
|
* Merge branch 'master' into i18nGravatar waker2011-05-22
|\
| * 0.5.1 changelogGravatar waker2011-05-22
| |
| * translation updGravatar waker2011-05-22
| |
| * removed bogus ; from alsa.cGravatar waker2011-05-22
| |
| * fixed 16 to 32 bit converterGravatar waker2011-05-22
| |
| * renamed dsp pass_through to can_bypassGravatar waker2011-05-22
| |
| * added mono2stereo to portable build scriptsGravatar waker2011-05-22
| |
| * minor bugfix in pl_set_orderGravatar waker2011-05-22
| |
| * fixed regression in streamer dsp chain caused by adding pass-through featureGravatar waker2011-05-22
| |
| * added null-ptr checks to artwork queue_popGravatar waker2011-05-22
| |
| * added -fPIC to adplug CFLAGSGravatar waker2011-05-22
| |
| * fixed action flag checking in hotkeysGravatar waker2011-05-22
| |
| * 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
| |