summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAge
...
* flac: ignore embedded flac cuesheet metadata block if it's out of file boundsGravatar Alexey Yakovenko2014-06-23
|
* flac: fixed crash on writing metadata into file which doesn't have ↵Gravatar Alexey Yakovenko2014-06-22
| | | | vorbiscomment block
* converter: fixed loading of custom encoder presetsGravatar Alexey Yakovenko2014-06-22
|
* added uri support to plt_insert_file_int, improved pls parserGravatar Alexey Yakovenko2014-06-22
|
* m3u: fixed loading pls files with relative pathesGravatar Alexey Yakovenko2014-06-22
|
* m3u: fixed loading symlinked playlists with relative pathes (bug #1055)Gravatar Alexey Yakovenko2014-06-21
|
* converter: write correct data size into wav files, clip to 0xffffffff if ↵Gravatar Alexey Yakovenko2014-06-21
| | | | doesn't fit in 32 bit
* gtkui, playlist: disable custom title in both "add location" and playlist ↵Gravatar Alexey Yakovenko2014-06-19
| | | | context menu, until new title formatting is finished
* converter: added copy dsp preset function, fixed bug with duplicate preset namesGravatar Alexey Yakovenko2014-06-19
|
* converter: added a function to copy encoder presetsGravatar Alexey Yakovenko2014-06-19
|
* converter: load encoder presets directly from plugindir, instead of copying ↵Gravatar Alexey Yakovenko2014-06-19
| | | | to confdir, and make them read-only
* artwork: fixed flac-related typo in makefileGravatar Alexey Yakovenko2014-06-19
|
* Merge pull request #15 from Lithopsian/artworkGravatar Alexey Yakovenko2014-06-18
|\ | | | | Streaming artwork
| * Allow get_album_art() calls for non-local filesGravatar Ian Nartowicz2014-06-18
| |
| * Allow get_album_art() call for non-local filesGravatar Ian Nartowicz2014-06-18
| |
* | gtkui: improved custom title dlgGravatar Alexey Yakovenko2014-06-17
| |
* | gtkui: better custom title configuration using context menuGravatar Alexey Yakovenko2014-06-17
| |
* | removed unused libs from gtkui folderGravatar Alexey Yakovenko2014-06-14
| |
* | made shift-jis detector optional and configurableGravatar Alexey Yakovenko2014-06-14
| |
* | Merge pull request #13 from Lithopsian/flacGravatar Alexey Yakovenko2014-06-14
|\| | | | | Flac/oggflac bitrate calculation improvements
| * bitrate for OggFLAC, plus oggedit changesGravatar Ian Nartowicz2014-06-14
| |
| * tidy upGravatar Ian Nartowicz2014-06-13
| |
| * bitrate calculationsGravatar Ian Nartowicz2014-06-13
| |
* | Merge pull request #12 from Lithopsian/libvorbisfileGravatar Alexey Yakovenko2014-06-12
|\| | | | | workaround for libvorbisfile bug, causing hang after seek to sample 0 in multiplexed streams (bug #1116)
| * Only change seek offset for multiplexed files with Vorbis not the 1st streamGravatar Ian Nartowicz2014-06-10
| |
* | mp3: deleted the wrong garbage skipping code, fixed duration calc in some ↵Gravatar Alexey Yakovenko2014-06-10
| | | | | | | | mp3 files with garbage in front
| * Fix for issue #1116 (work round Vorbis issue #1486) - typoGravatar Ian Nartowicz2014-06-10
| |
| * Fix for issue #1116 (work round Vorbis issue #1486)Gravatar Ian Nartowicz2014-06-10
|/
* liboggedit: deadbeef.h #include fixGravatar Alexey Yakovenko2014-06-10
|
* Sync diffs and MakefileGravatar Ian Nartowicz2014-06-10
|
* ogg_stream_flush_fill conditional compilationGravatar Ian Nartowicz2014-06-10
|
* oggedit: osx compile fixesGravatar Alexey Yakovenko2014-06-08
|
* gtkui: osx compile fixGravatar Alexey Yakovenko2014-06-08
|
* flac: osx compile fixesGravatar Alexey Yakovenko2014-06-08
|
* gtkui: remove unnecessary code which was handling Menu key for popup menu ↵Gravatar Alexey Yakovenko2014-06-08
| | | | (this is handled by GTK popup-menu signal)
* lfm: fixed tiny track supportGravatar Alexey Yakovenko2014-06-08
|
* gtkui: improved keyboard handlingGravatar Alexey Yakovenko2014-06-08
|
* pltbrowser: popup-menu event handlerGravatar Alexey Yakovenko2014-06-08
|
* gtkui: popup-menu event handlerGravatar Alexey Yakovenko2014-06-08
|
* ffmpeg: fixed reading replaygain infoGravatar Alexey Yakovenko2014-06-08
|
* vorbis and flac static build fixGravatar Alexey Yakovenko2014-06-07
|
* liboggedit: use ogg_stream_flush instead of ogg_stream_flush_fillGravatar Alexey Yakovenko2014-06-07
|
* fixed tools/apbuild/buildlist to work on modern systems with multulib; ↵Gravatar Alexey Yakovenko2014-06-06
| | | | flac/ogg static link WIP
* liboggedit: fixed deadbeef.h includesGravatar Alexey Yakovenko2014-06-06
|
* Merge branch 'master' of https://github.com/Lithopsian/deadbeef into ↵Gravatar Alexey Yakovenko2014-06-06
|\ | | | | | | | | | | | | Lithopsian-master Conflicts: plugins/liboggedit/Makefile.am
| * #if USE_OGGEDIT changes, and pl_unlock() fixesGravatar Ian Nartowicz2014-06-06
| |
| * Conditional compilation of oggedit callGravatar Ian Nartowicz2014-06-05
| |
| * more minor indentationGravatar Ian Nartowicz2014-06-05
| |
| * indentationGravatar Ian Nartowicz2014-06-05
| |
* | flac: disable oggedit if libogg is not availableGravatar Alexey Yakovenko2014-06-05
| |