Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-07 | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 13 | -72/+91 | |
2014-02-07 | DecoderThread: use only DetachedSong::GetRealURI() | Max Kellermann | 1 | -4/+2 | |
Don't use the mapper - all DetachedSong instances we get have already been mapped. | |||||
2014-02-07 | DecoderThread: pass Path object around for local song files | Max Kellermann | 1 | -21/+27 | |
2014-02-07 | fixed possible format_context not closed in ffmpeg_decode | geneticdrift | 1 | -1/+4 | |
2014-01-24 | ConfigGlobal: add config_find_block() | Max Kellermann | 1 | -26/+1 | |
Merge duplicate code. | |||||
2014-01-24 | Input*: move to input/ | Max Kellermann | 19 | -20/+20 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Config*: move to config/ | Max Kellermann | 3 | -4/+4 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 97 | -26/+3040 | |
2014-01-15 | decoder/ffmpeg: support libav v10_alpha1 | Max Kellermann | 1 | -1/+11 | |
2014-01-15 | decoder/ffmpeg: include cleanup | Max Kellermann | 2 | -4/+1 | |
2014-01-15 | decoder/ffmpeg: check for av_samples_get_buffer_size() errors | Max Kellermann | 1 | -0/+3 | |
Fixes potential nullptr dereference. | |||||
2014-01-14 | decoder/ffmpeg: check for av_samples_get_buffer_size() errors | Max Kellermann | 1 | -0/+3 | |
Fixes potential nullptr dereference. | |||||
2014-01-14 | decoder/sidplay: use free() instead of g_free() | Max Kellermann | 1 | -2/+2 | |
This pointer was allocated by libc, not by GLib. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 78 | -78/+78 | |
2014-01-08 | decoder/faad: fix memory leak | Max Kellermann | 1 | -0/+2 | |
2014-01-08 | tag/TagBuilder: overload Commit() returning a Tag object | Max Kellermann | 4 | -11/+9 | |
2014-01-08 | tag/TagBuilder: rename Commit() to CommitNew() | Max Kellermann | 1 | -1/+1 | |
2014-01-07 | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 2 | -5/+7 | |
2014-01-06 | DecoderBuffer: _read() returns ConstBuffer object | Max Kellermann | 1 | -46/+37 | |
2014-01-06 | DecoderBuffer: add method _clear() | Max Kellermann | 1 | -8/+3 | |
2014-01-06 | decoder/faad: make variables more local | Max Kellermann | 1 | -47/+31 | |
2014-01-06 | decoder/faad: eliminate local variable "ret" | Max Kellermann | 1 | -5/+2 | |
2013-12-20 | fix FfmpegDecoderPlugin to use relative timestamps | Steven O'Brien | 1 | -4/+6 | |
2013-12-14 | decoder/flac: simplify the comment parsers | Max Kellermann | 1 | -30/+26 | |
2013-12-14 | decoder/flac: VorbisComment_Entry is null-terminated | Max Kellermann | 1 | -19/+6 | |
Don't duplicate the buffer just to null-terminate the string. According to libFLAC API documentation, the string is already null-terminated. | |||||
2013-12-14 | util/SplitString: new utility class | Max Kellermann | 2 | -20/+11 | |
To replace g_strdup(). | |||||
2013-12-14 | decoder/vorbis: remove useless cast | Max Kellermann | 1 | -1/+1 | |
2013-12-14 | decoder/mad: use new[] instead of g_malloc() | Max Kellermann | 1 | -9/+9 | |
2013-12-14 | DecoderAPI: add function decoder_read_full() | Max Kellermann | 1 | -12/+2 | |
Move code from the "mad" plugin. | |||||
2013-12-14 | DecoderAPI: add function decoder_skip() | Max Kellermann | 1 | -14/+1 | |
Move code from the "mad" plugin. | |||||
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -1/+2 | |
Replaces GLib's g_str_has_prefix(). | |||||
2013-11-28 | include cleanup using iwyu | Max Kellermann | 24 | -46/+13 | |
2013-11-28 | decoder/ffmpeg: use IgnoreError instead of local Error instance | Max Kellermann | 1 | -5/+2 | |
2013-11-23 | decoder/{dsf,dsdiff}: eliminate useless assignments | Max Kellermann | 2 | -5/+4 | |
2013-11-18 | decoder/OggFind.cxx: include stdio.h for SEEK_END definition | Denis Krjuchkov | 1 | -0/+2 | |
2013-11-10 | decoder/dsdiff: fix byte order bug | Jurgen Kramer | 2 | -2/+13 | |
2013-11-05 | decoder/dsf: enable DSD128 | Jurgen Kramer | 1 | -2/+2 | |
2013-11-04 | Log: add level "DEFAULT" | Max Kellermann | 2 | -9/+9 | |
Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure". | |||||
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 26 | -26/+26 | |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 5 | -23/+23 | |
2013-10-28 | decoder/dsf: don't play junk at the end of the "data" chunk | Max Kellermann | 1 | -1/+9 | |
2013-10-28 | decoder/dsf: add range check | Max Kellermann | 1 | -0/+3 | |
2013-10-28 | decoder/dsdlib: add class DsdUint64 | Max Kellermann | 3 | -25/+26 | |
Merge lots of duplicate code. | |||||
2013-10-28 | decoder/dsdlib: include cleanup | Max Kellermann | 1 | -1/+1 | |
2013-10-28 | decoder/dsdlib: move API documentation to header | Max Kellermann | 2 | -5/+4 | |
2013-10-28 | decoder/dsdlib: convert struct dsdlib_id to a class | Max Kellermann | 4 | -34/+35 | |
2013-10-26 | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 4 | -43/+27 | |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 6 | -12/+10 | |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 12 | -65/+57 | |