aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-01client: moved code to client_defer_output()Max Kellermann1-20/+27
2008-09-01client: don't free client resources except in client_close()Max Kellermann1-15/+0
2008-09-01client: allocate clients dynamicallyMax Kellermann1-90/+76
2008-09-01client: added function client_by_fd()Max Kellermann1-13/+21
2008-09-01client: return early in client_new()Max Kellermann1-30/+31
2008-09-01client: renamed all public functionsMax Kellermann6-19/+19
2008-09-01client: renamed internal functions and variablesMax Kellermann1-297/+296
2008-09-01client: renamed Interface to struct clientMax Kellermann1-19/+19
2008-09-01renamed interface.c to client.cMax Kellermann7-7/+7
2008-09-01imported list.h from the Linux kernel sourcesMax Kellermann2-0/+485
2008-09-01storedPlaylist: correctly expand path when writingEric Wong1-6/+7
2008-09-01Fix shadow warningsEric Wong2-4/+4
2008-08-31pass constant pointersMax Kellermann10-16/+17
2008-08-31const pointersMax Kellermann6-16/+16
2008-08-31unsigned integers and size_tMax Kellermann3-11/+11
2008-08-31oggflac: fix GCC warningsMax Kellermann1-9/+9
2008-08-31include cleanupMax Kellermann4-2/+3
2008-08-31protect locate.h from double inclusionMax Kellermann1-0/+5
2008-08-31playlist: eliminate unused fd parametersMax Kellermann3-34/+34
2008-08-31jack: made "sample_size" static constMax Kellermann1-1/+1
2008-08-31moved jack configuration to the JackData structMax Kellermann1-49/+64
2008-08-31jack: removed unused macrosMax Kellermann1-10/+0
2008-08-31jack: don't set audioOutput->data=NULLMax Kellermann1-5/+5
2008-08-31jack: initialize JackData in jack_initDriver()Max Kellermann1-6/+2
2008-08-31jack: added freeJackClient()Max Kellermann1-13/+25
2008-08-31jack: initialize jd->client after !jd checkMax Kellermann1-5/+5
2008-08-31jack: eliminate superfluous freeJackData() callsMax Kellermann1-6/+0
2008-08-31mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann1-9/+12
2008-08-31mp3: converted the DECODE_ constants to an enumMax Kellermann1-8/+13
2008-08-31wavpack: don't use "isp" before initializationMax Kellermann1-4/+1
2008-08-31wavpack: moved code to wavpack_open_wvc()Max Kellermann1-70/+66
2008-08-30simplified code in the ogg decoder pluginMax Kellermann1-25/+25
2008-08-30oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2-0/+10
2008-08-30mp3: audio_linear_dither() returns mpd_sint16Max Kellermann1-11/+9
2008-08-30mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann1-4/+3
2008-08-30mp3: moved num_samples calculation out of the loopMax Kellermann1-6/+7
2008-08-30mp3: eliminated outputPtrMax Kellermann1-17/+9
2008-08-30mp3: don't do a second flush in mp3_decode()Max Kellermann1-12/+1
2008-08-30mp3: always flush directly after decoding/ditheringMax Kellermann1-17/+13
2008-08-30mp3: dither a whole block at a timeMax Kellermann1-3/+9
2008-08-30mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann1-21/+19
2008-08-30mp3: make samplesPerFrame more localMax Kellermann1-2/+1
2008-08-30mp3: unsigned integersMax Kellermann1-11/+11
2008-08-30mp3: moved code to dither_buffer()Max Kellermann1-14/+30
2008-08-30mp3: don't check dropSamplesAtStart in the loopMax Kellermann1-7/+14
2008-08-30assert song->url != NULLMax Kellermann1-0/+3
2008-08-30aac: support decoding AAC streamsMax Kellermann1-2/+128
2008-08-30aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann1-11/+16
2008-08-30aac: check buffer lengthsMax Kellermann1-2/+3
2008-08-30aac: use fillAacBuffer() instead of manual readingMax Kellermann1-16/+4