Age | Commit message (Expand) | Author |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-19 | Emit a warning if the OutputThread fails to get realtime scheduling | Christian Halaszovich |
2015-12-16 | fs/io/OutputStream: use C++ exceptions in Write() | Max Kellermann |
2015-12-16 | fs/io/FileOutputStream: use C++ exceptions in Commit() | Max Kellermann |
2015-12-16 | fs/io/FileOutputStream: use C++ exceptions in constructor | Max Kellermann |
2015-11-11 | player/Control: add Lock prefix to locking method names | Max Kellermann |
2015-11-11 | StateFile: use StringAfterPrefix() instead of StringStartsWith() | Max Kellermann |
2015-11-06 | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann |
2015-10-27 | pcm/Order: new library to convert from FLAC to ALSA channel order | Max Kellermann |
2015-10-27 | Merge tag 'v0.19.11' | Max Kellermann |
2015-10-26 | output/Command: flush the mixer cache when enabling/disabling output | Max Kellermann |
2015-10-19 | output/httpd: use boost::intrusive::list instead of std::forward_list | Max Kellermann |
2015-10-16 | unix/Daemon, playlist/...: remove unused Domain variables | Max Kellermann |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann |
2015-09-17 | output: add native Haiku audio output and mixer support | François Revol |
2015-08-15 | PlayerThread, ...: move to src/player/ | Max Kellermann |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann |
2015-08-06 | output/fifo: smaller Cancel() buffer | Max Kellermann |
2015-08-06 | output/fifo: move the buffer into the loop | Max Kellermann |
2015-08-06 | output/fifo: use ssize_t for the read() result | Max Kellermann |
2015-08-06 | output/fifo: simplify the Cancel() loop | Max Kellermann |
2015-08-06 | output/fifo: convert struct to class | Max Kellermann |
2015-08-06 | output/fifo: use AudioOutputWrapper::Open(),Close() | Max Kellermann |
2015-08-06 | output/fifo: rename Open(), Close() to OpenFifo(), CloseFifo() | Max Kellermann |
2015-07-22 | net/ToString: rename sockaddr_to_string() to ToString() | Max Kellermann |
2015-07-22 | net/Resolver: move sockaddr_to_string() to ToString.cxx | Max Kellermann |
2015-06-22 | OutputThread: move code to CloseOutput() | Max Kellermann |
2015-06-21 | Merge tag 'v0.19.10' | Max Kellermann |
2015-06-20 | OutputControl: fix fail_timer check right after booting | Romain Rollet |
2015-03-17 | *: doxygen fixups | Max Kellermann |
2015-03-05 | output/recorder: convert path to UTF-8 for logging | Max Kellermann |
2015-03-05 | output/winmm: convert device name to filesystem charset | Max Kellermann |
2015-03-05 | output/winmm: eliminate "goto" | Max Kellermann |
2015-03-04 | output/winmm: use StringStartsWith() instead of strstr() | Max Kellermann |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann |
2015-02-28 | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann |
2015-02-10 | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann |
2015-02-10 | system/{Resolver,Socket{Error,Util}}: move to new library libnet.a | Max Kellermann |
2015-02-01 | output/sles: use AudioOutputWrapper::Create() | Max Kellermann |
2015-01-28 | output/fifo: use template AudioOutputWrapper | Max Kellermann |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann |
2015-01-21 | config/Param: make "line" signed | Max Kellermann |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann |
2015-01-14 | output/recorder: dynamic file name | Max Kellermann |
2015-01-14 | output/recorder: move code to encoder/ToOutputStream.cxx | Max Kellermann |
2015-01-14 | fs/io/FileOutputStream: add static method Create() | Max Kellermann |
2015-01-09 | output/null: convert struct to class | Max Kellermann |
2015-01-09 | output/null: move functions into the struct | Max Kellermann |
2015-01-08 | encoder/Interface: move functions into the struct | Max Kellermann |