| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | input/curl: remove _schedule_update() | Max Kellermann | 2011-09-16 | 1 | -48/+1 |
* | | input/curl: unlock the mutex for io_thread_call() | Max Kellermann | 2011-09-16 | 1 | -1/+4 |
* | | input/soup: fix "unused local variable" warnings | Max Kellermann | 2011-09-16 | 1 | -1/+1 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-16 | 1 | -1/+1 |
|\| |
|
| * | input/curl, output/pulse: fix "unused local variable" warnings | Max Kellermann | 2011-09-16 | 1 | -1/+1 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-15 | 1 | -1/+3 |
|\| |
|
| * | input/rewind: copy the MIME type only once | Max Kellermann | 2011-09-15 | 1 | -1/+3 |
* | | input/curl: per-request mutex/cond | Max Kellermann | 2011-09-15 | 1 | -33/+35 |
* | | input/curl: move all libCURL calls to the I/O thread | Max Kellermann | 2011-09-15 | 1 | -29/+69 |
* | | input/file: return NULL instead of "false" | Max Kellermann | 2011-09-15 | 1 | -4/+4 |
* | | input/curl: don't set "ready" on _easy_free() | Max Kellermann | 2011-09-15 | 1 | -3/+2 |
* | | input/curl: add assertions on io_thread_inside() | Max Kellermann | 2011-09-15 | 1 | -0/+9 |
* | | input/curl: merge _request_abort() into _request_done() | Max Kellermann | 2011-09-15 | 1 | -31/+19 |
* | | input/curl: API documentation fix | Max Kellermann | 2011-09-15 | 1 | -1/+1 |
* | | input_plugin: add method update() | Max Kellermann | 2011-09-14 | 1 | -0/+10 |
* | | input_stream: move input_stream_init(), _deinit() to _internal.c | Max Kellermann | 2011-09-14 | 8 | -0/+8 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-01 | 1 | -0/+3 |
|\| |
|
| * | input/curl: implement a hard-coded timeout of 10 seconds | Max Kellermann | 2011-08-26 | 1 | -0/+3 |
* | | input/curl: use the I/O thread | Max Kellermann | 2011-08-25 | 1 | -222/+653 |
* | | input/curl: eliminate attribute "eof" | Max Kellermann | 2011-08-25 | 1 | -11/+4 |
* | | input/curl: release "easy" CURL handle as early as possible | Max Kellermann | 2011-08-25 | 1 | -9/+10 |
* | | input/curl: move code to input_curl_flush_buffers() | Max Kellermann | 2011-08-25 | 1 | -3/+9 |
* | | input/curl: pass input_curl to fill_buffer() | Max Kellermann | 2011-08-25 | 1 | -4/+3 |
* | | input/curl: set GError when init() fails | Max Kellermann | 2011-08-25 | 1 | -2/+3 |
* | | input/soup: free all resources in method close() | Max Kellermann | 2011-08-24 | 1 | -0/+10 |
* | | input/soup: new input plugin based on libsoup | Max Kellermann | 2011-08-24 | 2 | -0/+395 |
* | | input/curl: remove obsolete function input_curl_reinit() | Max Kellermann | 2011-08-24 | 3 | -21/+0 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-08-24 | 1 | -0/+30 |
|\| |
|
| * | input/curl: limit the receive buffer size | Max Kellermann | 2011-08-23 | 1 | -0/+30 |
* | | decoder/ffmpeg: use AVIO_FLAG_READ on newer ffmpeg versions | Skottish | 2011-07-03 | 1 | -1/+3 |
* | | input/ffmpeg: use the new AVIOContext API | Max Kellermann | 2011-05-09 | 1 | -1/+37 |
* | | decoder/ffmpeg: drop support for pre-0.5 ffmpeg | Anton Khirnov | 2011-04-12 | 1 | -7/+0 |
* | | input: Add despotify input plugin | Simon Kagstrom | 2011-03-29 | 2 | -0/+251 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 14 | -14/+14 |
* | | input/curl: enable CURLOPT_NETRC | Ian Zimmerman | 2011-01-29 | 1 | -0/+1 |
* | | input/cdio_paranoia: add module name | Max Kellermann | 2011-01-08 | 1 | -0/+1 |
* | | input/cdda: rename plugin to "cdio_paranoia" | Max Kellermann | 2010-12-22 | 2 | -42/+42 |
* | | input/cdda: support reading the whole disc | Max Kellermann | 2010-12-22 | 1 | -10/+8 |
* | | input/cdda: remove unused function input_cdda_archive_extract_trackno() | Max Kellermann | 2010-12-22 | 1 | -24/+0 |
* | | input/cdda: import missing pcm16_to_wave() from the wave encoder | Max Kellermann | 2010-12-22 | 1 | -0/+11 |
* | | input/cdda: implement parse_cdda_uri() | Max Kellermann | 2010-12-22 | 1 | -10/+59 |
* | | input/cdda: call input_cdda_close() with an input_stream pointer | Max Kellermann | 2010-12-22 | 1 | -5/+5 |
* | | input/cdda: move code to cdda_detect_drive() | Max Kellermann | 2010-12-22 | 1 | -7/+18 |
* | | input/cdda: remove newlines from error messages | Max Kellermann | 2010-12-22 | 1 | -8/+10 |
* | | input/cdda: remove debug code | Max Kellermann | 2010-12-22 | 1 | -31/+1 |
* | | input/cdda: some general build failure fixes | Max Kellermann | 2010-12-22 | 1 | -13/+5 |
* | | input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA audi... | Viliam Mateicka | 2010-12-22 | 2 | -0/+406 |
|/ |
|
* | Merge release 0.15.15 from branch 'v0.15.x' | Max Kellermann | 2010-11-08 | 1 | -1/+1 |
|\ |
|
| * | input/rewind: fix assertion failure | Max Kellermann | 2010-11-08 | 1 | -1/+1 |
* | | Merge release 0.15.14 from branch 'v0.15.x' | Max Kellermann | 2010-11-07 | 1 | -2/+4 |
|\| |
|