Age | Commit message (Expand) | Author |
2016-09-16 | {input,storage}/nfs: use C++ exceptions instead of class Error | Max Kellermann |
2016-09-09 | input/Plugin: remove InitResult::UNAVAILABLE, throw PluginUnavailable instead | Max Kellermann |
2016-09-09 | output/pulse: use a RTTI lock guard | Max Kellermann |
2016-09-04 | thread/Util: un-inline the functions | Max Kellermann |
2016-07-12 | Makefile.am: check HAVE_OGG for OggDecoder.cxx | Max Kellermann |
2016-07-11 | decoder/flac: add class FlacStreamDecoder wrapping a FLAC__StreamDecoder* | Max Kellermann |
2016-07-09 | Merge tag 'v0.19.17' | Max Kellermann |
2016-07-05 | pcm/Volume: move silence pattern to Silence.cxx | Max Kellermann |
2016-07-01 | filter/FilterInternal: split class Filter, add class PreparedFilter | Max Kellermann |
2016-06-22 | Add sndio output plugin | Dimitris Papastamos |
2016-06-17 | event/DeferredCall: new class supposed to replace DeferredMonitor | Max Kellermann |
2016-06-17 | util/BindMethod: new utility class for callbacks | Max Kellermann |
2016-06-13 | Merge tag 'v0.19.16' | Max Kellermann |
2016-06-10 | TagStream, decoder/Thread, ...: ignore MIME type parameters for matching plugins | Max Kellermann |
2016-05-14 | decoder/opus: move code to new class OggDecoder | Max Kellermann |
2016-05-14 | decoder/opus: move _scan_stream() code to OggReadPacket() | Max Kellermann |
2016-05-14 | decoder/OggFind: move to lib/xiph/ | Max Kellermann |
2016-05-14 | Makefile.am: compile OggVisitor.cxx only if libogg is used | Max Kellermann |
2016-05-13 | decoder/opus: move code to class OggVisitor | Max Kellermann |
2016-05-09 | lib/xiph/OggUtil: move code into class OggSyncState | Max Kellermann |
2016-05-09 | lib/xiph/OggStream: remove obsolete class | Max Kellermann |
2016-05-09 | lib/xiph/OggStreamState: new ogg_stream_state wrapper | Max Kellermann |
2016-05-09 | lib/xiph/OggStream: move code to ReadPage() | Max Kellermann |
2016-05-09 | encoder/vorbis: add wrapper class for vorbis_comment | Max Kellermann |
2016-05-07 | Makefile.am: fix build failure when libxiph.a is not used | Max Kellermann |
2016-05-04 | encoder/{vorbis,opus}: move common code to class OggEncoder | Max Kellermann |
2016-05-03 | {de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/ | Max Kellermann |
2016-05-03 | configure.ac: detect libogg | Max Kellermann |
2016-05-03 | decoder/{vorbis,flac,opus}: move OggCodec.cxx to libxiph.a | Max Kellermann |
2016-05-03 | decoder/Reader: new Reader implementation | Max Kellermann |
2016-05-03 | input/Reader: new Reader implementation wrapping InputStream | Max Kellermann |
2016-05-03 | Makefile.am: fix library link order | Max Kellermann |
2016-05-02 | Makefile.am: include doc/include/tags.xml in tarball | Max Kellermann |
2016-05-02 | Makefile.am: include scripts/*.rb in tarball | Max Kellermann |
2016-04-30 | Merge tag 'v0.19.15' | Max Kellermann |
2016-04-22 | doc/{user,protocol}: add a list of supported tags | Max Kellermann |
2016-04-13 | lib/icu/Converter: Create() throws exception on error | Max Kellermann |
2016-04-12 | util/AllocatedArray: new utility class | Max Kellermann |
2016-03-18 | db/lazy: remove obsolete class | Max Kellermann |
2016-03-18 | util/IterableSplitString: cheaper variant of SplitString() | Max Kellermann |
2016-03-10 | Partition: eliminate GlobalEvents.hxx, add mask constants | Max Kellermann |
2016-03-10 | Partition: use CallbackMaskMonitor, replacing class GlobalEvents::Monitor | Max Kellermann |
2016-03-10 | Instance: replace IdleMaskMonitor with CallMaskMonitor | Max Kellermann |
2016-03-10 | util/Callback: new utility class for callback functions | Max Kellermann |
2016-03-10 | IdleMonitor: new class to replace GlobalEvents::IDLE | Max Kellermann |
2016-03-10 | queue/Playlist: add interface QueueListener, replacing calls to idle_add() | Max Kellermann |
2016-03-05 | Idle: move flags to IdleFlags.hxx | Max Kellermann |
2016-03-05 | event/MaskMonitor: new class to replace code in GlobalEvents and Idle | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | README: convert to Markdown | Max Kellermann |