Max Kellermann
|
e42b152037
|
decoder/faad: eliminate the adts_find_frame() loop
This loop is completely unnecessary. We just need to find the first
ADTS frame and feed it into NeAACDecInit().
|
2014-07-12 01:51:39 +02:00 |
|
Max Kellermann
|
da599e3f1a
|
decoder/faad: split faad_stream_decode()
Eliminate duplicate cleanup code.
|
2014-07-12 01:47:07 +02:00 |
|
Max Kellermann
|
c400876df1
|
Merge branch 'v0.18.x'
|
2014-07-12 01:27:18 +02:00 |
|
Max Kellermann
|
c4bea3dfe4
|
decoder/sndfile: implement scan_stream() instead of scan_file()
|
2014-07-11 22:09:35 +02:00 |
|
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
|
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 |
|
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
|
release v0.18.11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJTcPbuAAoJECNuiljG20US+LsQAI5LcUiQ2AxfDdXfEkIW+ryQ
U5htp4RAAizVFEAdgzdDOoHBVefkvwij6G9ND9WAbJRsUOZs62XwlnOFaB/uQPhd
VvoNIQLmuUNxltF1itaCTJ0UJkXi6ObVExpwMScGI242uUmoNnxwsWxDxyy2s4bn
On/OwT64zTOsPTjkYGdfGncwx4dhQc2KJvGGD6y/lMhxUnn3NoKG/VOgleN4ALcL
KQ0SFQOFbUHJcvMXYdMzhe426d7GiHzFVIfdU16yJz47/xHDmaM+VVJQCOF68rrw
kyb2POxR4VXhPMfIleF2RiCopvDGSvQfUE3jhQjKBgZE2NeFeI/5N6JcWbZgFJ/J
4ez3DcjSD1Oeoz6gzaq1QybCku4EZTvPa6Kbb5/84JNKmVdb/JowGF0L18bwTbGv
y5D5HN3zTdmBXwsiDnTNDtuwaSejvIDTN1k4AkdQ9mLMIMT+13NHLBs1rDE2JnlG
3xhXrIvwhUBdE1A4uFj8duzk11EWzNI+ltJBRnG8uEzAJxpv5Khiwmj2GciS6s5r
wp1YUIUA0BhrEgrtoTdE7x13lXkDrmydcJ5kA0kArJFQALliE7kivyg1gtrcNRj1
7fDRAb9QOxaJrrsJzM9f9pDaIttHRjRvurFtikD90oaRE1g+6ygeScmYJDPhPjvU
R6PxzvsMCn8kJFWq2ARg
=Ubmu
-----END PGP SIGNATURE-----
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
|
1c02b4b9f4
|
release v0.18.10
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJTRoKFAAoJECNuiljG20UScmgP/3bXQLBVqnGdMEzJio9qfTqz
inqbuaR8FrOSQFT5ULpYYipcjiqxCpG2ooE2M083F3wXDHF8u+j0S84NEvHQjv0T
WvA5EOOeEJS0o0gREZb8onO8NVwH+f1r4x34PAc4QbSeROiAiJRPmfTOZBDTaQkZ
Fy4CGte9UqLvUG10Jxpn1DgcBBeoge9Ruzm+drBLHh53lAfKZH6z9u23htNc4PH0
WMN3/orL7KZNxMtX37zqQDhkbPv2RjCWc0JJ8yxBzw3r/qG53GkmCBsStub6wKIi
iPgkoKXii+FAlg1oRmvVNELmOUDjhnBj8+g7q6WgJGpYqdcSCQBRIBnPPRn6Tfw3
wS7MtGoH7M4yihOfeburIzN0JiD4dtcnA7CrA9ghWt3C0Hci9Q/eni7xHgAuJ7Gp
fD0aEGeaQiQZC8r1UYkgvPuc+CXpsjPcpoN2TlYwDJ3VPQcikHVqTUkJxf5rEGbL
h5K0jhW/TzgT0quozd50w52X/n5J76X8oEng08271OPMlF+6gawGA2/AeDsomRTp
n8OPVutpyaGE3gKGYLGKj3cEnP15tQyt3U0kiU+ccG7osEPXr8JU/A4fipqcrwnN
lwejiIKzfZBU68kwS+gtQLiBncT3oh5tEiLJNzYYpPCF0wkDYt2u/rhRxnVjRoXO
5B9PRaOPuJ5N+6O2hGNS
=qsUE
-----END PGP SIGNATURE-----
Merge tag 'release-0.18.10'
|
2014-04-10 13:49:20 +02:00 |
|
Max Kellermann
|
e99ff4fdbc
|
decoder/gme: use free() instead of g_free()
|
2014-02-24 20:19:34 +01:00 |
|
Max Kellermann
|
25431f32a2
|
DecoderPlugin: free the container_scan() return value with delete[]
|
2014-02-24 20:19:34 +01:00 |
|
Max Kellermann
|
5a0dc808fd
|
decoder/opus: use new[] instead of g_malloc()
|
2014-02-22 13:37:36 +01:00 |
|
Max Kellermann
|
6b421cc354
|
DecoderPlugin: pass Path instance to file_decode() and scan_file()
|
2014-02-07 18:52:19 +01:00 |
|
geneticdrift
|
f225051348
|
fixed possible format_context not closed in ffmpeg_decode
|
2014-02-07 12:07:43 +01:00 |
|
Max Kellermann
|
f8bfea8bae
|
Input*: move to input/
|
2014-01-24 16:33:33 +01:00 |
|
Max Kellermann
|
197b503f3e
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
|
Max Kellermann
|
51adaf2c47
|
decoder/*: move to decoder/plugins/
|
2014-01-24 00:02:24 +01:00 |
|