| Commit message (Expand) | Author | Files | Lines |
2014-08-23 | system/ByteOrder: <endian.h> is a non-standard header that only Linux provides. | Thomas Klausner | 1 | -0/+10 |
2014-08-21 | decoer/dsdiff: fix endless loop on malformed file | Max Kellermann | 1 | -1/+1 |
2014-08-21 | decoer/dsf: fix endless loop on malformed file | Max Kellermann | 1 | -1/+1 |
2014-08-16 | util: Fix header for strcasecmp | François Revol | 1 | -1/+1 |
2014-08-13 | decoder/ffmpeg: use avcodec_descriptor_get() to determine codec name | Max Kellermann | 1 | -0/+9 |
2014-08-07 | event/BufferedSocket: fix inversed buffer check | Max Kellermann | 1 | -1/+1 |
2014-08-02 | Win32Main: move to win32/ | Max Kellermann | 3 | -1/+1 |
2014-07-12 | decoder/dsdiff: simplify dsdlib_skip() call | Max Kellermann | 1 | -4/+3 |
2014-07-12 | decoder/dsdiff: simplify loop condition, merge branches | Max Kellermann | 1 | -7/+2 |
2014-07-12 | decoder/dsdiff: ignore garbage null byte at end of file | Max Kellermann | 1 | -1/+1 |
2014-07-12 | decoder/dsdiff: fix metadata parser bug (uninitialized variables) | Max Kellermann | 1 | -1/+4 |
2014-07-12 | decoder/faad: estimate song duration for remote files | Max Kellermann | 1 | -0/+22 |
2014-07-12 | DecoderBuffer: add method _available() | Max Kellermann | 2 | -0/+13 |
2014-07-12 | DecoderBuffer: add method _get_stream() | Max Kellermann | 2 | -0/+10 |
2014-07-12 | decoder/faad: bail out early if sample rate is invalid | Max Kellermann | 1 | -0/+2 |
2014-07-12 | decoder/faad: use adts_check_frame() in faad_song_duration() | Max Kellermann | 1 | -2/+1 |
2014-07-12 | decoder/faad: test "seekable" after ADTS frame check | Max Kellermann | 1 | -1/+5 |
2014-07-12 | decoder/faad: move code to faad_decoder_new() | Max Kellermann | 1 | -14/+17 |
2014-07-12 | decoder/faad: remove unnecessary read | Max Kellermann | 1 | -2/+0 |
2014-07-12 | DecoderBuffer: add "pure" attributes | Max Kellermann | 1 | -0/+4 |
2014-07-12 | DecoderBuffer: add method _clear() | Max Kellermann | 3 | -8/+12 |
2014-07-11 | decoder/faad: check sample_rate, not frames_per_second | Max Kellermann | 1 | -2/+4 |
2014-07-11 | decoder/faad: make variables more local | Max Kellermann | 1 | -71/+49 |
2014-07-11 | decoder/faad: use MAX_CHANNELS | Max Kellermann | 1 | -4/+2 |
2014-07-11 | decoder/sndfile: use decoder_read_full() | Max Kellermann | 1 | -16/+6 |
2014-07-11 | decoder/sndfile: use decoder_read() | Max Kellermann | 1 | -16/+22 |
2014-07-11 | decoder/sndfile: log seek errors | Max Kellermann | 1 | -1/+4 |
2014-07-11 | decoder/audiofile: log seek errors | Max Kellermann | 1 | -0/+1 |
2014-07-11 | decoder/audiofile: fix typo in comment | Max Kellermann | 1 | -1/+1 |
2014-07-11 | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 7 | -1/+109 |
2014-07-11 | QueueCommands: make "result" more local | Max Kellermann | 1 | -3/+2 |
2014-07-11 | Playlist: randomize next song when enabling "random" mode while not playing | Max Kellermann | 1 | -1/+3 |
2014-07-11 | PlaylistControl: update code comment | Max Kellermann | 1 | -1/+1 |
2014-07-09 | decoder/dsd: use decoder_read_full() where appropriate | Joff | 4 | -31/+19 |
2014-07-09 | decoder/audiofile: use decoder_read_full() | Max Kellermann | 1 | -1/+6 |
2014-07-09 | DecoderAPI: add function decoder_read_full() | Max Kellermann | 3 | -12/+31 |
2014-07-09 | DecoderAPI: add function decoder_skip() | Max Kellermann | 3 | -14/+25 |
2014-07-09 | decoder/audiofile: use decoder_read() | Max Kellermann | 1 | -15/+24 |
2014-07-09 | playlist/PlsPlaylistPlugin: fix build failure due to missing stdio.h include | Gustavo Zacarias | 1 | -0/+1 |
2014-07-09 | output/HttpdClient: fix build failure due to missing stdio.h include | Gustavo Zacarias | 1 | -0/+1 |
2014-07-09 | decoder/OpusDecoderPlugin: fix build failure due to missing stdio.h include | Gustavo Zacarias | 1 | -0/+1 |
2014-07-09 | decoder/AudiofileDecoderPlugin: fix build failure due to missing stdio.h include | Gustavo Zacarias | 1 | -0/+1 |
2014-06-23 | db/proxy: fall back to recursive walk on old libmpdclient/MPD | Max Kellermann | 5 | -1/+63 |
2014-06-23 | db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3 | Max Kellermann | 1 | -0/+5 |
2014-04-29 | decoder/OggUtil: allow skipping up to 32 kB after seek | Max Kellermann | 1 | -1/+1 |
2014-04-26 | DeferredMonitor: fix race condition when using GLib event loop | Max Kellermann | 2 | -11/+22 |
2014-04-09 | decoder/sndfile: work around libsndfile bug on partial read | Marcello Desantis | 1 | -6/+20 |
2014-04-09 | PlaylistEdit: don't interrupt playback when current song gets deleted | Weng Xuetian | 1 | -10/+8 |
2014-03-18 | decoder/ffmpeg: handle unknown stream start time | Max Kellermann | 1 | -2/+25 |
2014-03-18 | decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame() | Max Kellermann | 1 | -1/+1 |