summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* renamed soundtouch and uade2 plugin folders and output .soGravatar waker2011-03-23
|
* don't auto-fill track title with filenameGravatar waker2011-03-23
|
* customizable tabstrip text colorGravatar waker2011-03-23
|
* removed --enable-gtk3 option from configure (it doesn't work)Gravatar waker2011-03-23
|
* converter: fixed handling of overwrite_actionGravatar waker2011-03-23
|
* save ddb version to config fileGravatar waker2011-03-23
|
* fixed cdaudio plugin to use pl_add_file_begin/endGravatar waker2011-03-22
|
* fixed streamer deadlock when switching output formatsGravatar waker2011-03-21
|
* fixed downsampled aac duration / seekingGravatar waker2011-03-21
|
* fixed parsing of downsampled implicit SBR aac filesGravatar waker2011-03-21
|
* fixed writing 32bit waves in converterGravatar waker2011-03-20
|
* added 24 to 32 bit converterGravatar waker2011-03-20
|
* fixed noise during transition between different output formatsGravatar waker2011-03-20
|
* fixed /dev/oss typo in oss pluginGravatar waker2011-03-20
|
* added ogg and flac tag writing to converterGravatar waker2011-03-20
|
* flac: fixed metadata writerGravatar waker2011-03-20
|
* fixed oggvorbis metadata writer to support custom fieldsGravatar waker2011-03-20
|
* fixed deleting metadata fields bug with context menu "remove field"Gravatar waker2011-03-20
|
* added basic tag writing to converterGravatar waker2011-03-19
|
* fix possible buffer overflow when getting XDG_LOCAL_HOMEGravatar waker2011-03-19
|
* fixed album art cache folder when XDG_CACHE_HOME is unsetGravatar waker2011-03-18
|
* changed vfs_stdio to use open/close/read/lseek64 and O_LARGEFILE, to be able ↵Gravatar waker2011-03-17
| | | | to work with files over 2Gb in size on 32bit systems
* mp3: fixed vbr flag and avg bitrate calculation when Xing header is presentGravatar waker2011-03-17
|
* turned eq preset buttons into single button with popup menu, to be ↵Gravatar waker2011-03-17
| | | | friendlier to low-res screens
* converter: 16bit support is default in new encoder presetsGravatar waker2011-03-16
|
* install gtkui_api.h into $prefix/deadbeef/Gravatar waker2011-03-16
|
* converter: fix datasize field in wavheaderGravatar waker2011-03-15
|
* converter: fix setting default format field in new encoder presetsGravatar waker2011-03-15
|
* added some better description text to PA pluginGravatar waker2011-03-15
|
* copy waveformat during output plugin switchGravatar waker2011-03-15
|
* fixed few pulseaudio output issues (freezing, noise, etc)Gravatar waker2011-03-15
|
* added streamer_dsp_refresh api entry;Gravatar waker2011-03-15
| | | | fixed switching eq on/off
* converter: added default output format to encoder presets;Gravatar waker2011-03-14
| | | | | | added prompting for overwriting output files; added tooltips to some entry fields in converter dialogs; hidden GUI of some unimplemented features;
* removed obsolete samplerate setting in pulseaudio pluginGravatar Jan D. Behrens2011-03-14
|
* fixed playback regression caused by changing waveformat.is_float to bitfieldGravatar waker2011-03-14
|
* updated description in converter pluginsGravatar waker2011-03-13
|
* finalized converter guiGravatar waker2011-03-13
|
* added mouse wheel playlist tab switchingGravatar waker2011-03-13
|
* fixed track lengths bug after copying tracks via dragndropGravatar waker2011-03-12
|
* fixed converter gui cleanup after error bugGravatar waker2011-03-12
|
* better GUI error reporting in converterGravatar waker2011-03-12
|
* fixed wrong parent window in trkproperties message dialogGravatar waker2011-03-12
|
* use proper dsp preset functions in converter pluginGravatar waker2011-03-12
|
* added bigendian flag to waveformat structGravatar waker2011-03-12
|
* added replaygain preampGravatar waker2011-03-12
|
* few extra tweaks to pulseaudio pluginGravatar waker2011-03-12
| | | | | | works with all sample formats doesn't apply volume (streamer does it) doesn't switch sample format to BE on big-endian systems
* updated pulseaudio plugin to use new API formatGravatar Jan D. Behrens2011-03-12
| | | | | | | | | | | | Added new functions pulse_set_spec and pulse_setformat, both based on the alsa.c implementation. The plugin now uses the file's samplerate, and should automatically create a channel map suitable for the currently used sound setup. TODO/FIXME: * Plugin doesn't work with bitrates other than S16 * Plugin doesn't support soundcard enumeration (display list of available soundcards)
* customizable list of ffmpeg file typesGravatar waker2011-03-11
|
* fixed setting vbrmethod from xing headerGravatar waker2011-03-10
|
* deleted debug printf from streamer.cGravatar waker2011-03-10
|