summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* junklib: fixed handlid invalid UFID in id3v2Gravatar Alexey Yakovenko2014-05-09
|
* updated/improved/added licensing info in many plugins, added COPYING files, ↵Gravatar Alexey Yakovenko2014-05-07
| | | | some plugins got upgraded from GPL to ZLIB
* artwork: added include strdupa.h to fix build on freebsd (bug #1086)Gravatar Alexey Yakovenko2014-05-06
|
* junklib: added musicbrainz UFID supportGravatar Alexey Yakovenko2014-05-06
|
* changed plugin init order, so that the selected GUI plugin is always loaded 1stGravatar Alexey Yakovenko2014-05-06
|
* lastfm: option to submit tracks shorter than 30 secGravatar Alexey Yakovenko2014-05-05
|
* lastfm: added an option to enable/disable sending musicbrainz track idGravatar skodde2014-05-05
|
* junklib: UFID support WIPGravatar Alexey Yakovenko2014-05-05
|
* gtkui: when unknown widget is encountered (e.g. widget plugin doesn't work ↵Gravatar Alexey Yakovenko2014-05-04
| | | | or missing), layout is not dropped, but placeholder widget will be inserted, to preserve the layout
* Merge pull request #3 from cboxdoerfer/masterGravatar Alexey Yakovenko2014-05-04
|\ | | | | gtkui: improve performance of album art drawing in playlist
* \ Merge branch 'wander'Gravatar Alexey Yakovenko2014-05-04
|\ \
* \ \ Merge pull request #4 from popoffka/masterGravatar Alexey Yakovenko2014-05-04
|\ \ \ | | | | | | | | Fix crash in stop_after_album_check if next=0
| * | | fixed crash after last track if "stop after cur album" is enabledGravatar Aleksejs Popovs2014-05-04
|/ / /
| | * gtkui: improve performance of album art drawing in playlistGravatar Christian Boxdörfer2014-05-04
| |/ |/|
* | vorbis: new tagging code by Ian Nartowicz, updated licenseGravatar Alexey Yakovenko2014-05-02
| |
* | gtkui: fixed bug in gtk_drag_check_thresholdGravatar Alexey Yakovenko2014-05-01
| |
* | corrected seekpos cast bugGravatar Alexey Yakovenko2014-05-01
| |
* | added "stop playback after current album finishes" functionalityGravatar Aleksejs Popovs2014-05-01
| |
* | vfs_curl: added option to enable emulation of trackchange event, now off by ↵Gravatar Alexey Yakovenko2014-05-01
| | | | | | | | default
* | 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.