Age | Commit message (Expand) | Author |
2017-10-18 | Playlist{File,Save}: always use UTF-8 in playlists on Windows | Max Kellermann |
2017-10-18 | PlaylistSave: move code to playlist_print_path() | Max Kellermann |
2017-10-18 | queue/Playlist: call MoveOrderToCurrent() in SeekSongOrder() on song change | Max Kellermann |
2017-10-18 | queue/PlaylistControl: keep order list consistency in MoveOrderToCurrent() | Max Kellermann |
2017-10-18 | queue/Playlist: move code to MoveOrderToCurrent() | Max Kellermann |
2017-10-18 | queue/Queue: add methods MoveOrderBefore() and MoveOrderAfter() | Max Kellermann |
2017-10-18 | queue/Queue: MoveOrder() returns to_order | Max Kellermann |
2017-09-27 | decoder/Thread: clear the command after catching an exception | Max Kellermann |
2017-09-27 | GME Plugin: fix track numbering | John Regan |
2017-09-20 | lib/icu/CaseFold: disable broken strxfrm() callback | Max Kellermann |
2017-09-20 | lib/icu/Compare: add fallback using strcasecmp() and strcasestr() | Max Kellermann |
2017-09-20 | SongFilter: use class IcuCompare | Max Kellermann |
2017-09-20 | lib/icu/Compare: OO wrapper for IcuCaseFold() | Max Kellermann |
2017-09-20 | lib/icu/CaseFold: add "noexcept" | Max Kellermann |
2017-09-20 | db/Selection: add missing config.h | Max Kellermann |
2017-09-20 | lib/icu/Collate: move IcuCaseFold() to CaseFold.cxx | Max Kellermann |
2017-09-20 | lib/icu/Collate: remove unnecessary assert() | Max Kellermann |
2017-09-19 | output/sndio: fix indent | Max Kellermann |
2017-09-19 | output/sndio: rename the "sio_hdl" variable to avoid clash with struct name | Max Kellermann |
2017-09-18 | ffmpeg plugin: when decoded stream duration is unavailable, attempt fallback ... | Charlie Waters |
2017-09-01 | storage/curl: support Content-Type application/xml | Max Kellermann |
2017-09-01 | storage/curl: use StringStartsWith() | Max Kellermann |
2017-09-01 | storage/curl: move code to IsXmlContentType() | Max Kellermann |
2017-08-23 | player/Thread: initialize play_audio_format, fixes assertion | Max Kellermann |
2017-08-21 | OSX mixer | Matthew Leon |
2017-08-03 | util/FormatString: pass the allocated buffer to AllocatedString::Donate() | Max Kellermann |
2017-07-31 | tag/Aiff: the FORM chunk size is big-endian | Max Kellermann |
2017-07-20 | Check for MusicBrainz id3v2 tags in ffmpeg. | Matthew Leon |
2017-07-20 | move MusicBrainz id3v2 tags to separate file | Matthew Leon |
2017-06-04 | *: add lost of "noexcept" specifications | Max Kellermann |
2017-06-03 | storage, db, mixer, command: remove more bogus "pure" attributes | Max Kellermann |
2017-06-03 | decoder/ffmpeg: add support for adx | Jörg Raftopoulos |
2017-05-29 | system/ByteOrder: fix byte order detection on FreeBSD/aarch64 | Max Kellermann |
2017-05-19 | playlist/m3u: support for mime-type `audio-mpegurl` for M3U playlists | Mario Di Raimondo |
2017-05-16 | Main: omit "constexpr" on MIN_BUFFER_SIZE with GCC 4.x | Max Kellermann |
2017-05-16 | output/{osx,haiku,pulse,sles}: add missing "noexcept" | Max Kellermann |
2017-05-15 | Main: cap buffer_before_play at 80% to prevent deadlock | Max Kellermann |
2017-05-15 | Main: enforce a reasonable minimum audio_buffer_size setting | Max Kellermann |
2017-05-15 | Main: refactor DEFAULT_BUFFER_SIZE to represent bytes | Max Kellermann |
2017-05-08 | *: remove "pure" and "const" attributes from throwing functions | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-04-24 | decoder/pcm: add missing nullptr check | Max Kellermann |
2017-04-24 | decoder/pcm: fix potential assertion failure in FillBuffer() | Max Kellermann |
2017-04-18 | Remove some redundant code | Bart Nagel |
2017-04-12 | util/ScopeExit: copy enabled tag in move constructor | Max Kellermann |
2017-04-06 | storage/FileInfo, db/simple/Directory: use 64 bit for device/inode | Max Kellermann |
2017-03-10 | lib/curl/Request: "ICY 200 OK" is a response boundary header | Max Kellermann |
2017-03-10 | lib/curl/Request: move code to IsResponseBoundaryHeader() | Max Kellermann |
2017-03-10 | Partition: handle SYNC_WITH_PLAYER before TAG_MODIFIED | Max Kellermann |
2017-03-10 | decoder/sidplay: make compatible with libsidplayfp < 1.8 | Max Kellermann |