aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-2724-30/+1574
|\
| * shout: fixed bad error message printoutViliam Mateicka2008-12-231-3/+3
| * archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-163-0/+266
| * archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-163-0/+203
| * archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-163-0/+317
| * update: adding archive updating related codeViliam Mateicka2008-12-161-1/+64
| * song: adding support for songs in archivesViliam Mateicka2008-12-163-1/+39
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-162-0/+19
| * new archive api, input_archive streamViliam Mateicka2008-12-1611-2/+578
| * utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-093-11/+14
| * decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-031-15/+74
* | playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-243-2/+20
* | stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-241-1/+1
* | ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-241-2/+2
* | ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-241-1/+1
* | Makefile.am: fix sparse invocationMax Kellermann2008-12-241-1/+4
* | mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-241-2/+2
* | listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-241-1/+2
* | pcm_utils: check pcm_convert()==0Max Kellermann2008-12-243-5/+16
* | client: always attempt to flush deferred buffersMax Kellermann2008-12-241-2/+11
* | shout: fixed bad error message printoutViliam Mateicka2008-12-231-2/+2
* | Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-212-4/+0
|\ \
| * | Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-202-4/+0
* | | log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-201-3/+3
|/ /
* | Remove useless statement.Emanuele Giaquinta2008-12-171-1/+0
* | player_control: check if errored_song is setMax Kellermann2008-12-171-4/+14
* | playlist: clear pc.errored_song on deleteMax Kellermann2008-12-173-2/+23
* | Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-171-2/+0
* | Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-171-1/+0
* | Factor computation.Emanuele Giaquinta2008-12-171-4/+6
* | Use MIN.Emanuele Giaquinta2008-12-171-2/+2
* | Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-171-1/+1
* | command: reject unsupported URI schemesMax Kellermann2008-12-161-1/+11
* | ls: added uri_has_scheme()Max Kellermann2008-12-162-0/+10
* | ls: don't return suffix from parent directory nameMax Kellermann2008-12-161-1/+1
* | ls: reimplement getSuffix() with strrchr()Max Kellermann2008-12-161-8/+2
* | ls: use boolMax Kellermann2008-12-162-6/+7
* | ls: make printRemoteUrlHandlers() return voidMax Kellermann2008-12-163-5/+4
* | ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-165-46/+4
* | ls: don't include time.hMax Kellermann2008-12-161-2/+0
* | ffmpeg: fixing ffmpeg_send_packet to allow multipacketsViliam Mateicka2008-12-151-16/+32
* | ffmpeg: adding APE supportViliam Mateicka2008-12-151-2/+3
* | locate: ignore case when searching in song pathsMax Kellermann2008-12-131-1/+1
* | ao: use 16 bit sample formatMax Kellermann2008-12-091-0/+6
* | osx: use 16 bit sample formatMax Kellermann2008-12-081-0/+3
* | osx: use GLib instead of utils.h/log.hMax Kellermann2008-12-081-9/+13
* | osx: don't use void pointer in arithmeticMax Kellermann2008-12-081-2/+2
* | mp3: declare variables as "enum mp3_action"Max Kellermann2008-12-081-2/+2
* | update: default to follow all symlinksAvuton Olrich2008-12-081-1/+1
* | pcm_utils: always round up resampling buffer sizeMax Kellermann2008-12-081-1/+1