| Commit message (Expand) | Author | Files | Lines |
2011-01-29 | copyright year 2011 | Max Kellermann | 14 | -14/+14 |
2011-01-29 | input/curl: enable CURLOPT_NETRC | Ian Zimmerman | 1 | -0/+1 |
2011-01-08 | input/cdio_paranoia: add module name | Max Kellermann | 1 | -0/+1 |
2010-12-22 | input/cdda: rename plugin to "cdio_paranoia" | Max Kellermann | 2 | -42/+42 |
2010-12-22 | input/cdda: support reading the whole disc | Max Kellermann | 1 | -10/+8 |
2010-12-22 | input/cdda: remove unused function input_cdda_archive_extract_trackno() | Max Kellermann | 1 | -24/+0 |
2010-12-22 | input/cdda: import missing pcm16_to_wave() from the wave encoder | Max Kellermann | 1 | -0/+11 |
2010-12-22 | input/cdda: implement parse_cdda_uri() | Max Kellermann | 1 | -10/+59 |
2010-12-22 | input/cdda: call input_cdda_close() with an input_stream pointer | Max Kellermann | 1 | -5/+5 |
2010-12-22 | input/cdda: move code to cdda_detect_drive() | Max Kellermann | 1 | -7/+18 |
2010-12-22 | input/cdda: remove newlines from error messages | Max Kellermann | 1 | -8/+10 |
2010-12-22 | input/cdda: remove debug code | Max Kellermann | 1 | -31/+1 |
2010-12-22 | input/cdda: some general build failure fixes | Max Kellermann | 1 | -13/+5 |
2010-12-22 | input_cdda_plugin: new plugin to handle cdda:// protocol to access CD-DA audi... | Viliam Mateicka | 2 | -0/+406 |
2010-11-08 | input/rewind: fix assertion failure | Max Kellermann | 1 | -1/+1 |
2010-11-05 | input/rewind: remove redundant NULL check before g_free() call | Max Kellermann | 1 | -2/+1 |
2010-11-05 | input/rewind: add two assertions | Max Kellermann | 1 | -0/+3 |
2010-11-05 | input/rewind: fix double free bug | Max Kellermann | 1 | -0/+1 |
2010-09-28 | input/rewind: enable for MMS | Thomas Jansen | 1 | -2/+10 |
2010-09-23 | rewind_input_plugin: Update MIME not only once | Thomas Jansen | 1 | -3/+4 |
2010-09-07 | input/curl: fix version check for curl_multi_timeout() | Max Kellermann | 1 | -1/+1 |
2010-07-20 | input/curl: remove assertion after curl_multi_fdset() | Max Kellermann | 1 | -2/+0 |
2010-07-20 | input/curl: query timeout from CURL | Max Kellermann | 1 | -1/+18 |
2010-05-20 | input/file, output/{fifo,recorder}: add O_BINARY to open() flags | Max Kellermann | 1 | -2/+2 |
2010-05-18 | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 2 | -0/+196 |
2010-05-18 | input/mms: removed empty method buffer() | Max Kellermann | 1 | -8/+0 |
2010-05-18 | input/mms: initialize the "eof" attribute | Max Kellermann | 1 | -0/+2 |
2010-05-18 | input/mms: fix memory leak in error handler | Max Kellermann | 1 | -0/+1 |
2010-01-18 | input_stream: added attribute "uri" | Max Kellermann | 4 | -4/+4 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 4 | -0/+4 |
2010-01-04 | input/rewind: enable the "rewind" wrapper for all non-seekable streams | Max Kellermann | 2 | -15/+2 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 6 | -134/+136 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 10 | -10/+10 |
2009-12-31 | archive: use reference counting for archive+input | Max Kellermann | 1 | -4/+1 |
2009-12-31 | input/archive: don't initialize input_stream.ready | Max Kellermann | 1 | -2/+0 |
2009-12-30 | input/curl: removed the built-in rewinding code | Max Kellermann | 1 | -181/+10 |
2009-12-29 | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 4 | -0/+309 |
2009-12-16 | archive_plugin: use GError in the open() method | Max Kellermann | 1 | -1/+1 |
2009-12-16 | input/archive: check for archive_file_open() errors | Max Kellermann | 1 | -0/+2 |
2009-12-16 | archive_plugin: wrap method calls | Max Kellermann | 1 | -3/+3 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 4 | -60/+108 |
2009-12-15 | input/archive: use g_path_is_absolute() | Max Kellermann | 1 | -1/+1 |
2009-12-15 | input/archive: close the archive file on error | Max Kellermann | 1 | -0/+1 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-12-14 | input_plugin: method init() returns errors with GError | Max Kellermann | 1 | -1/+2 |
2009-11-12 | include config.h in all sources | Max Kellermann | 3 | -1/+3 |
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -0/+1 |
2009-11-10 | input/lastfm: fixed variable name in GLib<2.16 code path | Max Kellermann | 1 | -1/+1 |
2009-11-10 | fd_util: removed creat_cloexec() | Max Kellermann | 1 | -1/+1 |