aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/MmsInputPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-28InputStream: add constructor/destructorMax Kellermann1-4/+2
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-2/+2
2013-01-26input_stream: forward-declare the structMax Kellermann1-0/+1
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann1-2/+2
2013-01-21input/file,mms: convert to C++Max Kellermann1-34/+42
2011-09-16input_stream: non-blocking I/OMax Kellermann1-2/+5
2011-09-14input_stream: move input_stream_init(), _deinit() to _internal.cMax Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
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 Kellermann1-1/+1
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann1-0/+1
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-12/+15
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-7/+17
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann1-1/+1
2009-09-20input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann1-0/+1
2009-03-02input: moved plugins to ./src/input/Max Kellermann1-1/+1
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann1-1/+1
2009-02-19mms: fix assertion in input_stream_openPeter Colberg1-0/+1
2009-01-29mms: declare GLib log domainMax Kellermann1-0/+3
2009-01-29added support for the MMS protocolMax Kellermann1-0/+120