mpd/src/decoder
Max Kellermann 46ed91b53d DecoderAPI: _replay_gain() returns void
Let the function decoder_replay_gain() update
decoder_control::replay_gain_db instead of letting each decoder plugin
take care for that.
2013-01-05 02:40:29 +01:00
..
AdPlugDecoderPlugin.cxx decoder/adplug: new decoder plugin 2012-09-25 22:03:44 +02:00
AdPlugDecoderPlugin.h decoder/adplug: new decoder plugin 2012-09-25 22:03:44 +02:00
audiofile_decoder_plugin.c decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3 2012-03-19 23:21:12 +01:00
dsdiff_decoder_plugin.c Add tag support for DSD (DSDIFF & DSF) decoders 2012-10-27 11:42:34 +02:00
dsdiff_decoder_plugin.h patch to split DSD decoder into separate decoders for DSF en DFF. Move common 2012-06-27 09:54:24 +02:00
dsdlib.c Add tag support for DSD (DSDIFF & DSF) decoders 2012-10-27 11:42:34 +02:00
dsdlib.h Add tag support for DSD (DSDIFF & DSF) decoders 2012-10-27 11:42:34 +02:00
dsf_decoder_plugin.c Add tag support for DSD (DSDIFF & DSF) decoders 2012-10-27 11:42:34 +02:00
dsf_decoder_plugin.h patch to split DSD decoder into separate decoders for DSF en DFF. Move common 2012-06-27 09:54:24 +02:00
faad_decoder_plugin.c decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
ffmpeg_decoder_plugin.c decoder/ffmpeg: support planar audio 2012-10-05 16:40:25 +02:00
ffmpeg_metadata.c decoder/ffmpeg: always use AV_VERSION_INT 2012-02-15 21:42:52 +01:00
ffmpeg_metadata.h decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
FLAC_PCM.cxx decoder/flac: use C++ compiler 2012-10-02 10:59:56 +02:00
FLAC_PCM.hxx decoder/flac: use C++ compiler 2012-10-02 10:59:56 +02:00
FLACCommon.cxx DecoderAPI: _replay_gain() returns void 2013-01-05 02:40:29 +01:00
FLACCommon.hxx decoder/flac: move callbacks to class FLACInput 2012-10-02 19:59:49 +02:00
FLACDecoderPlugin.cxx decoder/flac: support FLAC files inside archives 2012-10-04 10:37:09 +02:00
FLACDecoderPlugin.h decoder/flac: use C++ compiler 2012-10-02 10:59:56 +02:00
FLACInput.cxx decoder/flac: move callbacks to class FLACInput 2012-10-02 19:59:49 +02:00
FLACInput.hxx decoder/flac: move callbacks to class FLACInput 2012-10-02 19:59:49 +02:00
FLACIOHandle.cxx decoder/flac: support FLAC files inside archives 2012-10-04 10:37:09 +02:00
FLACIOHandle.hxx decoder/flac: support FLAC files inside archives 2012-10-04 10:37:09 +02:00
FLACMetaData.cxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
FLACMetaData.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
fluidsynth_decoder_plugin.c decoder/fluidsynth: add "sample_rate" setting 2012-08-15 00:57:32 +02:00
gme_decoder_plugin.c decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
mad_decoder_plugin.c DecoderAPI: _replay_gain() returns void 2013-01-05 02:40:29 +01:00
mikmod_decoder_plugin.c decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler API 2012-02-11 19:28:56 +01:00
modplug_decoder_plugin.c decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
mp4ff_decoder_plugin.c tag_handler: handle arbitrary name/value pairs 2012-02-12 13:41:48 +01:00
mpcdec_decoder_plugin.c decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
mpg123_decoder_plugin.c decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
ogg_codec.c src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
ogg_codec.h src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OggUtil.cxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OggUtil.hxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusDecoderPlugin.cxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusDecoderPlugin.h src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusHead.cxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusHead.hxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusReader.hxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusTags.cxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
OpusTags.hxx src/decoder/opus: new decoder plugin for the Opus codec 2012-09-05 23:01:17 +02:00
pcm_decoder_plugin.c decoder/pcm: always supply host byte order samples 2012-03-21 19:10:57 +01:00
pcm_decoder_plugin.h copyright year 2011 2011-01-29 10:13:54 +01:00
sidplay_decoder_plugin.cxx decoder/sidplay: fix C++ compiler warnings 2012-08-01 09:59:12 +02:00
sndfile_decoder_plugin.c decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
vorbis_comments.c decoder/{flac,vorbis}: move tag table to XiphTags.c 2012-09-05 22:56:57 +02:00
vorbis_comments.h decoder_plugin: scan tags with callback table 2012-02-11 17:04:29 +01:00
vorbis_decoder_plugin.c decoder/vorbis: skip 16 bit quantisation, provide float samples 2012-09-25 21:27:50 +02:00
wavpack_decoder_plugin.c decoder/wavpack: support all APEv2 tags 2012-09-25 09:37:16 +02:00
wildmidi_decoder_plugin.c Merge branch 'v0.16.x' 2012-06-12 23:22:03 +02:00
XiphTags.c decoder/{flac,vorbis}: move tag table to XiphTags.c 2012-09-05 22:56:57 +02:00
XiphTags.h decoder/{flac,vorbis}: move tag table to XiphTags.c 2012-09-05 22:56:57 +02:00