aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-16input/soup: fix "unused local variable" warningsMax Kellermann1-1/+1
2011-09-16input/curl, output/pulse: fix "unused local variable" warningsMax Kellermann1-1/+1
2011-09-15input/rewind: copy the MIME type only onceMax Kellermann1-1/+3
2011-09-15input/curl: per-request mutex/condMax Kellermann1-33/+35
2011-09-15input/curl: move all libCURL calls to the I/O threadMax Kellermann1-29/+69
2011-09-15input/file: return NULL instead of "false"Max Kellermann1-4/+4
2011-09-15input/curl: don't set "ready" on _easy_free()Max Kellermann1-3/+2
2011-09-15input/curl: add assertions on io_thread_inside()Max Kellermann1-0/+9
2011-09-15input/curl: merge _request_abort() into _request_done()Max Kellermann1-31/+19
2011-09-15input/curl: API documentation fixMax Kellermann1-1/+1
2011-09-14input_plugin: add method update()Max Kellermann1-0/+10
2011-09-14input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann8-0/+8
2011-08-26input/curl: implement a hard-coded timeout of 10 secondsMax Kellermann1-0/+3
2011-08-25input/curl: use the I/O threadMax Kellermann1-222/+653
2011-08-25input/curl: eliminate attribute "eof"Max Kellermann1-11/+4
2011-08-25input/curl: release "easy" CURL handle as early as possibleMax Kellermann1-9/+10
2011-08-25input/curl: move code to input_curl_flush_buffers()Max Kellermann1-3/+9
2011-08-25input/curl: pass input_curl to fill_buffer()Max Kellermann1-4/+3
2011-08-25input/curl: set GError when init() failsMax Kellermann1-2/+3
2011-08-24input/soup: free all resources in method close()Max Kellermann1-0/+10
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann2-0/+395
2011-08-24input/curl: remove obsolete function input_curl_reinit()Max Kellermann3-21/+0
2011-08-23input/curl: limit the receive buffer sizeMax Kellermann1-0/+30
2011-07-03decoder/ffmpeg: use AVIO_FLAG_READ on newer ffmpeg versionsSkottish1-1/+3
2011-05-09input/ffmpeg: use the new AVIOContext APIMax Kellermann1-1/+37
2011-04-12decoder/ffmpeg: drop support for pre-0.5 ffmpegAnton Khirnov1-7/+0
2011-03-29input: Add despotify input pluginSimon Kagstrom2-0/+251
2011-01-29copyright year 2011Max Kellermann14-14/+14
2011-01-29input/curl: enable CURLOPT_NETRCIan Zimmerman1-0/+1
2011-01-08input/cdio_paranoia: add module nameMax Kellermann1-0/+1
2010-12-22input/cdda: rename plugin to "cdio_paranoia"Max Kellermann2-42/+42
2010-12-22input/cdda: support reading the whole discMax Kellermann1-10/+8
2010-12-22input/cdda: remove unused function input_cdda_archive_extract_trackno()Max Kellermann1-24/+0
2010-12-22input/cdda: import missing pcm16_to_wave() from the wave encoderMax Kellermann1-0/+11
2010-12-22input/cdda: implement parse_cdda_uri()Max Kellermann1-10/+59
2010-12-22input/cdda: call input_cdda_close() with an input_stream pointerMax Kellermann1-5/+5
2010-12-22input/cdda: move code to cdda_detect_drive()Max Kellermann1-7/+18
2010-12-22input/cdda: remove newlines from error messagesMax Kellermann1-8/+10
2010-12-22input/cdda: remove debug codeMax Kellermann1-31/+1
2010-12-22input/cdda: some general build failure fixesMax Kellermann1-13/+5
2010-12-22input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA audi...Viliam Mateicka2-0/+406
2010-11-08input/rewind: fix assertion failureMax Kellermann1-1/+1
2010-11-05input/rewind: remove redundant NULL check before g_free() callMax Kellermann1-2/+1
2010-11-05input/rewind: add two assertionsMax Kellermann1-0/+3
2010-11-05input/rewind: fix double free bugMax Kellermann1-0/+1
2010-09-28input/rewind: enable for MMSThomas Jansen1-2/+10
2010-09-23rewind_input_plugin: Update MIME not only onceThomas Jansen1-3/+4
2010-09-07input/curl: fix version check for curl_multi_timeout()Max Kellermann1-1/+1
2010-07-20input/curl: remove assertion after curl_multi_fdset()Max Kellermann1-2/+0
2010-07-20input/curl: query timeout from CURLMax Kellermann1-1/+18