summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gtkui: fix column edit title issue (bug #1096)Gravatar Alexey Yakovenko2014-05-15
|
* converter: use heap for buffer allocation instead of stackGravatar Alexey Yakovenko2014-05-11
|
* oss: possible fix to deadlock caused by oss_stopGravatar Alexey Yakovenko2014-05-11
|
* mms: added libmms license information to plugin GUIGravatar Alexey Yakovenko2014-05-11
|
* mms: fixed buffer overflow bugGravatar Alexey Yakovenko2014-05-11
|
* gtkui: restored the accidentally deleted double-click status bar handlerGravatar Alexey Yakovenko2014-05-11
|
* cleanup unused code; license updatesGravatar Alexey Yakovenko2014-05-11
|
* gtkui: removed unused event handlers from mainwinGravatar Alexey Yakovenko2014-05-11
|
* cleanup and license updatesGravatar Alexey Yakovenko2014-05-10
|
* removed unused fft impls from supereqGravatar Alexey Yakovenko2014-05-10
|
* configure --help fix for gtk2/3Gravatar Alexey Yakovenko2014-05-09
|
* gme: android build fixGravatar Alexey Yakovenko2014-05-09
|
* mp3: fixed mp3 parser bug which resulted in wrong durationGravatar Alexey Yakovenko2014-05-09
|
* 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