summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-11-09pcm/Domain: remove obsolete sourceMax Kellermann
2016-11-02lib/icu: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Error: remove unused variable db_domainMax Kellermann
2016-10-28AudioParser: throw exception on errorMax Kellermann
2016-10-28Makefile.am: move a few sources to libbasic.aMax Kellermann
2016-10-27lib/sqlite, sticker: migrate from class Error to C++ exceptionsMax Kellermann
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-08-05Makefile.am: fix "undefined reference" linker errorMax Kellermann
2016-07-29fs/Path: add methods GetBase() and GetDirectoryName()Max Kellermann
2016-07-29util/ScopeExit: new utility libraryMax Kellermann
2016-07-28decoder/ffmpeg: move code to pcm/Interleave.cxxMax Kellermann
2016-07-28decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann
2016-07-28decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann
2016-07-28decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxxMax Kellermann
2016-07-28decoder/ffmpeg: move code to lib/ffmpeg/Time.hxxMax Kellermann
2016-07-27decoder/ffmpeg: move code to class FfmpegBufferMax Kellermann
2016-07-27decoder/ffmpeg: log detailed error messageMax 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