aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/faad: call GetSize() only when neededMax Kellermann2014-08-191-3/+2
* decoder/DsdLib: make variables more localMax Kellermann2014-08-191-9/+3
* decoder/DsdLib: use fixed-length ID3 bufferMax Kellermann2014-08-191-2/+2
* decoder/DsdLib: check InputStream::KnownSize()Max Kellermann2014-08-191-1/+1
* decoder/dsf: check InputStream::KnownSize()Max Kellermann2014-08-191-3/+5
* decoder/dsf: remove unnecessary ID3 offset checkMax Kellermann2014-08-191-5/+1
* decoder/audiofile: check InputStream::KnownSize()Max Kellermann2014-08-191-2/+2
* {input,decoder}/ffmpeg: move ffmpeg_domain to lib/ffmpeg/Domain.cxxMax Kellermann2014-08-181-2/+1
* decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHzJurgen Kramer2014-08-163-1/+27
* Report bitrate for DSF and DSDIFF DSD decodersJurgen Kramer2014-08-162-4/+8
* decoder/dsf: fix indentMax Kellermann2014-08-161-3/+3
* Merge branch 'v0.18.x'Max Kellermann2014-08-161-0/+9
|\
| * decoder/ffmpeg: use avcodec_descriptor_get() to determine codec nameMax Kellermann2014-08-131-0/+9
* | PcmConvert: Convert() returns ConstBufferMax Kellermann2014-08-121-3/+6
* | MusicChunk: rename struct to MusicChunkMax Kellermann2014-08-124-6/+7
* | decoder/Mp4v2: fix crash with undefined errorAndrée Ekroth2014-08-081-6/+4
* | decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth2014-08-073-0/+355
* | decoder/dsdiff: move artist/title/id3 offsets out of DsdiffMetaDataMax Kellermann2014-07-121-22/+14
* | Merge branch 'v0.18.x'Max Kellermann2014-07-121-12/+9
|\|
| * decoder/dsdiff: simplify dsdlib_skip() callMax Kellermann2014-07-121-4/+3
| * decoder/dsdiff: simplify loop condition, merge branchesMax Kellermann2014-07-121-7/+2
| * decoder/dsdiff: ignore garbage null byte at end of fileMax Kellermann2014-07-121-1/+1
| * decoder/dsdiff: fix metadata parser bug (uninitialized variables)Max Kellermann2014-07-121-1/+4
* | DecoderBuffer: implement _skip() using decoder_skip()Max Kellermann2014-07-121-17/+8
* | DecoderBuffer: add method _need()Max Kellermann2014-07-123-31/+42
* | DecoderBuffer: remove unused method _is_full()Max Kellermann2014-07-122-10/+0
* | decoder/faad: eliminate the adts_find_frame() loopMax Kellermann2014-07-121-5/+2
* | decoder/faad: split faad_stream_decode()Max Kellermann2014-07-121-10/+16
* | DecoderBuffer: remove unused method _is_empty()Max Kellermann2014-07-122-10/+0
* | Merge branch 'v0.18.x'Max Kellermann2014-07-123-54/+99
|\|
| * decoder/faad: estimate song duration for remote filesMax Kellermann2014-07-121-0/+22
| * decoder/faad: bail out early if sample rate is invalidMax Kellermann2014-07-121-0/+2
| * decoder/faad: use adts_check_frame() in faad_song_duration()Max Kellermann2014-07-121-2/+1
| * decoder/faad: test "seekable" after ADTS frame checkMax Kellermann2014-07-121-1/+5
| * decoder/faad: move code to faad_decoder_new()Max Kellermann2014-07-121-14/+17
| * decoder/faad: remove unnecessary readMax Kellermann2014-07-121-2/+0
| * DecoderBuffer: add method _clear()Max Kellermann2014-07-121-8/+3
| * decoder/faad: check sample_rate, not frames_per_secondMax Kellermann2014-07-111-2/+4
| * decoder/faad: make variables more localMax Kellermann2014-07-111-71/+49
| * decoder/faad: use MAX_CHANNELSMax Kellermann2014-07-111-4/+2
* | decoder/sndfile: implement scan_stream() instead of scan_file()Max Kellermann2014-07-111-5/+6
* | decoder/sndfile: make variables more localMax Kellermann2014-07-111-10/+7
* | decoder/sndfile: support more tag typesMax Kellermann2014-07-111-0/+4
* | decoder/sndfile: add str_type to TagType tableMax Kellermann2014-07-111-3/+11
* | decoder/sndfile: move code to sndfile_handle_tag()Max Kellermann2014-07-111-15/+12
* | decoder/sndfile: log libsndfile version on startupMax Kellermann2014-07-111-1/+8
* | Merge branch 'v0.18.x'Max Kellermann2014-07-112-30/+31
|\|
| * decoder/sndfile: use decoder_read_full()Max Kellermann2014-07-111-16/+6
| * decoder/sndfile: use decoder_read()Max Kellermann2014-07-111-16/+22
| * decoder/sndfile: log seek errorsMax Kellermann2014-07-111-1/+4