aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/MmsInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-5/+5
| | | | Replaces GLib's g_str_has_prefix().
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-5/+5
|
* InputInternal: remove obsolete libraryMax Kellermann2013-10-231-1/+0
|
* input_plugin: rename struct to "InputPlugin"Max Kellermann2013-10-171-1/+1
|
* input/*: don't allocate attribute "mime"Max Kellermann2013-10-151-1/+1
| | | | | This was a memory leak, because "mime" was a std::string which created another copy and discarded the allocated buffer.
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-13/+8
| | | | Replaces GLib's GError.
* input/{mms,despotify}: remove "seek" implementationMax Kellermann2013-09-031-9/+1
| | | | Omitting it has the same effect as returning false unconditionally.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-3/+3
|
* InputStream: add constructor/destructorMax Kellermann2013-01-281-4/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-2/+2
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
|
* input/file,mms: convert to C++Max Kellermann2013-01-211-0/+148