summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2016-09-16{input,storage}/nfs: use C++ exceptions instead of class ErrorMax Kellermann
2016-09-09input/Plugin: remove InitResult::UNAVAILABLE, throw PluginUnavailable insteadMax Kellermann
2016-09-09output/pulse: use a RTTI lock guardMax Kellermann
2016-09-04thread/Util: un-inline the functionsMax Kellermann
2016-07-12Makefile.am: check HAVE_OGG for OggDecoder.cxxMax Kellermann
2016-07-11decoder/flac: add class FlacStreamDecoder wrapping a FLAC__StreamDecoder*Max Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-05pcm/Volume: move silence pattern to Silence.cxxMax Kellermann
2016-07-01filter/FilterInternal: split class Filter, add class PreparedFilterMax Kellermann
2016-06-22Add sndio output pluginDimitris Papastamos
2016-06-17event/DeferredCall: new class supposed to replace DeferredMonitorMax Kellermann
2016-06-17util/BindMethod: new utility class for callbacksMax Kellermann
2016-06-13Merge tag 'v0.19.16'Max Kellermann
2016-06-10TagStream, decoder/Thread, ...: ignore MIME type parameters for matching pluginsMax Kellermann
2016-05-14decoder/opus: move code to new class OggDecoderMax Kellermann
2016-05-14decoder/opus: move _scan_stream() code to OggReadPacket()Max Kellermann
2016-05-14decoder/OggFind: move to lib/xiph/Max Kellermann
2016-05-14Makefile.am: compile OggVisitor.cxx only if libogg is usedMax Kellermann
2016-05-13decoder/opus: move code to class OggVisitorMax Kellermann
2016-05-09lib/xiph/OggUtil: move code into class OggSyncStateMax Kellermann
2016-05-09lib/xiph/OggStream: remove obsolete classMax Kellermann
2016-05-09lib/xiph/OggStreamState: new ogg_stream_state wrapperMax Kellermann
2016-05-09lib/xiph/OggStream: move code to ReadPage()Max Kellermann
2016-05-09encoder/vorbis: add wrapper class for vorbis_commentMax Kellermann
2016-05-07Makefile.am: fix build failure when libxiph.a is not usedMax Kellermann
2016-05-04encoder/{vorbis,opus}: move common code to class OggEncoderMax Kellermann
2016-05-03{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/Max Kellermann
2016-05-03configure.ac: detect liboggMax Kellermann
2016-05-03decoder/{vorbis,flac,opus}: move OggCodec.cxx to libxiph.aMax Kellermann
2016-05-03decoder/Reader: new Reader implementationMax Kellermann
2016-05-03input/Reader: new Reader implementation wrapping InputStreamMax Kellermann
2016-05-03Makefile.am: fix library link orderMax Kellermann
2016-05-02Makefile.am: include doc/include/tags.xml in tarballMax Kellermann
2016-05-02Makefile.am: include scripts/*.rb in tarballMax Kellermann
2016-04-30Merge tag 'v0.19.15'Max Kellermann
2016-04-22doc/{user,protocol}: add a list of supported tagsMax Kellermann
2016-04-13lib/icu/Converter: Create() throws exception on errorMax Kellermann
2016-04-12util/AllocatedArray: new utility classMax Kellermann
2016-03-18db/lazy: remove obsolete classMax Kellermann
2016-03-18util/IterableSplitString: cheaper variant of SplitString()Max Kellermann
2016-03-10Partition: eliminate GlobalEvents.hxx, add mask constantsMax Kellermann
2016-03-10Partition: use CallbackMaskMonitor, replacing class GlobalEvents::MonitorMax Kellermann
2016-03-10Instance: replace IdleMaskMonitor with CallMaskMonitorMax Kellermann
2016-03-10util/Callback: new utility class for callback functionsMax Kellermann
2016-03-10IdleMonitor: new class to replace GlobalEvents::IDLEMax Kellermann
2016-03-10queue/Playlist: add interface QueueListener, replacing calls to idle_add()Max Kellermann
2016-03-05Idle: move flags to IdleFlags.hxxMax Kellermann
2016-03-05event/MaskMonitor: new class to replace code in GlobalEvents and IdleMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26README: convert to MarkdownMax Kellermann