aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * input/rewind: add two assertionsMax Kellermann2010-11-051-0/+3
| * input/rewind: fix double free bugMax Kellermann2010-11-051-0/+1
* | Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann2010-10-112-4/+5
|\|
| * input/rewind: enable for MMSThomas Jansen2010-09-281-2/+10
| * rewind_input_plugin: Update MIME not only onceThomas Jansen2010-09-231-3/+4
| * input/curl: fix version check for curl_multi_timeout()Max Kellermann2010-09-071-1/+1
* | Merge release 0.15.12 from branch 'v0.15.x'Max Kellermann2010-07-201-2/+17
|\|
| * input/curl: remove assertion after curl_multi_fdset()Max Kellermann2010-07-201-2/+0
| * input/curl: query timeout from CURLMax Kellermann2010-07-201-1/+18
* | Merge release 0.15.10 from branch 'v0.15.x'Max Kellermann2010-05-301-0/+3
|\|
| * input/mms: initialize the "eof" attributeMax Kellermann2010-05-181-0/+2
| * input/mms: fix memory leak in error handlerMax Kellermann2010-05-181-0/+1
* | input/file, output/{fifo,recorder}: add O_BINARY to open() flagsMax Kellermann2010-05-201-2/+2
* | input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann2010-05-182-0/+196
* | input/mms: removed empty method buffer()Max Kellermann2010-05-181-8/+0
* | input_stream: added attribute "uri"Max Kellermann2010-01-184-4/+4
* | input_stream: added function input_stream_deinit()Max Kellermann2010-01-184-0/+4
* | input/rewind: enable the "rewind" wrapper for all non-seekable streamsMax Kellermann2010-01-042-15/+2
* | input_stream: return allocated input_stream objectsMax Kellermann2010-01-016-134/+136
* | Update copyright notices.Avuton Olrich2009-12-3110-10/+10
* | archive: use reference counting for archive+inputMax Kellermann2009-12-311-4/+1
* | input/archive: don't initialize input_stream.readyMax Kellermann2009-12-311-2/+0
* | Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann2009-12-304-181/+321
|\|
| * input/curl: removed the built-in rewinding codeMax Kellermann2009-12-301-181/+10
| * input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann2009-12-294-0/+309
* | archive_plugin: use GError in the open() methodMax Kellermann2009-12-161-1/+1
* | input/archive: check for archive_file_open() errorsMax Kellermann2009-12-161-0/+2
* | archive_plugin: wrap method callsMax Kellermann2009-12-161-3/+3
* | input_stream: return errors with GErrorMax Kellermann2009-12-154-60/+108
* | input/archive: use g_path_is_absolute()Max Kellermann2009-12-151-1/+1
* | Merge branch 'v0.15.x'Max Kellermann2009-12-151-0/+1
|\|
| * input/archive: close the archive file on errorMax Kellermann2009-12-151-0/+1