summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | lastfm: fixed compiler warningsGravatar Alexey Yakovenko2014-05-01
| |
* | vorbis: fixed few 64bit warningsGravatar Alexey Yakovenko2014-04-30
| |
* | vfs_curl: send trackchange event on metadata changes, mainly so that lastfm ↵Gravatar Alexey Yakovenko2014-04-30
| | | | | | | | plugin can scrobble tracks from radio
* | lastfm: send data for tracks with unknown duration, with playtime calculated ↵Gravatar Alexey Yakovenko2014-04-30
| | | | | | | | since last trackchange event
* | added sanity check into pl_items_copy_junk, to make sure we won't ↵Gravatar Alexey Yakovenko2014-04-30
| | | | | | | | dereference null pointers
* | fixed bug in pl_add_meta which was skipping some of the fields, especially ↵Gravatar Alexey Yakovenko2014-04-30
| | | | | | | | when using pl_items_copy_junk
* | removed shift-jis hack from cuesheet parser, this should now work without ↵Gravatar Alexey Yakovenko2014-04-30
| | | | | | | | the hack
* | junklib: added shift-jis detectionGravatar Alexey Yakovenko2014-04-30
| |
* | vfs_curl: clear artist meta if not knownGravatar Alexey Yakovenko2014-04-30
| |
* | gtkui: added downgradable layout config support, that is, allowing ↵Gravatar Alexey Yakovenko2014-04-28
| | | | | | | | downgrading deadbeef from higher to lower versions without loosing the layout setup, implemented by seraparating layout config for each version
* | gtkui: added option to disable seekbar overlayGravatar Alexey Yakovenko2014-04-28
| |
* | gtkui: possible workaround for gtk crash described in bug #1099Gravatar Alexey Yakovenko2014-04-28
| |
* | fixed streaming audio seek issues (bug #1098)Gravatar Alexey Yakovenko2014-04-25
| |
* | force utf8 output charset for everything except help textGravatar Alexey Yakovenko2014-04-24
| |
* | gtkui: added option to render play state as unicode chars instead of pixbuf, ↵Gravatar Alexey Yakovenko2014-04-24
| | | | | | | | for better looks on HDPI screens
* | don't force gettext to output in utf8Gravatar Alexey Yakovenko2014-04-24
| |
* | Merge pull request #2 from fishman/coreaudio_missing_symbolGravatar Alexey Yakovenko2014-04-24
|\ \ | | | | | | fix missing symbol AudioOutputUnitStart by adding the AudioUnit framework for coreaudio
| * | fix missing symbol AudioOutputUnitStart by adding the AudioUnit framework ↵Gravatar Reza Jelveh2014-04-19
|/ / | | | | | | for coreaudio
* | [dumb] added option to configure internal volumeGravatar Alexey Yakovenko2014-04-15
| |
* | aac: workaround for 7ch sound corruption: force 8ch, fill unmapped channels ↵Gravatar Alexey Yakovenko2014-04-11
| | | | | | | | with 0
* | gtkui: single click in album art column selects group and double click plays ↵Gravatar Christian Boxdörfer2014-04-07
| | | | | | | | first track of group
* | added opus metadata writing support to converter (when stdopus plugin is ↵Gravatar Alexey Yakovenko2014-04-07
| | | | | | | | present)
* | shellexec: correct escaping of single quotesGravatar Alexey Yakovenko2014-03-31
| |
* | fixed vorbis >6 channels support (bug #1067)Gravatar Alexey Yakovenko2014-03-24
| |
* | gtkui/artwork: new get_cache_path2 API, crash fixGravatar Alexey Yakovenko2014-03-09
| |
* | gtk linking changes for static buildGravatar Alexey Yakovenko2014-03-09
| |
* | apsymbols.h.i686 cleanupGravatar Alexey Yakovenko2014-03-04
| |
* | fixed libsndfile link in static buildGravatar Alexey Yakovenko2014-02-27
| |
* | eliminate unused mutex_pltGravatar Alexey Yakovenko2014-02-27
| |
* | corrected information about ftoi from libvorbis in about.txtGravatar Alexey Yakovenko2014-02-27
| |
* | Merge pull request #1 from crayxt/masterGravatar Alexey Yakovenko2014-02-25
|\ \ | | | | | | Drop unused Suggests field in Debian control file.
| * | Drop unused Suggests field in Debian control file.Gravatar Baurzhan Muftakhidinov2014-02-25
|/ /
* | remove playlist count limitation (bug #1059)Gravatar Alexey Yakovenko2014-02-24
| |
* | config: better detection of config changes, to avoid unnecessary writingGravatar Alexey Yakovenko2014-02-24
| |
* | gtkui: avoid config rewrite if gui layout didn't changeGravatar Alexey Yakovenko2014-02-24
| |
* | fixed stop_after_current (buf #1062)Gravatar Alexey Yakovenko2014-02-24
| |
* | added ALAC encoder preset (bug #1060)Gravatar Alexey Yakovenko2014-02-23
| |
* | wma: "MusicBrainz/Track Id" mappingGravatar Alexey Yakovenko2014-02-19
| |
* | aac,alac: added experimental support for "----:com.apple.iTunes:MusicBrainz ↵Gravatar Alexey Yakovenko2014-02-19
| | | | | | | | Track Id"
* | gtkui: respect gui refresh fps in seekbarGravatar Alexey Yakovenko2014-02-19
| |
* | gtkui: fixed sizing issues of hvbox children in design modeGravatar Alexey Yakovenko2014-02-19
| |
* | gtkui: fixed crash when deleting items from hvboxGravatar Alexey Yakovenko2014-02-19
| |
* | gtkui: fixed hvbox shrinking to 0 size in design modeGravatar Alexey Yakovenko2014-02-18
| |
* | gtkui: correctly save layout upgrade flagGravatar Alexey Yakovenko2014-02-17
| |
* | gtkui: automatically upgrade layout from pre-0.6.2Gravatar Alexey Yakovenko2014-02-17
| |
* | gtkui: add toolbar/seekbar/volumebar to the default layoutGravatar Alexey Yakovenko2014-02-17
| |
* | artwork: embedded covers from untagged files; also added escaping of ↵Gravatar Alexey Yakovenko2014-02-17
| | | | | | | | album/artist tags for naming cache files
* | ffmpeg: Fix bitrate calculation (bug #1052)Gravatar Alexey Yakovenko2014-02-17
| |
* | mp3: don't reload id3v2 for remote mp3s on each playGravatar Alexey Yakovenko2014-02-16
| |
* | gme: adding gzipped modules directly from vfs folders (bug #965)Gravatar Alexey Yakovenko2014-02-14
| |