aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-05-20input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann1-2/+2
2010-05-18input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2-0/+196
2010-05-18input/mms: removed empty method buffer()Max Kellermann1-8/+0
2010-05-18input/mms: initialize the "eof" attributeMax Kellermann1-0/+2
2010-05-18input/mms: fix memory leak in error handlerMax Kellermann1-0/+1
2010-01-18input_stream: added attribute "uri"Max Kellermann4-4/+4
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann4-0/+4
2010-01-04input/rewind: enable the "rewind" wrapper for all non-seekable streamsMax Kellermann2-15/+2
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann6-134/+136
2009-12-31Update copyright notices.Avuton Olrich10-10/+10
2009-12-31archive: use reference counting for archive+inputMax Kellermann1-4/+1
2009-12-31input/archive: don't initialize input_stream.readyMax Kellermann1-2/+0
2009-12-30input/curl: removed the built-in rewinding codeMax Kellermann1-181/+10
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann4-0/+309
2009-12-16archive_plugin: use GError in the open() methodMax Kellermann1-1/+1
2009-12-16input/archive: check for archive_file_open() errorsMax Kellermann1-0/+2
2009-12-16archive_plugin: wrap method callsMax Kellermann1-3/+3
2009-12-15input_stream: return errors with GErrorMax Kellermann4-60/+108
2009-12-15input/archive: use g_path_is_absolute()Max Kellermann1-1/+1
2009-12-15input/archive: close the archive file on errorMax Kellermann1-0/+1
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-12-14input_plugin: method init() returns errors with GErrorMax Kellermann1-1/+2
2009-11-12include config.h in all sourcesMax Kellermann3-1/+3
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+1
2009-11-10input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann1-1/+1