aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-21decoder/dsf: add constant DSF_BLOCK_SIZEMax Kellermann1-4/+6
2014-08-21decoder/dsf: use size_t loop variables when the limit is a size_tMax Kellermann1-2/+2
2014-08-21decoder/dsf: use memcpy()Max Kellermann1-4/+3
2014-08-21decoder/dsf: make the "scratch" buffer localMax Kellermann1-6/+5
2014-08-20decoder/dsf: remove unused attribute "id3_size"Max Kellermann1-1/+0
2014-08-19decoder/DsdLib: use offset_type instead of uint64_tMax Kellermann4-27/+26
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann13-29/+31
2014-08-19InputStream: make offset_type unsignedMax Kellermann1-3/+0
2014-08-19decoder/wavpack: add local reference variablesMax Kellermann1-8/+21
2014-08-19decoder/sndfile: check InputStream::KnownSize()Max Kellermann1-0/+3
2014-08-19decoder/pcm: check InputStream::KnownSize()Max Kellermann1-3/+2
2014-08-19decoder/mpcdec: check InputStream::KnownSize()Max Kellermann1-0/+3
2014-08-19decoder/modplug: check InputStream::KnownSize()Max Kellermann1-13/+18
2014-08-19decoder/mad: check InputStream::KnownSize()Max Kellermann1-2/+2
2014-08-19decoder/ffmpeg: check InputStream::KnownSize()Max Kellermann1-0/+3
2014-08-19decoder/faad: remove unnecessary cast to size_tMax Kellermann1-3/+2
2014-08-19decoder/faad: remove size!=0 checkMax Kellermann1-1/+1
2014-08-19decoder/faad: check InputStream::KnownSize()Max Kellermann1-2/+6
2014-08-19decoder/faad: call GetSize() only when neededMax Kellermann1-3/+2
2014-08-19decoder/DsdLib: make variables more localMax Kellermann1-9/+3
2014-08-19decoder/DsdLib: use fixed-length ID3 bufferMax Kellermann1-2/+2
2014-08-19decoder/DsdLib: check InputStream::KnownSize()Max Kellermann1-1/+1
2014-08-19decoder/dsf: check InputStream::KnownSize()Max Kellermann1-3/+5
2014-08-19decoder/dsf: remove unnecessary ID3 offset checkMax Kellermann1-5/+1
2014-08-19decoder/audiofile: check InputStream::KnownSize()Max Kellermann1-2/+2
2014-08-18{input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann1-2/+1
2014-08-16decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHzJurgen Kramer3-1/+27
2014-08-16Report bitrate for DSF and DSDIFF DSD decodersJurgen Kramer2-4/+8
2014-08-16decoder/dsf: fix indentMax Kellermann1-3/+3
2014-08-08decoder/Mp4v2: fix crash with undefined errorAndrée Ekroth1-6/+4
2014-08-07decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth2-0/+351
2014-07-12decoder/dsdiff: move artist/title/id3 offsets out of DsdiffMetaDataMax Kellermann1-22/+14
2014-07-12DecoderBuffer: add method _need()Max Kellermann1-28/+13
2014-07-12decoder/faad: eliminate the adts_find_frame() loopMax Kellermann1-5/+2
2014-07-12decoder/faad: split faad_stream_decode()Max Kellermann1-10/+16
2014-07-11decoder/sndfile: implement scan_stream() instead of scan_file()Max Kellermann1-5/+6
2014-07-11decoder/sndfile: make variables more localMax Kellermann1-10/+7
2014-07-11decoder/sndfile: support more tag typesMax Kellermann1-0/+4
2014-07-11decoder/sndfile: add str_type to TagType tableMax Kellermann1-3/+11
2014-07-11decoder/sndfile: move code to sndfile_handle_tag()Max Kellermann1-15/+12
2014-07-11decoder/sndfile: log libsndfile version on startupMax Kellermann1-1/+8
2014-07-10decoder/audiofile: log libaudiofile errorsMax Kellermann1-4/+15
2014-07-10decoder/audiofile: make variables more localMax Kellermann1-28/+24
2014-07-10decoder/audiofile: implement scan_stream() instead of scan_file()Max Kellermann1-23/+23
2014-07-10decoder/audiofile: use audiofile_get_duration() in _stream_decode()Max Kellermann1-5/+2
2014-07-10decoder/audiofile: split audiofile_get_duration()Max Kellermann1-4/+11
2014-07-09decoder/audiofile: remove unused Error variableMax Kellermann1-1/+0
2014-07-09decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-09decoder/dsdlib: use decoder_skip()Max Kellermann1-26/+6
2014-07-09decoder/dsdlib: pass unsigned offsets to dsdlib_skip*()Max Kellermann2-11/+9