summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-12decoder/dsdiff: simplify dsdlib_skip() callMax Kellermann
2014-07-12decoder/dsdiff: simplify loop condition, merge branchesMax Kellermann
2014-07-12decoder/dsdiff: ignore garbage null byte at end of fileMax Kellermann
2014-07-12decoder/dsdiff: fix metadata parser bug (uninitialized variables)Max Kellermann
2014-07-12decoder/faad: estimate song duration for remote filesMax Kellermann
2014-07-12DecoderBuffer: add method _available()Max Kellermann
2014-07-12DecoderBuffer: add method _get_stream()Max Kellermann
2014-07-12decoder/faad: bail out early if sample rate is invalidMax Kellermann
2014-07-12decoder/faad: use adts_check_frame() in faad_song_duration()Max Kellermann
2014-07-12decoder/faad: test "seekable" after ADTS frame checkMax Kellermann
2014-07-12decoder/faad: move code to faad_decoder_new()Max Kellermann
2014-07-12decoder/faad: remove unnecessary readMax Kellermann
2014-07-12DecoderBuffer: add "pure" attributesMax Kellermann
2014-07-12DecoderBuffer: add method _clear()Max Kellermann
2014-07-11decoder/faad: check sample_rate, not frames_per_secondMax Kellermann
2014-07-11decoder/faad: make variables more localMax Kellermann
2014-07-11decoder/faad: use MAX_CHANNELSMax Kellermann
2014-07-11decoder/sndfile: use decoder_read_full()Max Kellermann
2014-07-11decoder/sndfile: use decoder_read()Max Kellermann
2014-07-11decoder/sndfile: log seek errorsMax Kellermann
2014-07-11decoder/audiofile: log seek errorsMax Kellermann
2014-07-11decoder/audiofile: fix typo in commentMax Kellermann
2014-07-11PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann
2014-07-11QueueCommands: make "result" more localMax Kellermann
2014-07-11Playlist: randomize next song when enabling "random" mode while not playingMax Kellermann
2014-07-11PlaylistControl: update code commentMax Kellermann
2014-07-09decoder/dsd: use decoder_read_full() where appropriateJoff
2014-07-09decoder/audiofile: use decoder_read_full()Max Kellermann
2014-07-09DecoderAPI: add function decoder_read_full()Max Kellermann
2014-07-09DecoderAPI: add function decoder_skip()Max Kellermann
2014-07-09decoder/audiofile: use decoder_read()Max Kellermann
2014-07-09playlist/PlsPlaylistPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias
2014-07-09output/HttpdClient: fix build failure due to missing stdio.h includeGustavo Zacarias
2014-07-09decoder/OpusDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias
2014-07-09decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h includeGustavo Zacarias
2014-06-23db/proxy: fall back to recursive walk on old libmpdclient/MPDMax Kellermann
2014-06-23db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3Max Kellermann
2014-04-29decoder/OggUtil: allow skipping up to 32 kB after seekMax Kellermann
2014-04-26DeferredMonitor: fix race condition when using GLib event loopMax Kellermann
2014-04-09decoder/sndfile: work around libsndfile bug on partial readMarcello Desantis
2014-04-09PlaylistEdit: don't interrupt playback when current song gets deletedWeng Xuetian
2014-03-18decoder/ffmpeg: handle unknown stream start timeMax Kellermann
2014-03-18decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()Max Kellermann
2014-03-06decoder/gme: fix memory leak in container_scan()Max Kellermann
2014-03-02output/alsa: remove the obsolete Raspberry Pi workaroundMax Kellermann
2014-03-02output/alsa: call snd_pcm_prepare() after snd_pcm_drop()Max Kellermann
2014-03-02event/SignalMonitor: fix build failure due to missing signal.h includeMax Kellermann
2014-02-27AllCommands: "findadd" requires the "add" permissionMax Kellermann
2014-02-24output/pulse: remove bogus g_free() callMax Kellermann
2014-02-18event/SignalMonitor: unblock signals after forkMax Kellermann