Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/sndfile: include cleanup | Max Kellermann | 2014-09-21 | 1 | -1/+0 |
| | |||||
* | 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. | ||||
* | decoder/sndfile: refactor frame_to_time() | Max Kellermann | 2014-08-30 | 1 | -8/+6 |
| | |||||
* | TagHandler: pass SongTime to duration() | Max Kellermann | 2014-08-29 | 1 | -2/+3 |
| | |||||
* | DecoderAPI: pass SignedSongTime to decoder_initialized() | Max Kellermann | 2014-08-29 | 1 | -2/+3 |
| | |||||
* | decoder/sndfile: use integer seek times | Max Kellermann | 2014-08-26 | 1 | -12/+1 |
| | |||||
* | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | | | | Reduce header dependencies. | ||||
* | decoder/sndfile: check InputStream::KnownSize() | Max Kellermann | 2014-08-19 | 1 | -0/+3 |
| | |||||
* | decoder/sndfile: implement scan_stream() instead of scan_file() | Max Kellermann | 2014-07-11 | 1 | -5/+6 |
| | |||||
* | decoder/sndfile: make variables more local | Max Kellermann | 2014-07-11 | 1 | -10/+7 |
| | |||||
* | decoder/sndfile: support more tag types | Max Kellermann | 2014-07-11 | 1 | -0/+4 |
| | |||||
* | decoder/sndfile: add str_type to TagType table | Max Kellermann | 2014-07-11 | 1 | -3/+11 |
| | |||||
* | decoder/sndfile: move code to sndfile_handle_tag() | Max Kellermann | 2014-07-11 | 1 | -15/+12 |
| | |||||
* | decoder/sndfile: log libsndfile version on startup | Max Kellermann | 2014-07-11 | 1 | -1/+8 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-11 | 1 | -28/+27 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -2/+22 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | Merge tag 'release-0.18.10' | Max Kellermann | 2014-04-10 | 1 | -6/+20 |
| | |||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -3/+4 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+260 |