aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-11Construct a Null AllocatedPath if the filename conversion into UTF8 failedFlorent Le Coz1-1/+5
2014-11-10decoder/ffmpeg: support opusMax Kellermann1-1/+2
2014-11-02input/curl: fix curl_easy_setopt() parameter typesMax Kellermann1-4/+4
2014-11-02Decoder, Playlist: ignore URI query string for plugin detectionMax Kellermann2-6/+8
2014-11-02util/UriUtil: add uri_get_suffix() overload that ignores query stringMax Kellermann2-0/+28
2014-11-02PlaylistFile: don't allow empty playlist nameMax Kellermann1-0/+4
2014-11-02playlist/m3u: recognize the file suffix ".m3u8"Max Kellermann2-1/+3
2014-11-02decoder/faad: remove workaround for ancient libfaad2 ABI bugMax Kellermann1-10/+2
2014-11-02decoder/ffmpeg: recognize MIME type audio/aacpSteven OBrien1-0/+1
2014-11-02output/roar: remove unnecessary "volatile" keywordMax Kellermann1-1/+1
2014-11-02TagString: use g_strndup() for unterminated stringMax Kellermann1-1/+1
2014-09-26CommandLine: update copyright yearMax Kellermann1-2/+2
2014-09-26configure.ac: add option to disable the DSD decodersMax Kellermann1-0/+2
2014-09-26playlist/embcue: change name string to "embcue"Max Kellermann1-1/+1
2014-09-18OutputThread: retain negative mix ratioMax Kellermann1-1/+10
2014-09-18command/list: reset used size after the list has been processedAndrzej Rybczak1-0/+1
2014-09-13thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSDMax Kellermann3-1/+29
2014-09-09decoder/ffmpeg: use memset() to initialize AVProbeDataMax Kellermann1-0/+6
2014-09-07decoder/ffmpeg: pass MIME type to ffmpeg/libav version 11Max Kellermann1-0/+7
2014-09-07Decoder*: add more assertionsMax Kellermann2-0/+7
2014-09-07DecoderThread: clear the pipe when handling late SEEKMax Kellermann1-1/+11
2014-09-06decoder/audiofile: fix crash after seekingMax Kellermann1-1/+1
2014-09-04protocol/ArgParser: fix integer overflow in parse_range()Max Kellermann1-2/+2
2014-08-31PlaylistControl: use SeekSongOrder(current) to keep current songMax Kellermann1-1/+1
2014-08-31PlaylistControl: move code to new method SeekSongOrder()Max Kellermann2-7/+19
2014-08-31output/alsa: fix endless loop at end of file in dsd_usb modeMax Kellermann1-0/+9
2014-08-31output/{alsa,oss}: add assertionsMax Kellermann2-0/+6
2014-08-29decoder/gme: fix song durationMax Kellermann1-1/+1
2014-08-24event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()Max Kellermann1-1/+1
2014-08-24event/TimeoutMonitor: reset "active" flag before invoking OnTimeout()Max Kellermann1-1/+3
2014-08-23system/ByteOrder: <endian.h> is a non-standard header that only Linux provides.Thomas Klausner1-0/+10
2014-08-21decoer/dsdiff: fix endless loop on malformed fileMax Kellermann1-1/+1
2014-08-21decoer/dsf: fix endless loop on malformed fileMax Kellermann1-1/+1
2014-08-16util: Fix header for strcasecmpFrançois Revol1-1/+1
2014-08-13decoder/ffmpeg: use avcodec_descriptor_get() to determine codec nameMax Kellermann1-0/+9
2014-08-07event/BufferedSocket: fix inversed buffer checkMax Kellermann1-1/+1
2014-08-02Win32Main: move to win32/Max Kellermann3-1/+1
2014-07-12decoder/dsdiff: simplify dsdlib_skip() callMax Kellermann1-4/+3
2014-07-12decoder/dsdiff: simplify loop condition, merge branchesMax Kellermann1-7/+2
2014-07-12decoder/dsdiff: ignore garbage null byte at end of fileMax Kellermann1-1/+1
2014-07-12decoder/dsdiff: fix metadata parser bug (uninitialized variables)Max Kellermann1-1/+4
2014-07-12decoder/faad: estimate song duration for remote filesMax Kellermann1-0/+22
2014-07-12DecoderBuffer: add method _available()Max Kellermann2-0/+13
2014-07-12DecoderBuffer: add method _get_stream()Max Kellermann2-0/+10
2014-07-12decoder/faad: bail out early if sample rate is invalidMax Kellermann1-0/+2
2014-07-12decoder/faad: use adts_check_frame() in faad_song_duration()Max Kellermann1-2/+1
2014-07-12decoder/faad: test "seekable" after ADTS frame checkMax Kellermann1-1/+5
2014-07-12decoder/faad: move code to faad_decoder_new()Max Kellermann1-14/+17
2014-07-12decoder/faad: remove unnecessary readMax Kellermann1-2/+0
2014-07-12DecoderBuffer: add "pure" attributesMax Kellermann1-0/+4