aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | input/curl: unlock the mutex for io_thread_call()Max Kellermann2011-09-161-1/+4
* | input/soup: fix "unused local variable" warningsMax Kellermann2011-09-161-1/+1
* | Merge branch 'v0.16.x'Max Kellermann2011-09-161-1/+1
|\|
| * input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann2011-09-161-1/+1
* | Merge branch 'v0.16.x'Max Kellermann2011-09-151-1/+3
|\|
| * input/rewind: copy the MIME type only onceMax Kellermann2011-09-151-1/+3
* | input/curl: per-request mutex/condMax Kellermann2011-09-151-33/+35
* | input/curl: move all libCURL calls to the I/O threadMax Kellermann2011-09-151-29/+69
* | input/file: return NULL instead of "false"Max Kellermann2011-09-151-4/+4
* | input/curl: don't set "ready" on _easy_free()Max Kellermann2011-09-151-3/+2
* | input/curl: add assertions on io_thread_inside()Max Kellermann2011-09-151-0/+9
* | input/curl: merge _request_abort() into _request_done()Max Kellermann2011-09-151-31/+19
* | input/curl: API documentation fixMax Kellermann2011-09-151-1/+1
* | input_plugin: add method update()Max Kellermann2011-09-141-0/+10
* | input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann2011-09-148-0/+8
* | Merge branch 'v0.16.x'Max Kellermann2011-09-011-0/+3
|\|
| * input/curl: implement a hard-coded timeout of 10 secondsMax Kellermann2011-08-261-0/+3
* | input/curl: use the I/O threadMax Kellermann2011-08-251-222/+653
* | input/curl: eliminate attribute "eof"Max Kellermann2011-08-251-11/+4
* | input/curl: release "easy" CURL handle as early as possibleMax Kellermann2011-08-251-9/+10
* | input/curl: move code to input_curl_flush_buffers()Max Kellermann2011-08-251-3/+9
* | input/curl: pass input_curl to fill_buffer()Max Kellermann2011-08-251-4/+3
* | input/curl: set GError when init() failsMax Kellermann2011-08-251-2/+3
* | input/soup: free all resources in method close()Max Kellermann2011-08-241-0/+10
* | input/soup: new input plugin based on libsoupMax Kellermann2011-08-242-0/+395
* | input/curl: remove obsolete function input_curl_reinit()Max Kellermann2011-08-243-21/+0
* | Merge branch 'v0.16.x'Max Kellermann2011-08-241-0/+30
|\|
| * input/curl: limit the receive buffer sizeMax Kellermann2011-08-231-0/+30
* | decoder/ffmpeg: use AVIO_FLAG_READ on newer ffmpeg versionsSkottish2011-07-031-1/+3
* | input/ffmpeg: use the new AVIOContext APIMax Kellermann2011-05-091-1/+37
* | decoder/ffmpeg: drop support for pre-0.5 ffmpegAnton Khirnov2011-04-121-7/+0
* | input: Add despotify input pluginSimon Kagstrom2011-03-292-0/+251
* | copyright year 2011Max Kellermann2011-01-2914-14/+14
* | input/curl: enable CURLOPT_NETRCIan Zimmerman2011-01-291-0/+1
* | input/cdio_paranoia: add module nameMax Kellermann2011-01-081-0/+1
* | input/cdda: rename plugin to "cdio_paranoia"Max Kellermann2010-12-222-42/+42
* | input/cdda: support reading the whole discMax Kellermann2010-12-221-10/+8
* | input/cdda: remove unused function input_cdda_archive_extract_trackno()Max Kellermann2010-12-221-24/+0
* | input/cdda: import missing pcm16_to_wave() from the wave encoderMax Kellermann2010-12-221-0/+11
* | input/cdda: implement parse_cdda_uri()Max Kellermann2010-12-221-10/+59
* | input/cdda: call input_cdda_close() with an input_stream pointerMax Kellermann2010-12-221-5/+5
* | input/cdda: move code to cdda_detect_drive()Max Kellermann2010-12-221-7/+18
* | input/cdda: remove newlines from error messagesMax Kellermann2010-12-221-8/+10
* | input/cdda: remove debug codeMax Kellermann2010-12-221-31/+1
* | input/cdda: some general build failure fixesMax Kellermann2010-12-221-13/+5
* | input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA audi...Viliam Mateicka2010-12-222-0/+406
|/
* Merge release 0.15.15 from branch 'v0.15.x'Max Kellermann2010-11-081-1/+1
|\
| * input/rewind: fix assertion failureMax Kellermann2010-11-081-1/+1
* | Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann2010-11-071-2/+4
|\|
| * input/rewind: remove redundant NULL check before g_free() callMax Kellermann2010-11-051-2/+1