summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* play selected track if enter/playbtn pressed while playing track is pausedGravatar waker2011-08-31
|
* fixed writing non-ascii id3v1 tagsGravatar waker2011-08-31
|
* fixed crash on malformed cuesheet filesGravatar waker2011-08-31
|
* auto-save playlists after drag-n-drop, delete-selected, cropGravatar waker2011-08-31
|
* lastfm: cut multiline fields before submissionGravatar waker2011-08-31
|
* gray-out rename/remove playlist if clicked on empty tabstrip areaGravatar waker2011-08-31
|
* few minor improvements in raw aac codeGravatar waker2011-08-22
|
* ffmpeg: version check fixGravatar Igor Murzov2011-07-07
|
* ffmpeg: define fallback macro AV_VERSION_INT()Gravatar Igor Murzov2011-07-06
| | | | | | | | | | | | | | | | | For ffmpeg < 0.5. Copied from libavutil 0.5. ffmpeg: don't use deprecated CODEC_TYPE_AUDIO with new lavc fixes build with lavc 53. ffmpeg: fix erroneous version comparisons Comparing versions this way: (x.y < x1.y1) is obviously equivalent to (x < x1 || (x == x1 && y < y1)), not to (x <= x1 && y < y1). ffmpeg: use av_register_protocol2() if available fixes usage with ffmpeg-0.8
* save playlists and config after adding files/foldersGravatar waker2011-07-03
|
* save config after changing view -> statusbar/tabs/columnsGravatar waker2011-07-03
|
* fixed int32 overflow when calculating sleep time in alsa loopGravatar waker2011-07-03
|
* 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
|
* converter: automatically create directory structureGravatar waker2011-06-23
| | | | artwork: minor readability fix in check_dir
* fixed freeze in alsa_free on x86_64 (bug #3325101)Gravatar waker2011-06-23
|
* changed the gtk_message_dialog_format_secondary_text call to prevent errors ↵Gravatar waker2011-06-19
| | | | when filename contains formatting chars
* unbreak build on i686Gravatar waker2011-06-16
|
* added better sse2 filter implementation to ape plugin;Gravatar waker2011-06-15
| | | | added yasm support
* ape: arm neon optimizationsGravatar waker2011-06-15
|
* Merge branch 'master' into i18nGravatar waker2011-06-12
|\
| * added deadbeef.pot under git controlGravatar waker2011-06-12
| |
| * OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
| |
| * few fixes to make it possible to reinitialize player after complete ↵Gravatar waker2011-06-12
| | | | | | | | shutdown, without restarting process
| * added more trace messages to sndfile pluginGravatar waker2011-06-12
| |
| * added id to stdio pluginGravatar waker2011-06-12
| |
* | Commit from LXDE Translation Project with Pootle by user smarquespt.: 305 of ↵Gravatar smarquespt2011-06-10
| | | | | | | | 305 messages translated (0 fuzzy).
| * fixed proxy authentication bug in vfs_curlGravatar waker2011-06-04
| |
* | Commit from LXDE Translation Project with Pootle by user Pjotr.: 300 of 300 ↵Gravatar Pjotr2011-06-02
| | | | | | | | messages translated (0 fuzzy).
* | Commit from LXDE Translation Project with Pootle by user Pjotr.: 300 of 300 ↵Gravatar Pjotr2011-06-02
| | | | | | | | messages translated (0 fuzzy).
* | Commit from LXDE Translation Project with Pootle by user Pjotr.: 300 of 300 ↵Gravatar Pjotr2011-05-28
| | | | | | | | messages translated (0 fuzzy).
| * be verbose on plugin load failuresGravatar waker2011-05-27
| |
| * fixed reading id3/apev2 tags from raw aacGravatar waker2011-05-27
| |
* | Commit from LXDE Translation Project with Pootle by user secipolla.: 389 of ↵Gravatar secipolla2011-05-24
| | | | | | | | 389 messages translated (0 fuzzy).
* | Merge branch 'i18n' of git://lxde.git.sourceforge.net/gitroot/lxde/deadbeef ↵Gravatar Martin Bagge / brother (or Pootle...)2011-05-23
|\| | | | | | | into i18n
* | Commit from LXDE Translation Project with Pootle by user smarquespt.: 305 of ↵Gravatar smarquespt2011-05-23
| | | | | | | | 305 messages translated (0 fuzzy).
| * Merge branch 'i18n' of ssh://lxde.git.sourceforge.net/gitroot/lxde/deadbeef ↵Gravatar waker2011-05-23
| |\ | |/ |/| | | into i18n
| * nuked iconv usage from sid pluginGravatar waker2011-05-23
| |
| * mpc c89 compile fixGravatar waker2011-05-23
| |
| * few android fixesGravatar waker2011-05-23
| |
* | Commit from LXDE Translation Project with Pootle by user secipolla.: 389 of ↵Gravatar secipolla2011-05-23
| | | | | | | | 389 messages translated (0 fuzzy).
* | Commit from LXDE Translation Project with Pootle by user secipolla.: 389 of ↵Gravatar secipolla2011-05-23
| | | | | | | | 389 messages translated (0 fuzzy).
| * added ddb_ prefix to dumb, shn and ao plugins;Gravatar waker2011-05-23
| | | | | | | | | | ao has been renamed to ddb_aopsf; tweaked sources and makefiles to simplify compiling out of tree
| * mono2stereo: added website and renamed to ddb_mono2stereoGravatar waker2011-05-23
| |
| * added website line to dsp_template exampleGravatar waker2011-05-23
| |
| * 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
| |