Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | DecoderBuffer: use class DynamicFifoBuffer | Max Kellermann | 2014-09-21 | 1 | -69/+23 | |
| | | ||||||
* | | decoder/adplug: log version number | Max Kellermann | 2014-09-21 | 1 | -0/+6 | |
| | | ||||||
* | | decoder/adplug: move the buffer into the loop | Max Kellermann | 2014-09-21 | 1 | -2/+2 | |
| | | ||||||
* | | decoder/sndfile: include cleanup | Max Kellermann | 2014-09-21 | 1 | -1/+0 | |
| | | ||||||
* | | decoder/audiofile: fix indent | Max Kellermann | 2014-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | decoder/sndfile: remove obsolete code comment | Max Kellermann | 2014-09-19 | 1 | -3/+0 | |
| | | ||||||
* | | decoder/sndfile: remove debug printf() | Max Kellermann | 2014-09-19 | 1 | -2/+0 | |
| | | ||||||
* | | decoder/sndfile: log detailed sf_open_virtual() error message | Max Kellermann | 2014-09-19 | 1 | -1/+2 | |
| | | ||||||
* | | decoder/sndfile: support float and 16 bit samples | Max Kellermann | 2014-09-19 | 1 | -4/+32 | |
| | | | | | | | | | | Support these PCM formats natively, instead of letting libsndfile convert everything to 32 bit. | |||||
* | | decoder/sndfile: move sf_readf_int() call to sndfile_read_frames() | Max Kellermann | 2014-09-19 | 1 | -2/+10 | |
| | | ||||||
* | | decoder/sndfile: add sndfile_sample_format() | Max Kellermann | 2014-09-19 | 1 | -1/+9 | |
| | | | | | | | | Prepare for other sample formats. | |||||
* | | Merge tag 'v0.18.14' | Max Kellermann | 2014-09-11 | 4 | -1/+31 | |
|\| | ||||||
| * | decoder/ffmpeg: use memset() to initialize AVProbeData | Max Kellermann | 2014-09-09 | 1 | -0/+6 | |
| | | ||||||
| * | decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11 | Max Kellermann | 2014-09-07 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | That attribute was uninitialized before, which could crash libavformat. See Debian bug 760669 | |||||
| * | decoder/audiofile: fix crash after seeking | Max Kellermann | 2014-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Log call was added to the wrong branch. Fixes regression by commit ca1a1149 | |||||
| * | decoder/gme: fix song duration | Max Kellermann | 2014-08-29 | 1 | -1/+1 | |
| | | | | | | | | The unit of gme_info_t::length is milliseconds, not centiseconds. | |||||
* | | DecoderAPI: use std::min() | Max Kellermann | 2014-08-31 | 1 | -3/+1 | |
| | | ||||||
* | | MusicChunk: remove special case for num_frames==0 | Max Kellermann | 2014-08-31 | 1 | -3/+1 | |
| | | | | | | | | Simply return an empty WritableBuffer, not a nulled one. | |||||
* | | decoder/sndfile: refactor frame_to_time() | Max Kellermann | 2014-08-30 | 1 | -8/+6 | |
| | | ||||||
* | | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 20 | -60/+74 | |
| | | ||||||
* | | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 25 | -130/+157 | |
| | | ||||||
* | | decoder/faad: bit_rate==0 is an error | Max Kellermann | 2014-08-29 | 1 | -4/+4 | |
| | | ||||||
* | | MusicChunk: use SignedSongTime for the time stamp | Max Kellermann | 2014-08-29 | 1 | -2/+2 | |
| | | ||||||
* | | DecoderControl: use SignedSongTime for the song duration | Max Kellermann | 2014-08-29 | 2 | -2/+4 | |
| | | ||||||
* | | DecoderControl: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2014-08-28 | 4 | -29/+18 | |
| | | ||||||
* | | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 2014-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | DecoderControl: update API documentation | Max Kellermann | 2014-08-28 | 1 | -3/+3 | |
| | | ||||||
* | | DecoderControl: use std::chrono::duration for Seek() | Max Kellermann | 2014-08-27 | 4 | -9/+9 | |
| | | ||||||
* | | DecoderAPI: use std::chrono::duration for decoder_seek*() | Max Kellermann | 2014-08-26 | 8 | -52/+40 | |
| | | | | | | | | For type safety and code readability. | |||||
* | | decoder/pcm: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+3 | |
| | | ||||||
* | | decoder/dsf: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -4/+4 | |
| | | ||||||
* | | decoder/dsdiff: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -11/+4 | |
| | | ||||||
* | | decoder/wildmidi: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 | |
| | | ||||||
* | | decoder/wavpack: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+1 | |
| | | ||||||
* | | decoder/vorbis: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 | |
| | | ||||||
* | | decoder/sndfile: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -12/+1 | |
| | | ||||||
* | | decoder/opus: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -4/+4 | |
| | | ||||||
* | | decoder/opus: remove redundant decoder_timestamp() call | Max Kellermann | 2014-08-26 | 1 | -5/+1 | |
| | | | | | | | | | | After seeking, the MPD core automatically refreshes the timestamp, and thus discards the value from decoder_timestamp(). | |||||
* | | decoder/mpg123: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -1/+1 | |
| | | ||||||
* | | decoder/mpcdec: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 | |
| | | ||||||
* | | decoder/flac: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+1 | |
| | | ||||||
* | | decoder/audiofile: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+1 | |
| | | ||||||
* | | DecoderAPI: add decoder_seek_where_frame() | Max Kellermann | 2014-08-26 | 2 | -0/+30 | |
| | | ||||||
* | | decoder/mp4v2: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -4/+7 | |
| | | ||||||
* | | decoder/ffmpeg: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -3/+3 | |
| | | ||||||
* | | decoder/gme: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -2/+2 | |
| | | ||||||
* | | decoder/modplug: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -4/+1 | |
| | | ||||||
* | | decoder/mad: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -10/+9 | |
| | | | | | | | | Avoid roundtrips to floating point. | |||||
* | | DecoderAPI: add decoder_seek_where_ms() | Max Kellermann | 2014-08-26 | 2 | -0/+27 | |
| | | | | | | | | Move to fixed-point integers instead of floating point. | |||||
* | | decoder/mad: move duplicate code to RecoverFrameError() | Max Kellermann | 2014-08-26 | 1 | -20/+16 | |
| | |