aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-21DecoderBuffer: convert pointer to referenceMax Kellermann1-5/+5
2014-09-21DecoderBuffer: use class DynamicFifoBufferMax Kellermann1-69/+23
2014-09-21decoder/adplug: log version numberMax Kellermann1-0/+6
2014-09-21decoder/adplug: move the buffer into the loopMax Kellermann1-2/+2
2014-09-21decoder/sndfile: include cleanupMax Kellermann1-1/+0
2014-09-19decoder/audiofile: fix indentMax Kellermann1-1/+1
2014-09-19decoder/sndfile: remove obsolete code commentMax Kellermann1-3/+0
2014-09-19decoder/sndfile: remove debug printf()Max Kellermann1-2/+0
2014-09-19decoder/sndfile: log detailed sf_open_virtual() error messageMax Kellermann1-1/+2
2014-09-19decoder/sndfile: support float and 16 bit samplesMax Kellermann1-4/+32
2014-09-19decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()Max Kellermann1-2/+10
2014-09-19decoder/sndfile: add sndfile_sample_format()Max Kellermann1-1/+9
2014-09-09decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann1-0/+6
2014-09-07decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann1-0/+7
2014-09-06decoder/audiofile: fix crash after seekingMax Kellermann1-1/+1
2014-08-31DecoderAPI: use std::min()Max Kellermann1-3/+1
2014-08-31MusicChunk: remove special case for num_frames==0Max Kellermann1-3/+1
2014-08-30decoder/sndfile: refactor frame_to_time()Max Kellermann1-8/+6
2014-08-29decoder/gme: fix song durationMax Kellermann1-1/+1
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann20-60/+74
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann25-130/+157
2014-08-29decoder/faad: bit_rate==0 is an errorMax Kellermann1-4/+4
2014-08-29MusicChunk: use SignedSongTime for the time stampMax Kellermann1-2/+2
2014-08-29DecoderControl: use SignedSongTime for the song durationMax Kellermann2-2/+4
2014-08-28DecoderControl: use std::chrono::duration for start_ms and end_msMax Kellermann4-29/+18
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann1-1/+1
2014-08-28DecoderControl: update API documentationMax Kellermann1-3/+3
2014-08-27DecoderControl: use std::chrono::duration for Seek()Max Kellermann4-9/+9
2014-08-26DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann8-52/+40
2014-08-26decoder/pcm: use integer seek timesMax Kellermann1-2/+3
2014-08-26decoder/dsf: use integer seek timesMax Kellermann1-4/+4
2014-08-26decoder/dsdiff: use integer seek timesMax Kellermann1-11/+4
2014-08-26decoder/wildmidi: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/wavpack: use integer seek timesMax Kellermann1-2/+1
2014-08-26decoder/vorbis: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/sndfile: use integer seek timesMax Kellermann1-12/+1
2014-08-26decoder/opus: use integer seek timesMax Kellermann1-4/+4
2014-08-26decoder/opus: remove redundant decoder_timestamp() callMax Kellermann1-5/+1
2014-08-26decoder/mpg123: use integer seek timesMax Kellermann1-1/+1
2014-08-26decoder/mpcdec: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/flac: use integer seek timesMax Kellermann1-2/+1
2014-08-26decoder/audiofile: use integer seek timesMax Kellermann1-2/+1
2014-08-26DecoderAPI: add decoder_seek_where_frame()Max Kellermann2-0/+30
2014-08-26decoder/mp4v2: use integer seek timesMax Kellermann1-4/+7
2014-08-26decoder/ffmpeg: use integer seek timesMax Kellermann1-3/+3
2014-08-26decoder/gme: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/modplug: use integer seek timesMax Kellermann1-4/+1
2014-08-26decoder/mad: use integer seek timesMax Kellermann1-10/+9
2014-08-26DecoderAPI: add decoder_seek_where_ms()Max Kellermann2-0/+27
2014-08-26decoder/mad: move duplicate code to RecoverFrameError()Max Kellermann1-20/+16