mpd/src/decoder
Max Kellermann 068006ebd7 decoder/Bridge: install an InputStreamHandler on local files
Before the advent of io_uring (commit dae8da7066), this didn't
matter, because the `FileInputStream` never called this.  But
`UringInputStream` is derived from `AsyncInputStream`, and needs the
handler to signal completion.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/898
2020-06-09 21:07:38 +02:00
..
plugins use std chr functions 2020-05-30 13:36:53 +02:00
Bridge.cxx decoder/Bridge: install an InputStreamHandler on local files 2020-06-09 21:07:38 +02:00
Bridge.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Client.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
Command.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
Control.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
Control.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
DecoderAPI.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
DecoderAPI.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
DecoderBuffer.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
DecoderBuffer.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
DecoderList.cxx */plugins/meson.build: define feature macros in Features.h 2020-05-05 15:06:50 +02:00
DecoderList.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
DecoderPlugin.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
DecoderPlugin.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
DecoderPrint.cxx remove std::bind usage as much as possible 2020-05-04 15:40:28 -07:00
DecoderPrint.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Domain.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
Domain.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
meson.build */plugins/meson.build: define feature macros in Features.h 2020-05-05 15:06:50 +02:00
Reader.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
Reader.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Thread.cxx remove std::bind usage as much as possible 2020-05-04 15:40:28 -07:00