summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-29faad.m4: remove faad --with-* optionsMax Kellermann
2013-01-29output/{alsa,oss}: convert to C++Max Kellermann
2013-01-28InputStream: use std::stringMax Kellermann
2013-01-28InputStream: store references instead of pointersMax Kellermann
2013-01-28InputStream: add constructor/destructorMax Kellermann
2013-01-28input/despotify: add constructor/destructorMax Kellermann
2013-01-28input/despotify: rename classMax Kellermann
2013-01-28input/iso9660: add constructor/destructorMax Kellermann
2013-01-28input/iso9660: rename the classesMax Kellermann
2013-01-28input/zzip: add constructor/destructorMax Kellermann
2013-01-28input/zzip: rename the classesMax Kellermann
2013-01-28input/bzip2: add constructor/destructorMax Kellermann
2013-01-28archive/bzip2: rename the classesMax Kellermann
2013-01-28DatabaseLock, input/bzip2: remove obsolete Glib/gcc workaroundMax Kellermann
2013-01-28input/Soup: move code into the classMax Kellermann
2013-01-28input/soup: rename the classMax Kellermann
2013-01-28input/ffmpeg: add constructor/destructorMax Kellermann
2013-01-28input/ffmpeg: rename the classMax Kellermann
2013-01-28decoder/ffmpeg: require ffmpeg/libav 0.7.6Max Kellermann
2013-01-28decoder/mp4ff: delete obsolete pluginMax Kellermann
2013-01-28db/Proxy: explicitly request first element of arrayMax Kellermann
2013-01-28audio_config: include cleanupMax Kellermann
2013-01-27output/httpd: move functions into the HttpdOutput classMax Kellermann
2013-01-27output/httpd: rename struct httpd_outputMax Kellermann
2013-01-27ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new()Max Kellermann
2013-01-27ZeroconfBonjour: use SocketMonitor instead of GIOChannelMax Kellermann
2013-01-27zeroconf: convert to C++Max Kellermann
2013-01-27event/SocketMonitor: add method Steal()Max Kellermann
2013-01-27Makefile.cxx: fix test/run_input.cxx pathMax Kellermann
2013-01-27PlayerControl: work around std::nanf() not being available on MacPortsMax Kellermann
2013-01-27string_util: add fallback for strnlen()Max Kellermann
2013-01-27configure.ac: disable libwrap if not compatible with C++Max Kellermann
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov
2013-01-28Path: convert remaining funcs to methods, keep fs_charset as std::stringDenis Krjuchkov
2013-01-28Path: merge utf8_to_fs_charset() into Path::FromUTF8()Denis Krjuchkov
2013-01-28Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov
2013-01-28Path: introduce MPD_PATH_MAX_UTF8Denis Krjuchkov
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-27playlist/*: convert to C++Max Kellermann
2013-01-26Path: define MPD_PATH_MAX to 260 on WindowsDenis Krjuchkov
2013-01-26Path: ToUTF() returns std::stringDenis Krjuchkov
2013-01-26input_stream: forward-declare the structMax Kellermann
2013-01-26tag_file: convert to C++Max Kellermann
2013-01-26playlist/*: convert to C++Max Kellermann
2013-01-26decoder/ffmpeg: convert to C++Max Kellermann
2013-01-26Mapper: improve usage of Path classDenis Krjuchkov
2013-01-25PlayerControl: add second Cond objectMax Kellermann
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann
2013-01-24archive/*: convert to C++Max Kellermann
2013-01-23DecoderControl: fix typo in assertion checkMax Kellermann