Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Makefile.am: fix header file names | Max Kellermann | 2014-10-01 | 1 | -4/+7 | |
| | | | | Found by "make distcheck". | |||||
* | pcm: --disable-dsd also disables the dsd2pcm library | Max Kellermann | 2014-09-26 | 1 | -2/+6 | |
| | ||||||
* | Merge tag 'v0.18.16' | Max Kellermann | 2014-09-26 | 1 | -6/+14 | |
|\ | ||||||
| * | configure.ac: add option to disable the DSD decoders | Max Kellermann | 2014-09-26 | 1 | -6/+14 | |
| | | | | | | | | Allow building a smaller MPD binary for people who don't need DSD. | |||||
* | | decoder/mad: move code to tag/MixRamp.cxx | Max Kellermann | 2014-09-24 | 1 | -0/+1 | |
| | | ||||||
* | | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxx | Max Kellermann | 2014-09-24 | 1 | -0/+1 | |
| | | ||||||
* | | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxx | Max Kellermann | 2014-09-24 | 1 | -0/+1 | |
| | | ||||||
* | | Makefile.am: android AIDL need src/org/musicpd folder | Thomas Guillem | 2014-09-16 | 1 | -2/+3 | |
| | | ||||||
* | | Makefile.am: fix android symlinks, use absolute paths | Thomas Guillem | 2014-09-16 | 1 | -2/+2 | |
| | | ||||||
* | | Merge tag 'v0.18.14' | Max Kellermann | 2014-09-11 | 1 | -0/+11 | |
|\| | ||||||
| * | test/test_protocol: unit test for protocol/ArgParser.cxx | Max Kellermann | 2014-09-04 | 1 | -0/+11 | |
| | | ||||||
* | | doc/user: enable docbook-xslt option "use.id.as.filename" | Max Kellermann | 2014-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | output/alsa, pcm: rename "DSD over USB" to "DoP" | Max Kellermann | 2014-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | The standard has been renamed since the early draft that was implemented in MPD. | |||||
* | | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 1 | -0/+1 | |
| | | | | | | | | For type safety and code readability. | |||||
* | | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -0/+1 | |
| | | | | | | | | Reduce header dependencies. | |||||
* | | input/ffmpeg: use av_strerror() | Max Kellermann | 2014-08-18 | 1 | -0/+1 | |
| | | | | | | | | Generate more detailed error messages. | |||||
* | | {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxx | Max Kellermann | 2014-08-18 | 1 | -2/+11 | |
| | | | | | | | | Eliminate duplicate definition (in input plugin and decoder plugin). | |||||
* | | test/test_pcm: add PcmExport unit test | Max Kellermann | 2014-08-12 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-08-12 | 1 | -1/+1 | |
|\| | ||||||
| * | Makefile.am: fix dependencies for win32 | François Revol | 2014-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It happened to me when doing the Haiku port, src/mpd failed to be relinked properly when editing source files, and likely also happens on win32, although I didn't try this change. When building for windows, src_mpd_DEPENDENCIES is overriden. Automake then disables the default version which contains all the static libraries. In Makefile.in: @HAVE_WINDOWS_FALSE@src_mpd_DEPENDENCIES = libmpd.a \ Instead we use EXTRA_src_mpd_DEPENDENCIES which is meant for this. | |||||
| * | Win32Main: move to win32/ | Max Kellermann | 2014-08-02 | 1 | -6/+6 | |
| | | ||||||
* | | fs/io/AutoGunzipReader: new class | Max Kellermann | 2014-08-11 | 1 | -0/+1 | |
| | | ||||||
* | | fs/io/PeekReader: new utility class | Max Kellermann | 2014-08-11 | 1 | -0/+1 | |
| | | ||||||
* | | fs/io/GzipOutputStream,GunzipReader: move zlib_domain to src/lib/zlib/Domain.cxx | Max Kellermann | 2014-08-11 | 1 | -0/+1 | |
| | | ||||||
* | | input/GunzipInputStream: new class | Max Kellermann | 2014-08-08 | 1 | -1/+11 | |
| | | ||||||
* | | Merge branch 'id-3919' of git://github.com/ekroth/mpd | Max Kellermann | 2014-08-07 | 1 | -0/+8 | |
|\ \ | ||||||
| * | | decoder/Mp4v2: add MP4v2 decoder plugin | Andrée Ekroth | 2014-08-07 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | This plugin uses the MP4v2 library to play mp4/m4a files. It is limited to file_decode. | |||||
* | | | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 2014-08-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later. | |||||
* | | | fs/io/Reader: new interface | Max Kellermann | 2014-08-07 | 1 | -0/+2 | |
| | | | ||||||
* | | | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 1 | -6/+6 | |
| | | | ||||||
* | | | Makefile.am: link libfs.a before libsystem.a | Max Kellermann | 2014-08-07 | 1 | -11/+11 | |
|/ / | | | | | | | libfs.a depends on libsystem.a. | |||||
* | | LogBackend: use StripRight() | Max Kellermann | 2014-08-07 | 1 | -0/+3 | |
| | | | | | | | | Eliminate duplicate code. | |||||
* | | util/DynamicFifoBuffer: move code to new base class ForeignFifoBuffer | Max Kellermann | 2014-08-06 | 1 | -0/+1 | |
| | | ||||||
* | | fs/GzipOutputStream: new class wrapping zlib | Max Kellermann | 2014-08-06 | 1 | -0/+17 | |
| | | ||||||
* | | Makefile.am: add variable FS_LIBS | Max Kellermann | 2014-08-06 | 1 | -16/+18 | |
| | | ||||||
* | | fs/OutputStream: new infrastructure for writing to files | Max Kellermann | 2014-07-30 | 1 | -0/+4 | |
| | | ||||||
* | | Makefile.am: add missing backslash | Max Kellermann | 2014-07-30 | 1 | -1/+1 | |
| | | | | | | | | Fixes breakage by commit 1a619522 | |||||
* | | Makefile.am: *.apk depends on android/src/*.java | Max Kellermann | 2014-07-30 | 1 | -0/+1 | |
| | | | | | | | | Invoke "ant" when a Java source is modified. | |||||
* | | Makefile.am: move duplicate specification to APK_DEPS | Max Kellermann | 2014-07-30 | 1 | -2/+6 | |
| | | ||||||
* | | Makefile.am: release .apk depends on icon | Max Kellermann | 2014-07-30 | 1 | -1/+1 | |
| | | | | | | | | Missing piece from commit e0ca4347 | |||||
* | | Makefile.am: new zipalign path | Max Kellermann | 2014-07-30 | 1 | -1/+3 | |
| | | ||||||
* | | Android: generate icon from SVG | Max Kellermann | 2014-07-14 | 1 | -3/+8 | |
| | | ||||||
* | | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-11 | 1 | -0/+1 | |
|\| | ||||||
| * | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 2014-07-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Implement a "bulk" edit mode that postpones both UpdateQueuedSong() and OnModified(). This way, the playlist version gets incremented only once. More importantly: when adding multiple songs to a queue that consists of only one song, the first song that got added will always be played next. By postponing this choice, all newly added songs get a chance to become the next song. Fixes the second (and last) part of Mantis ticket 0004005. | |||||
| * | test: merge duplicate code to FakeDecoderAPI.cxx | Max Kellermann | 2014-07-09 | 1 | -0/+2 | |
| | | ||||||
* | | thread/GLib{Mutex,Cond}: remove obsolete classes | Max Kellermann | 2014-07-02 | 1 | -2/+0 | |
| | | ||||||
* | | Makefile.am: use ICU_CFLAGS | nanotech | 2014-06-17 | 1 | -0/+3 | |
| | | ||||||
* | | input/nfs: use the asynchronous libnfs API | Max Kellermann | 2014-06-17 | 1 | -0/+6 | |
| | | | | | | | | More robust and cancellable. | |||||
* | | db/simple: use class boost::intrusive::list | Max Kellermann | 2014-06-16 | 1 | -2/+0 | |
| | | | | | | | | Remove the C list_head library and use type-safe C++ instead. | |||||
* | | configure.ac: check for Boost | Max Kellermann | 2014-06-11 | 1 | -1/+1 | |
| | |