aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: no while loop in client_manager_io()Max Kellermann2008-09-011-30/+24
* client: select() errors are fatalMax Kellermann2008-09-011-30/+6
* client: use client_defer_output() in client_write()Max Kellermann2008-09-011-7/+3
* client: moved code to client_write()Max Kellermann2008-09-011-26/+28
* client: client_defer_output() can create the first defer bufferMax Kellermann2008-09-011-5/+5
* client: return early on error in client_defer_output()Max Kellermann2008-09-011-5/+7
* client: moved code to client_defer_output()Max Kellermann2008-09-011-20/+27
* client: don't free client resources except in client_close()Max Kellermann2008-09-011-15/+0
* client: allocate clients dynamicallyMax Kellermann2008-09-011-90/+76
* client: added function client_by_fd()Max Kellermann2008-09-011-13/+21
* client: return early in client_new()Max Kellermann2008-09-011-30/+31
* client: renamed all public functionsMax Kellermann2008-09-016-19/+19
* client: renamed internal functions and variablesMax Kellermann2008-09-011-297/+296
* client: renamed Interface to struct clientMax Kellermann2008-09-011-19/+19
* renamed interface.c to client.cMax Kellermann2008-09-017-7/+7
* imported list.h from the Linux kernel sourcesMax Kellermann2008-09-012-0/+485
* storedPlaylist: correctly expand path when writingEric Wong2008-09-011-6/+7
* Merge branch 'mk/cleanups'Eric Wong2008-09-0163-776/+993
|\
| * pass constant pointersMax Kellermann2008-08-3110-16/+17
| * const pointersMax Kellermann2008-08-316-16/+16
| * unsigned integers and size_tMax Kellermann2008-08-313-11/+11
| * oggflac: fix GCC warningsMax Kellermann2008-08-311-9/+9
| * include cleanupMax Kellermann2008-08-314-2/+3
| * protect locate.h from double inclusionMax Kellermann2008-08-311-0/+5
| * playlist: eliminate unused fd parametersMax Kellermann2008-08-313-34/+34
| * jack: made "sample_size" static constMax Kellermann2008-08-311-1/+1
| * moved jack configuration to the JackData structMax Kellermann2008-08-311-49/+64
| * jack: removed unused macrosMax Kellermann2008-08-311-10/+0
| * jack: don't set audioOutput->data=NULLMax Kellermann2008-08-311-5/+5
| * jack: initialize JackData in jack_initDriver()Max Kellermann2008-08-311-6/+2
| * jack: added freeJackClient()Max Kellermann2008-08-311-13/+25
| * jack: initialize jd->client after !jd checkMax Kellermann2008-08-311-5/+5
| * jack: eliminate superfluous freeJackData() callsMax Kellermann2008-08-311-6/+0
| * mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann2008-08-311-9/+12
| * mp3: converted the DECODE_ constants to an enumMax Kellermann2008-08-311-8/+13
| * wavpack: don't use "isp" before initializationMax Kellermann2008-08-311-4/+1
| * wavpack: moved code to wavpack_open_wvc()Max Kellermann2008-08-311-70/+66
| * simplified code in the ogg decoder pluginMax Kellermann2008-08-301-25/+25
| * oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2008-08-302-0/+10
| * mp3: audio_linear_dither() returns mpd_sint16Max Kellermann2008-08-301-11/+9
| * mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann2008-08-301-4/+3
| * mp3: moved num_samples calculation out of the loopMax Kellermann2008-08-301-6/+7
| * mp3: eliminated outputPtrMax Kellermann2008-08-301-17/+9
| * mp3: don't do a second flush in mp3_decode()Max Kellermann2008-08-301-12/+1
| * mp3: always flush directly after decoding/ditheringMax Kellermann2008-08-301-17/+13
| * mp3: dither a whole block at a timeMax Kellermann2008-08-301-3/+9
| * mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann2008-08-301-21/+19
| * mp3: make samplesPerFrame more localMax Kellermann2008-08-301-2/+1
| * mp3: unsigned integersMax Kellermann2008-08-301-11/+11
| * mp3: moved code to dither_buffer()Max Kellermann2008-08-301-14/+30