aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-06decoder/audiofile: fix crash after seekingMax Kellermann1-1/+1
2014-08-29decoder/gme: fix song durationMax Kellermann1-1/+1
2014-08-21decoer/dsdiff: fix endless loop on malformed fileMax Kellermann1-1/+1
2014-08-21decoer/dsf: fix endless loop on malformed fileMax Kellermann1-1/+1
2014-08-13decoder/ffmpeg: use avcodec_descriptor_get() to determine codec nameMax Kellermann1-0/+9
2014-07-12decoder/dsdiff: simplify dsdlib_skip() callMax Kellermann1-4/+3
2014-07-12decoder/dsdiff: simplify loop condition, merge branchesMax Kellermann1-7/+2
2014-07-12decoder/dsdiff: ignore garbage null byte at end of fileMax Kellermann1-1/+1
2014-07-12decoder/dsdiff: fix metadata parser bug (uninitialized variables)Max Kellermann1-1/+4
2014-07-12decoder/faad: estimate song duration for remote filesMax Kellermann1-0/+22
2014-07-12decoder/faad: bail out early if sample rate is invalidMax Kellermann1-0/+2
2014-07-12decoder/faad: use adts_check_frame() in faad_song_duration()Max Kellermann1-2/+1
2014-07-12decoder/faad: test "seekable" after ADTS frame checkMax Kellermann1-1/+5
2014-07-12decoder/faad: move code to faad_decoder_new()Max Kellermann1-14/+17
2014-07-12decoder/faad: remove unnecessary readMax Kellermann1-2/+0
2014-07-12DecoderBuffer: add method _clear()Max Kellermann1-8/+3
2014-07-11decoder/faad: check sample_rate, not frames_per_secondMax Kellermann1-2/+4
2014-07-11decoder/faad: make variables more localMax Kellermann1-71/+49
2014-07-11decoder/faad: use MAX_CHANNELSMax Kellermann1-4/+2
2014-07-11decoder/sndfile: use decoder_read_full()Max Kellermann1-16/+6
2014-07-11decoder/sndfile: use decoder_read()Max Kellermann1-16/+22
2014-07-11decoder/sndfile: log seek errorsMax Kellermann1-1/+4
2014-07-11decoder/audiofile: log seek errorsMax Kellermann1-0/+1
2014-07-11decoder/audiofile: fix typo in commentMax Kellermann1-1/+1
2014-07-09decoder/dsd: use decoder_read_full() where appropriateJoff4-31/+19
2014-07-09decoder/audiofile: use decoder_read_full()Max Kellermann1-1/+6
2014-07-09DecoderAPI: add function decoder_read_full()Max Kellermann1-12/+2
2014-07-09DecoderAPI: add function decoder_skip()Max Kellermann1-14/+1
2014-07-09decoder/audiofile: use decoder_read()Max Kellermann1-15/+24
2014-07-09decoder/OpusDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-07-09decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-04-29decoder/OggUtil: allow skipping up to 32 kB after seekMax Kellermann1-1/+1
2014-04-09decoder/sndfile: work around libsndfile bug on partial readMarcello Desantis1-6/+20
2014-03-18decoder/ffmpeg: handle unknown stream start timeMax Kellermann1-2/+25
2014-03-18decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()Max Kellermann1-1/+1
2014-03-06decoder/gme: fix memory leak in container_scan()Max Kellermann1-0/+1
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann1-1/+11
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann2-4/+1
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-08decoder/faad: fix memory leakMax Kellermann1-0/+2
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien1-4/+6
2013-11-28decoder/ffmpeg: use IgnoreError instead of local Error instanceMax Kellermann1-5/+2
2013-11-23decoder/{dsf,dsdiff}: eliminate useless assignmentsMax Kellermann2-5/+4
2013-11-18decoder/OggFind.cxx: include stdio.h for SEEK_END definitionDenis Krjuchkov1-0/+2
2013-11-10decoder/dsdiff: fix byte order bugJurgen Kramer2-2/+13
2013-11-05decoder/dsf: enable DSD128Jurgen Kramer1-2/+2
2013-11-04Log: add level "DEFAULT"Max Kellermann2-9/+9
2013-10-30*: update copyright year to 2013Max Kellermann26-26/+26
2013-10-28*: use nullptr instead of NULLMax Kellermann5-23/+23
2013-10-28decoder/dsf: don't play junk at the end of the "data" chunkMax Kellermann1-1/+9