Max Kellermann
|
eaa9a1e33b
|
decoder/sndfile: make variables more local
|
2014-07-11 22:03:26 +02:00 |
|
Max Kellermann
|
3e19298c9e
|
decoder/sndfile: support more tag types
|
2014-07-11 22:03:13 +02:00 |
|
Max Kellermann
|
2a96ce97ee
|
decoder/sndfile: add str_type to TagType table
|
2014-07-11 21:57:41 +02:00 |
|
Max Kellermann
|
8cfe901391
|
decoder/sndfile: move code to sndfile_handle_tag()
|
2014-07-11 21:56:02 +02:00 |
|
Max Kellermann
|
30f1ee7a1f
|
decoder/sndfile: log libsndfile version on startup
|
2014-07-11 21:53:03 +02:00 |
|
Max Kellermann
|
828cd6fd0b
|
Merge branch 'v0.18.x'
|
2014-07-11 21:33:50 +02:00 |
|
Max Kellermann
|
ecb67a1ed1
|
decoder/sndfile: use decoder_read_full()
Replaces the loop in sndfile_vio_read(), eliminating duplicate and
fragile code.
|
2014-07-11 21:18:44 +02:00 |
|
Max Kellermann
|
0ef843f138
|
decoder/sndfile: use decoder_read()
.. instead of InputStream::LockRead(). The former is cancellable.
|
2014-07-11 21:18:44 +02:00 |
|
Max Kellermann
|
eb79d83051
|
decoder/sndfile: log seek errors
|
2014-07-11 21:18:44 +02:00 |
|
Max Kellermann
|
ca1a11493d
|
decoder/audiofile: log seek errors
|
2014-07-11 21:18:44 +02:00 |
|
Max Kellermann
|
69bb086ba5
|
decoder/audiofile: fix typo in comment
|
2014-07-11 21:18:44 +02:00 |
|
Max Kellermann
|
ccbb5c3e01
|
decoder/audiofile: log libaudiofile errors
|
2014-07-10 09:37:43 +02:00 |
|
Max Kellermann
|
49b63e084f
|
decoder/audiofile: make variables more local
|
2014-07-10 09:26:12 +02:00 |
|
Max Kellermann
|
107321e385
|
decoder/audiofile: implement scan_stream() instead of scan_file()
|
2014-07-10 09:23:56 +02:00 |
|
Max Kellermann
|
1d214b4aed
|
decoder/audiofile: use audiofile_get_duration() in _stream_decode()
|
2014-07-10 08:35:24 +02:00 |
|
Max Kellermann
|
2e1347aba4
|
decoder/audiofile: split audiofile_get_duration()
|
2014-07-10 08:31:41 +02:00 |
|
Max Kellermann
|
9ddb5931fb
|
decoder/audiofile: remove unused Error variable
|
2014-07-09 20:03:11 +02:00 |
|
Max Kellermann
|
913064d6cc
|
Merge branch 'v0.18.x'
|
2014-07-09 20:02:07 +02:00 |
|
Gustavo Zacarias
|
0e39b59700
|
decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h include
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
2014-07-09 19:54:35 +02:00 |
|
Max Kellermann
|
552af5455e
|
decoder/dsdlib: use decoder_skip()
Reduce duplicate code.
|
2014-07-09 19:42:36 +02:00 |
|
Max Kellermann
|
8759bc1b41
|
decoder/dsdlib: pass unsigned offsets to dsdlib_skip*()
|
2014-07-09 19:39:10 +02:00 |
|
Joff
|
09384df32c
|
decoder/dsd: use decoder_read_full() where appropriate
Addresses Mantis ticket 0004015.
[mk: use decoder_read_full() only when needed, and a few formal
changes]
|
2014-07-09 19:18:36 +02:00 |
|
Max Kellermann
|
20538516b9
|
decoder/audiofile: use decoder_read_full()
Works around WAV stream playback bug, because libaudiofile does not
like partial reads (Mantis 0004028).
|
2014-07-09 19:05:20 +02:00 |
|
Max Kellermann
|
0759421d11
|
DecoderAPI: add function decoder_read_full()
Move code from the "mad" plugin.
|
2014-07-09 19:03:58 +02:00 |
|
Max Kellermann
|
bf7417981f
|
DecoderAPI: add function decoder_skip()
Move code from the "mad" plugin.
|
2014-07-09 19:03:31 +02:00 |
|
Max Kellermann
|
bc6472bb9e
|
decoder/audiofile: use decoder_read()
.. instead of InputStream::LockRead(). The former is cancellable.
|
2014-07-09 18:57:50 +02:00 |
|
Gustavo Zacarias
|
a70443af31
|
decoder/OpusDecoderPlugin: fix build failure due to missing stdio.h include
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
2014-07-09 17:41:31 +02:00 |
|
Gustavo Zacarias
|
3f221e2edb
|
decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h include
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
2014-07-09 17:41:31 +02:00 |
|
Christoph Tieben
|
88433bca22
|
Added Comment/Description to decoder/plugins/XiphTags.cxx
|
2014-06-27 21:14:55 +02:00 |
|
Christoph Tieben
|
34689eb2d2
|
decoder: vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
(see https://www.xiph.org/vorbis/doc/v-comment.html for Details)
|
2014-06-27 21:14:17 +02:00 |
|
Max Kellermann
|
07b93dcf80
|
InputStream: make Seek() always absolute
Remove the "whence" parameter that is not actually necessary, and only
complicates the InputStream implementations.
|
2014-05-22 13:52:00 +02:00 |
|
Max Kellermann
|
374c6a27db
|
decoder/vorbis: make VorbisInputStream::input_stream a reference
|
2014-05-22 13:52:00 +02:00 |
|
Max Kellermann
|
36c9e95969
|
decoder/vorbis: add VorbisInputStream constructor
|
2014-05-22 13:52:00 +02:00 |
|
Max Kellermann
|
a3142ee4e6
|
decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStream
|
2014-05-22 13:52:00 +02:00 |
|
Max Kellermann
|
437caeb90f
|
decoder/vorbis: add "restrict" to pointers in vorbis_interleave()
Allows more compiler optimizations.
|
2014-05-22 13:52:00 +02:00 |
|
Max Kellermann
|
af49cace8d
|
decoder/vorbis: log libvorbis version on startup
|
2014-05-22 13:52:00 +02:00 |
|
Max Kellermann
|
13b78d0d89
|
decoder/wavpack: move code to WavpackInput::ReadBytes()
|
2014-05-22 12:54:56 +02:00 |
|
Max Kellermann
|
65c135b451
|
decoder/wavpack: convert WavpackInput attributes to references
|
2014-05-22 12:52:33 +02:00 |
|
Max Kellermann
|
ec162f265f
|
decoder/wavpack: move wavpack_input_init into struct WavpackInput
|
2014-05-22 12:47:20 +02:00 |
|
Max Kellermann
|
ba99696771
|
decoder/wavpack: wavpack_open_wvc() returns WavpackInput*
|
2014-05-22 12:36:55 +02:00 |
|
Max Kellermann
|
4eeea640f4
|
DecoderAPI: add function decoder_open_uri()
Move and refactor code from the Wavpack decoder plugin.
|
2014-05-22 12:35:20 +02:00 |
|
Max Kellermann
|
631b635652
|
decoder/wavpack: rename struct wavpack_input to WavpackInput
|
2014-05-22 10:52:34 +02:00 |
|
Max Kellermann
|
0b4fa41aff
|
InputStream: "protect" attributes
|
2014-05-12 18:59:46 +02:00 |
|
Max Kellermann
|
3cd24c0a51
|
Merge tag 'v0.18.11'
|
2014-05-12 18:38:45 +02:00 |
|
Max Kellermann
|
82337dec44
|
InputStream: add virtual destructor
Replaces the method Close().
|
2014-05-11 17:12:50 +02:00 |
|
Max Kellermann
|
6773adc771
|
InputStream: convert to class
|
2014-05-11 15:34:48 +02:00 |
|
Max Kellermann
|
70bd35abe2
|
decoder/OggUtil: allow skipping up to 32 kB after seek
Fixes missing song length on high-latency Opus files.
According to tests with 320 kbit/s opus files with 60ms packets, we
need to skip up to 29 kB.
|
2014-04-29 11:56:05 +02:00 |
|
Max Kellermann
|
1c02b4b9f4
|
Merge tag 'release-0.18.10'
|
2014-04-10 13:49:20 +02:00 |
|
Marcello Desantis
|
95ac6071b9
|
decoder/sndfile: work around libsndfile bug on partial read
|
2014-04-09 23:58:56 +02:00 |
|
Max Kellermann
|
ce18c36ed9
|
decoder/ffmpeg: handle unknown stream start time
|
2014-03-18 09:16:09 +01:00 |
|