Age | Commit message (Expand) | Author |
2017-11-14 | Merge branch 'v0.20.x' | Max Kellermann |
2017-11-14 | output/httpd: flush encoder after tag | Max Kellermann |
2017-11-14 | encoder/vorbis: default to quality 3 | Max Kellermann |
2017-11-13 | input/{cdio,ffmpeg,file,smbclient}: unlock the mutex during blocking I/O | Max Kellermann |
2017-11-13 | input/smbclient: use std::lock_guard | Max Kellermann |
2017-11-12 | Merge branch 'v0.20.x' | Max Kellermann |
2017-11-12 | decoder/ffmpeg, test/test_protocol: catch exceptions by reference | Max Kellermann |
2017-11-12 | lib/xiph: add "noexcept" | Max Kellermann |
2017-11-12 | lib/upnp: add "noexcept" | Max Kellermann |
2017-11-12 | lib/sqlite: add "noexcept" | Max Kellermann |
2017-11-12 | lib/pulse: add "noexcept" | Max Kellermann |
2017-11-12 | lib/nfs: add "noexcept" | Max Kellermann |
2017-11-12 | lib/curl: add "noexcept" | Max Kellermann |
2017-11-12 | event/MultiSocketMonitor: add "noexcept" | Max Kellermann |
2017-11-12 | event/IdleMonitor: add "noexcept" | Max Kellermann |
2017-11-12 | event/DeferredMonitor: eliminate obsolete class | Max Kellermann |
2017-11-12 | event/Call: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-12 | {mixer,output}/alsa: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | output/alsa: add "allowed_formats" setting | Max Kellermann |
2017-11-10 | AudioFormat: add method MatchMask() | Max Kellermann |
2017-11-10 | output/shout: use the shout_metadata_t only once | Max Kellermann |
2017-11-10 | output/shout: simplify shout_tag_to_metadata() | Max Kellermann |
2017-11-10 | output/shout: relax quality and bitrate checks, forward as-is | Max Kellermann |
2017-11-10 | output/shout: make "quality" and "bitrate" local variables | Max Kellermann |
2017-11-10 | encoder/Configured: glue code to initialize PreparedEncoder | Max Kellermann |
2017-11-10 | output/shout: use MIME type instead of the encoder plugin name | Max Kellermann |
2017-11-10 | output/{recorder,httpd,shout}: use std::unique_ptr to manage PreparedEncoder ... | Max Kellermann |
2017-11-10 | output/httpd: make enum strictly-typed | Max Kellermann |
2017-11-10 | output/httpd: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | output/httpd: use C++11 initializers | Max Kellermann |
2017-11-10 | storage/curl: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | event/MaskMonitor: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | lib/nfs: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | lib/nfs/FileReader: use C++11 initializers | Max Kellermann |
2017-11-10 | db/update/Service: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | db/update/Remove: migrate from DeferredMonitor to DeferEvent | Max Kellermann |
2017-11-10 | event/DeferEvent: add "noexcept" | Max Kellermann |
2017-11-10 | event/SocketMonitor: remove unused method Abandon() | Max Kellermann |
2017-11-10 | event/ServerSocket: pass UniqueSocketDescriptor by value | Max Kellermann |
2017-11-10 | event/SocketMonitor: eliminate Read(), Write() | Max Kellermann |
2017-11-10 | event/SocketMonitor: rename Get() to GetSocket() | Max Kellermann |
2017-11-10 | event/SocketMonitor: add "noexcept" | Max Kellermann |
2017-11-10 | event/SocketMonitor: make constructor "explicit" | Max Kellermann |
2017-11-10 | event/SocketMonitor: use C++11 initializers | Max Kellermann |
2017-11-10 | input/Plugin: remove "#undef ERROR" | Max Kellermann |
2017-11-10 | evnet/SocketMonitor: move WIN32/ERROR comment to PollGroupWinSelect.hxx | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer: add static_assert to FromVoid() | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-11-05 | Merge branch 'v0.20.x' | Max Kellermann |
2017-11-05 | output/Thread: ensure pending tags are flushed in all cases | cathugger |