aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23Encoder*: move to src/encoderMax Kellermann1-18/+21
2014-01-23UPGRADING: remove obsolete fileMax Kellermann1-1/+1
2014-01-23Makefile.am: always link test/dump_playlist with DetachedSong.cxxMax Kellermann1-1/+1
2014-01-23DetachedSong: un-inline the destructorMax Kellermann1-0/+3
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann1-1/+1
2014-01-23thread/Name: set thread namesMax Kellermann1-0/+1
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann1-0/+1
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann1-0/+16
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-0/+1
2014-01-18db/upnp: add UpnpMakeAction() helper functionMax Kellermann1-0/+1
2014-01-18Daemon: move code to class PidFileMax Kellermann1-0/+1
2014-01-17DatabaseSong: new library merging duplicate codeMax Kellermann1-0/+1
2014-01-14db/upnp: move upnp_tags to Tags.cxxMax Kellermann1-0/+1
2014-01-14UpdateGlue: let the update thread run at "idle" priorityMax Kellermann1-0/+1
2014-01-13Shine encoding pluginAndrée Ekroth1-0/+8
2014-01-11db/upnp: move lazy Open() call to new class LazyDatabaseMax Kellermann1-0/+1
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann1-0/+2
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+22
2014-01-09playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XMLMax Kellermann1-3/+10
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-2/+2
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann1-0/+1
2014-01-07Directory: make some code generic, move to VarSize.hxxMax Kellermann1-0/+1
2014-01-06util/Cast: new utility libraryMax Kellermann1-0/+1
2013-12-29SongUpdate: read tags from songs in an archiveMax Kellermann1-0/+1
2013-12-29input/smbclient: new input pluginMax Kellermann1-0/+7
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann1-0/+1
2013-12-23pcm/Volume: convert to classMax Kellermann1-1/+3
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann1-1/+1
2013-12-23pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann1-0/+1
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann1-0/+1
2013-12-19add draft ALSA input pluginSteven O'Brien1-0/+8
2013-12-19util/fifo_buffer: remove obsolete libraryMax Kellermann1-1/+0
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann1-8/+12
2013-12-15LogInit: move backend code to LogBackend.cxxMax Kellermann1-1/+1
2013-12-15Log: move Log() to LogBackend.cxxMax Kellermann1-20/+21
2013-12-15Log: move enum LogLevel to LogLevel.hxxMax Kellermann1-0/+1
2013-12-14util/SplitString: new utility classMax Kellermann1-0/+1
2013-12-14test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann1-0/+2
2013-12-08fs: implemented standard directories APIDenis Krjuchkov1-0/+1
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-3/+2
2013-12-05util/DynamicFifoBuffer: new class replacing growing_fifoMax Kellermann1-1/+1
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+2
2013-12-02event: add poll() based PollGroup implementationDenis Krjuchkov1-0/+1
2013-12-01pcm/PcmFormat: move generic definitions to Traits.hxxMax Kellermann1-0/+1
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann1-0/+7
2013-11-30pcm/PcmResampler: convert to abstract interfaceMax Kellermann1-4/+5
2013-11-30pcm/PcmConvert: move code to new class GluePcmResamplerMax Kellermann1-0/+1
2013-11-30pcm/PcmConvert: move code to new class PcmChannelsConverterMax Kellermann1-0/+1
2013-11-30pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann1-0/+1
2013-11-29util/ConstBuffer: new utility classMax Kellermann1-0/+1