Age | Commit message (Expand) | Author |
2016-11-10 | util/Error: remove obsolete class | Max Kellermann |
2016-11-09 | pcm/Domain: remove obsolete source | Max Kellermann |
2016-11-02 | lib/icu: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-29 | db/Error: remove unused variable db_domain | Max Kellermann |
2016-10-28 | AudioParser: throw exception on error | Max Kellermann |
2016-10-28 | Makefile.am: move a few sources to libbasic.a | Max Kellermann |
2016-10-27 | lib/sqlite, sticker: migrate from class Error to C++ exceptions | Max Kellermann |
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-08-05 | Makefile.am: fix "undefined reference" linker error | Max Kellermann |
2016-07-29 | fs/Path: add methods GetBase() and GetDirectoryName() | Max Kellermann |
2016-07-29 | util/ScopeExit: new utility library | Max Kellermann |
2016-07-28 | decoder/ffmpeg: move code to pcm/Interleave.cxx | Max Kellermann |
2016-07-28 | decoder/ffmpeg: move code to lib/ffmpeg/Init.cxx | Max Kellermann |
2016-07-28 | decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxx | Max Kellermann |
2016-07-28 | decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxx | Max Kellermann |
2016-07-28 | decoder/ffmpeg: move code to lib/ffmpeg/Time.hxx | Max Kellermann |
2016-07-27 | decoder/ffmpeg: move code to class FfmpegBuffer | Max Kellermann |
2016-07-27 | decoder/ffmpeg: log detailed error message | 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 |