aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/Interleave.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-22pcm/Interleave: add stereo optimizationMax Kellermann1-0/+19
2015-06-22pcm/Interleave: instantiate a 16 bit optimizationMax Kellermann1-0/+15
2015-06-22pcm/Interleave: convert PcmInterleave32() to templateMax Kellermann1-4/+13
2015-06-22pcm/Interleave: add optimization for 32 bit samplesMax Kellermann1-5/+28
2015-06-22pcm/Interleave: add "restrict" keywordsMax Kellermann1-2/+4
2015-06-22decoder/ffmpeg: move code to pcm/Interleave.cxxMax Kellermann1-26/+18
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann1-0/+4
2014-01-26lib/smbclient/Init: return empty username/passwordMax Kellermann1-2/+2
2014-01-25input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann1-11/+19
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-20*Commands: move to src/command/Max Kellermann1-0/+0
2013-01-14Client*: include check.h / config.hMax Kellermann1-0/+1
2013-01-04CommandListBuilder: use std::list instead of GSListMax Kellermann1-7/+2
2013-01-04CommandListBuilder: rename attributesMax Kellermann1-7/+7
2013-01-04Client: move code to class CommandListBuilderMax Kellermann1-13/+19
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-4/+4
2013-01-03client: convert to C++Max Kellermann1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-07-28client: splitted client.c into several piecesMax Kellermann1-875/+0
2009-07-28client: moved struct client to client_internal.hMax Kellermann1-44/+1
2009-07-23client: moved some code to client_list_X()Max Kellermann1-13/+51
2009-07-23client: don't include socket headersMax Kellermann1-10/+0
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann1-16/+24
2009-06-04client: check "expired" flag again in client_write_output()Max Kellermann1-0/+3
2009-06-04client: added assertions on channel!=NULLMax Kellermann1-0/+10
2009-04-25client: use GTimer to track timeoutsMax Kellermann1-7/+14
2009-04-17client: free the fifo bufferMax Kellermann1-0/+2
2009-04-01client, event_pipe: explicitly ignore the write() resultMax Kellermann1-1/+1
2009-03-30client: group static function declarations together.Avuton Olrich1-6/+5
2009-03-30client: client_write() does not necessary for export.Avuton Olrich1-1/+4
2009-03-14client: use the new fifo_buffer libraryMax Kellermann1-48/+41
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28client: use sockaddr_to_string()Max Kellermann1-45/+7
2009-02-27client: removed duplicate "client" string from logMax Kellermann1-14/+14
2009-01-30client: check for G_IO_ERR and G_IO_HUPMax Kellermann1-8/+19
2009-01-25client: use the GIOChannel for I/OMax Kellermann1-40/+110
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann1-0/+5
2009-01-25use g_free() instead of free()Max Kellermann1-3/+3
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann1-54/+17
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+5
2009-01-10client: remove "expire" event on exitMax Kellermann1-0/+3
2009-01-08added missing explicit config.h includesMax Kellermann1-2/+1
2009-01-07client: use GList instead of dlist.hMax Kellermann1-37/+47
2009-01-03client: use GLib instead of utils.hMax Kellermann1-7/+8
2009-01-03client: convert GREETING to a static stringMax Kellermann1-2/+2
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann1-1/+1