summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-10zeroconf/Avahi: call dbus_shutdown() during shutdownMax Kellermann
2014-06-10Main: delete the Storage instance on shutdownMax Kellermann
2014-06-10lib/icu/Init: call u_init() and u_cleanup()Max Kellermann
2014-06-10lib/icu: add IcuInit(), IcuFinish()Max Kellermann
2014-05-31thread/Util: relicense to BSD-2Max Kellermann
2014-05-24input/async: add offset/size comparison to IsEOF()Max Kellermann
2014-05-24input/curl: move code to AsyncInputStreamMax Kellermann
2014-05-24input/curl: call SetReady() only if not yet readyMax Kellermann
2014-05-24input/curl: include cleanupMax Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-05-22decoder/vorbis: make VorbisInputStream::input_stream a referenceMax Kellermann
2014-05-22decoder/vorbis: add VorbisInputStream constructorMax Kellermann
2014-05-22decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStreamMax Kellermann
2014-05-22decoder/vorbis: add "restrict" to pointers in vorbis_interleave()Max Kellermann
2014-05-22decoder/vorbis: log libvorbis version on startupMax Kellermann
2014-05-22decoder/wavpack: move code to WavpackInput::ReadBytes()Max Kellermann
2014-05-22decoder/wavpack: convert WavpackInput attributes to referencesMax Kellermann
2014-05-22decoder/wavpack: move wavpack_input_init into struct WavpackInputMax Kellermann
2014-05-22decoder/wavpack: wavpack_open_wvc() returns WavpackInput*Max Kellermann
2014-05-22DecoderAPI: add function decoder_open_uri()Max Kellermann
2014-05-22decoder/wavpack: rename struct wavpack_input to WavpackInputMax Kellermann
2014-05-21input/curl: relock mutex in error pathsMax Kellermann
2014-05-21input/curl: pass remaining size to CircularBuffer::Append()Max Kellermann
2014-05-21input/curl: move code to IcyInputStreamMax Kellermann
2014-05-21input/rewind: move code to class ProxyInputStreamMax Kellermann
2014-05-21input/InputStream: move Open() to Open.cxxMax Kellermann
2014-05-21input/rewind: include cleanupMax Kellermann
2014-05-21input/rewind: work around assertion failureMax Kellermann
2014-05-12ThreadInputStream: include cleanupMax Kellermann
2014-05-12InputStream: "protect" attributesMax Kellermann
2014-05-12input/cdio: convert to classMax Kellermann
2014-05-12input/cdio: move initialization code to constructorMax Kellermann
2014-05-12input/cdio: handle cdio_open() failureMax Kellermann
2014-05-12input/cdio: initialize lsn_relofs in constructorMax Kellermann
2014-05-12input/cdio: initialize attribute "buffer_lsn"Max Kellermann
2014-05-12input/cdio: remove unused attribute "trackno"Max Kellermann
2014-05-12Merge tag 'v0.18.11'Max Kellermann
2014-05-12icu/Collate: use u_strFoldCase() instead of ucol_getSortKey()Max Kellermann
2014-05-12icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>Max Kellermann
2014-05-12icu/Collate: initialize error_codeMax Kellermann
2014-05-12mixer/software: keep attribute "volume" in the 0..100 rangeMax Kellermann
2014-05-11InputStream: remove attribute "plugin"Max Kellermann
2014-05-11InputStream: make various methods abstractMax Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11input/plugins: make InputStream the base classMax Kellermann
2014-05-11input/rewind: convert to classMax Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-05-10PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann
2014-05-10PlaylistMapper: use map_spl_utf8_to_fs()Max Kellermann
2014-04-29decoder/OggUtil: allow skipping up to 32 kB after seekMax Kellermann