| Commit message (Expand) | Author | Files | Lines |
2014-11-10 | input/curl: ignore ResponseBoundary() while seeking | Max Kellermann | 1 | -0/+4 |
2014-11-08 | tag/Set: do AlbumArtist/Artist fallback only if AlbumArtist is not disabled | Max Kellermann | 1 | -0/+2 |
2014-11-08 | db/Count: include cleanup | Max Kellermann | 1 | -1/+1 |
2014-11-07 | decoder/ffmpeg: support opus | Max Kellermann | 1 | -1/+2 |
2014-11-07 | db/upnp: fix valgrind warning | Max Kellermann | 1 | -0/+1 |
2014-11-07 | lib/upnp/ContentDirectoryService: swap uri_apply_base() parameters | Max Kellermann | 1 | -1/+1 |
2014-11-07 | input/AsyncInputStream: set Error when seeking unseekable | Max Kellermann | 1 | -1/+4 |
2014-11-07 | input/Open: expose input_domain | Max Kellermann | 3 | -2/+52 |
2014-11-02 | input/curl: forget Content-Length (and more) after redirect | Max Kellermann | 1 | -0/+26 |
2014-11-02 | AsyncInputStream: add method ClearTag() | Max Kellermann | 1 | -0/+4 |
2014-11-02 | InputStream: add method ClearMimeType() | Max Kellermann | 1 | -0/+4 |
2014-11-02 | input/curl: fix curl_easy_setopt() parameter types | Max Kellermann | 1 | -4/+4 |
2014-11-02 | Decoder, Playlist: ignore URI query string for plugin detection | Max Kellermann | 2 | -6/+8 |
2014-11-02 | util/UriUtil: add uri_get_suffix() overload that ignores query string | Max Kellermann | 2 | -0/+28 |
2014-11-02 | PlaylistFile: don't allow empty playlist name | Max Kellermann | 1 | -0/+4 |
2014-11-02 | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann | 2 | -1/+3 |
2014-11-02 | decoder/faad: remove workaround for ancient libfaad2 ABI bug | Max Kellermann | 1 | -10/+2 |
2014-11-02 | decoder/ffmpeg: recognize MIME type audio/aacp | Steven OBrien | 1 | -0/+1 |
2014-11-02 | output/roar: remove unnecessary "volatile" keyword | Max Kellermann | 1 | -1/+1 |
2014-11-02 | TagString: use g_strndup() for unterminated string | Max Kellermann | 1 | -1/+1 |
2014-11-02 | lib/upnp/Discovery: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 |
2014-11-01 | input/curl: fix curl_easy_setopt() parameter types | Max Kellermann | 1 | -3/+3 |
2014-11-01 | Decoder, Playlist: ignore URI query string for plugin detection | Max Kellermann | 3 | -5/+10 |
2014-11-01 | util/UriUtil: add uri_get_suffix() overload that ignores query string | Max Kellermann | 2 | -0/+28 |
2014-10-31 | Main: run the OS X native event loop after forking | NanoTech | 1 | -0/+27 |
2014-10-31 | Revert "Main: run the OS X native event loop" | NanoTech | 3 | -50/+0 |
2014-10-31 | PlaylistFile: don't allow empty playlist name | Max Kellermann | 1 | -0/+4 |
2014-10-28 | decoder/mad: fix negative replay gain values | Max Kellermann | 1 | -1/+1 |
2014-10-28 | TextInputStream: don't ignore unterminated last line | Max Kellermann | 1 | -4/+16 |
2014-10-26 | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann | 2 | -0/+2 |
2014-10-25 | OutputThread: fall back to PCM if given DSD sample rate is not supported | Max Kellermann | 1 | -0/+30 |
2014-10-25 | decoder/faad: remove workaround for ancient libfaad2 ABI bug | Max Kellermann | 2 | -20/+4 |
2014-10-25 | decoder/ffmpeg: recognize MIME type audio/aacp | Steven OBrien | 1 | -0/+1 |
2014-10-25 | fs/Charset: work around clang's -Wunused-const-variable | Max Kellermann | 1 | -1/+2 |
2014-10-24 | OutputThread: close the output plugin after filter failure | Max Kellermann | 1 | -0/+1 |
2014-10-24 | OutputThread: unlock mutex for CloseFilter() | Max Kellermann | 2 | -0/+14 |
2014-10-23 | output/roar: remove unnecessary "volatile" keyword | Max Kellermann | 1 | -1/+1 |
2014-10-23 | pcm/ChannelsConverter: fix variable used to generate error message | Max Kellermann | 1 | -1/+1 |
2014-10-23 | pcm/FormatConverter: move check to Open() | Max Kellermann | 1 | -10/+24 |
2014-10-23 | pcm/PcmConvert: assign {src,dest}_format at the end | Max Kellermann | 1 | -12/+13 |
2014-10-23 | pcm/PcmConvert: make AudioFormat parameters "const" | Max Kellermann | 1 | -1/+1 |
2014-10-19 | TextInputStream: manually shift the buffer before reading | Max Kellermann | 1 | -0/+2 |
2014-10-19 | util/StaticFifoBuffer: make Shift() public | Max Kellermann | 1 | -2/+0 |
2014-10-17 | playlist/extm3u: strip first line for #EXTM3U detection | Max Kellermann | 1 | -2/+6 |
2014-10-11 | ThreadInputStream: call ThreadRead() inside the thread instead of Read() | Max Kellermann | 1 | -1/+1 |
2014-10-11 | ThreadInputStream: add assertions | Max Kellermann | 1 | -0/+8 |
2014-10-11 | util/DynamicFifoBuffer: make the "Range" type public | Max Kellermann | 1 | -0/+1 |
2014-10-10 | db/upnp/Util: move caturl() to util/UriUtil.cxx | Max Kellermann | 6 | -32/+39 |
2014-10-10 | event/IdleMonitor: remove redundant comment | Max Kellermann | 1 | -2/+1 |
2014-10-10 | ZeroconfBonjour: use htons() instead of g_htons() | Max Kellermann | 1 | -3/+3 |