aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-031-3/+4
* ffmpeg: check if the time stamp is validMax Kellermann2009-02-031-4/+5
* ffmpeg: don't warn of empty packet outputMax Kellermann2009-02-031-3/+2
* ffmpeg: print codec nameMax Kellermann2009-02-031-0/+3
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-021-2/+6
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-021-0/+2
* player_thread: set player error when output device failsMax Kellermann2009-02-021-1/+4
* mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner2009-01-301-6/+0
* wavpack: pass NULL if the .wvc file fails to openMax Kellermann2009-01-301-1/+3
* mapper: ignore duplicate slashes in playlistsMax Kellermann2009-01-301-0/+3
* mapper: remove trailing slashes from music_directoryMax Kellermann2009-01-301-1/+15
* ffmeg: added support for the tags comment, genre, yearDavid Horn2009-01-301-0/+10
* jack: reduced sleep time to 1msMax Kellermann2009-01-291-1/+1
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-291-0/+2
* jack: allocate ring buffers before connectingMax Kellermann2009-01-291-5/+3
* jack: register ports before activating clientsMax Kellermann2009-01-291-5/+5
* oggvorbis: disable seeking on remote songsMax Kellermann2009-01-171-6/+24
* decoder_api: added assertion on partial framesMax Kellermann2009-01-161-0/+1
* pcm_resample_fallback: corrected the sample calculationMax Kellermann2009-01-161-2/+4
* input_curl: don't call input_curl_select() when already at EOFMax Kellermann2009-01-151-1/+3
* input_curl: set "ready" flag on EOFMax Kellermann2009-01-151-0/+5
* input_curl: call curl_multi_info_read() in constructorMax Kellermann2009-01-151-0/+6
* playlist: safely search the playlist for deleted songMax Kellermann2009-01-141-1/+1
* song_save: check for colon and space when loading a tagMax Kellermann2009-01-141-2/+4
* input_curl: honour http_proxy_* config directivesJoe Milbourn2009-01-131-0/+30
* playlist: implement Fisher-Yates shuffle properlyMax Kellermann2009-01-131-2/+2
* playlist: use GLib's random number generatorMax Kellermann2009-01-131-6/+10
* input_curl: use select() to eliminate busy loop during connectMax Kellermann2009-01-131-0/+6
* decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann2009-01-131-2/+1
* update: save the database even if it is emptyMax Kellermann2009-01-132-1/+14
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-134-6/+40
* update: refresh stats when database update is finishedMax Kellermann2009-01-131-0/+5
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-133-5/+4
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-041-0/+8
* decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann2009-01-041-7/+17
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-021-3/+4
* bonjour: fixed "unused parameter" warningsMax Kellermann2009-01-021-7/+13
* main: use g_setenv() instead of setenv()Max Kellermann2009-01-021-42/+1
* log: automatically append newlineMax Kellermann2009-01-021-2/+17
* tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen2009-01-021-2/+6
* mp4: support the writer/composer tagFrank Mulder2009-01-021-0/+2
* 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