Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | decoder/mpg123: make variables more local | Max Kellermann | 2014-09-24 | 1 | -20/+11 | |
| | | ||||||
* | | decoder/flac: pass VorbisComment to flac_parse_mixramp() | Max Kellermann | 2014-09-24 | 3 | -6/+4 | |
| | | ||||||
* | | decoder/flac: move code to tag/MixRamp.cxx | Max Kellermann | 2014-09-24 | 1 | -35/+10 | |
| | | ||||||
* | | decoder/mad: move code to tag/MixRamp.cxx | Max Kellermann | 2014-09-24 | 1 | -5/+2 | |
| | | ||||||
* | | decoder/flac: pass VorbisComment to flac_parse_replay_gain() | Max Kellermann | 2014-09-24 | 3 | -6/+3 | |
| | | ||||||
* | | tag/ReplayGain: add VorbisComment parser | Max Kellermann | 2014-09-24 | 2 | -41/+12 | |
| | | | | | | | | Move code from the Vorbis and FLAC decoder plugins. | |||||
* | | decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxx | Max Kellermann | 2014-09-24 | 2 | -24/+3 | |
| | | ||||||
* | | tag/ApeReplayGain, decoder/mad: move duplicate code to tag/ReplayGain.cxx | Max Kellermann | 2014-09-24 | 1 | -12/+2 | |
| | | ||||||
* | | DecoderBuffer: struct to class | Max Kellermann | 2014-09-22 | 1 | -1/+2 | |
| | | ||||||
* | | DecoderBuffer: convert functions to methods | Max Kellermann | 2014-09-22 | 3 | -121/+85 | |
| | | ||||||
* | | decoder/faad: use DecoderBuffer references | Max Kellermann | 2014-09-22 | 1 | -27/+27 | |
| | | ||||||
* | | decoder/faad: allocate DecoderBuffer on stack | Max Kellermann | 2014-09-22 | 1 | -13/+8 | |
| | | ||||||
* | | DecoderBuffer: export the struct | Max Kellermann | 2014-09-22 | 3 | -58/+28 | |
| | | | | | | | | Eliminates the functions _new() and _free(). | |||||
* | | DecoderBuffer: make "decoder" const | Max Kellermann | 2014-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | DecoderBuffer: convert pointer to reference | Max Kellermann | 2014-09-21 | 1 | -5/+5 | |
| | | ||||||
* | | 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 | |
| | |