aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* input/Open: use OpenLocalInputStream()Max Kellermann2014-10-021-3/+1
* DecoderThread: use OpenLocalInputStream() for local filesMax Kellermann2014-10-021-1/+20
* Merge tag 'v0.18.16'Max Kellermann2014-09-261-0/+2
|\
* | decoder/mp4v2: add tag tableMax Kellermann2014-09-241-10/+19
* | decoder/mpg123: support ID3v2, ReplayGain and MixRampMax Kellermann2014-09-241-1/+90
* | decoder/mpg123: make variables more localMax Kellermann2014-09-241-20/+11
* | decoder/flac: pass VorbisComment to flac_parse_mixramp()Max Kellermann2014-09-243-6/+4
* | decoder/flac: move code to tag/MixRamp.cxxMax Kellermann2014-09-241-35/+10
* | decoder/mad: move code to tag/MixRamp.cxxMax Kellermann2014-09-241-5/+2
* | decoder/flac: pass VorbisComment to flac_parse_replay_gain()Max Kellermann2014-09-243-6/+3
* | tag/ReplayGain: add VorbisComment parserMax Kellermann2014-09-242-41/+12
* | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxxMax Kellermann2014-09-242-24/+3
* | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxxMax Kellermann2014-09-241-12/+2
* | DecoderBuffer: struct to classMax Kellermann2014-09-221-1/+2
* | DecoderBuffer: convert functions to methodsMax Kellermann2014-09-223-121/+85
* | decoder/faad: use DecoderBuffer referencesMax Kellermann2014-09-221-27/+27
* | decoder/faad: allocate DecoderBuffer on stackMax Kellermann2014-09-221-13/+8
* | DecoderBuffer: export the structMax Kellermann2014-09-223-58/+28
* | DecoderBuffer: make "decoder" constMax Kellermann2014-09-211-1/+1
* | DecoderBuffer: convert pointer to referenceMax Kellermann2014-09-211-5/+5
* | DecoderBuffer: use class DynamicFifoBufferMax Kellermann2014-09-211-69/+23
* | decoder/adplug: log version numberMax Kellermann2014-09-211-0/+6
* | decoder/adplug: move the buffer into the loopMax Kellermann2014-09-211-2/+2
* | decoder/sndfile: include cleanupMax Kellermann2014-09-211-1/+0
* | decoder/audiofile: fix indentMax Kellermann2014-09-191-1/+1
* | decoder/sndfile: remove obsolete code commentMax Kellermann2014-09-191-3/+0
* | decoder/sndfile: remove debug printf()Max Kellermann2014-09-191-2/+0
* | decoder/sndfile: log detailed sf_open_virtual() error messageMax Kellermann2014-09-191-1/+2
* | decoder/sndfile: support float and 16 bit samplesMax Kellermann2014-09-191-4/+32
* | decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()Max Kellermann2014-09-191-2/+10
* | decoder/sndfile: add sndfile_sample_format()Max Kellermann2014-09-191-1/+9
* | Merge tag 'v0.18.14'Max Kellermann2014-09-114-1/+31
|\|
| * decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann2014-09-091-0/+6
| * decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann2014-09-071-0/+7
| * decoder/audiofile: fix crash after seekingMax Kellermann2014-09-061-1/+1
| * decoder/gme: fix song durationMax Kellermann2014-08-291-1/+1
* | DecoderAPI: use std::min()Max Kellermann2014-08-311-3/+1
* | MusicChunk: remove special case for num_frames==0Max Kellermann2014-08-311-3/+1
* | decoder/sndfile: refactor frame_to_time()Max Kellermann2014-08-301-8/+6
* | TagHandler: pass SongTime to duration()Max Kellermann2014-08-2920-60/+74
* | DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-2925-130/+157
* | decoder/faad: bit_rate==0 is an errorMax Kellermann2014-08-291-4/+4
* | MusicChunk: use SignedSongTime for the time stampMax Kellermann2014-08-291-2/+2
* | DecoderControl: use SignedSongTime for the song durationMax Kellermann2014-08-292-2/+4
* | DecoderControl: use std::chrono::duration for start_ms and end_msMax Kellermann2014-08-284-29/+18
* | DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann2014-08-281-1/+1
* | DecoderControl: update API documentationMax Kellermann2014-08-281-3/+3
* | DecoderControl: use std::chrono::duration for Seek()Max Kellermann2014-08-274-9/+9
* | DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann2014-08-268-52/+40
* | decoder/pcm: use integer seek timesMax Kellermann2014-08-261-2/+3