summaryrefslogtreecommitdiff
path: root/plugins/vfs_curl/vfs_curl.c
Commit message (Collapse)AuthorAge
* fixed support for some icy servers not sending content-lenghtGravatar Alexey Yakovenko2009-11-04
| | | | fixed m3u reader
* improved icy protocol support; initial m3u supportGravatar Alexey Yakovenko2009-11-04
|
* added vfs filetype detection based on content-typeGravatar Alexey Yakovenko2009-10-25
|
* fixed warning in vfs_curlGravatar Alexey Yakovenko2009-10-18
|
* updated plugins descriptionsGravatar Alexey Yakovenko2009-10-10
| | | | added basic gui configuration window
* added streaming over ftp support including seekingGravatar Alexey Yakovenko2009-10-04
| | | | added special-case for fseek+ftell when calculating file length
* mp3 shoutcast streamingGravatar Alexey Yakovenko2009-10-04
| | | | fixed vfs_curl.getlength
* experimental vorbis streaming supportGravatar Alexey Yakovenko2009-10-04
|
* fixed seeking in vfs_curlGravatar Alexey Yakovenko2009-10-03
|
* added http filesize fetching (allows mp3 duration calc, etc)Gravatar Alexey Yakovenko2009-10-01
|
* fixed playback of http mp3 streams with unknown lengthGravatar Alexey Yakovenko2009-10-01
|
* improved curl seekingGravatar Alexey Yakovenko2009-10-01
| | | | | fixed abnormal termination/hang if curl streamer was active added id3v2 reading for streaming mp3s
* fixed bugs in vfs_curl ringbufferGravatar Alexey Yakovenko2009-09-30
|
* mp3 streaming WIPGravatar Alexey Yakovenko2009-09-30
|
* vfs_curl WIPGravatar Alexey Yakovenko2009-09-29