aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann13-72/+91
2014-02-07DecoderThread: use only DetachedSong::GetRealURI()Max Kellermann1-4/+2
2014-02-07DecoderThread: pass Path object around for local song filesMax Kellermann1-21/+27
2014-02-07fixed possible format_context not closed in ffmpeg_decodegeneticdrift1-1/+4
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann1-26/+1
2014-01-24Input*: move to input/Max Kellermann19-20/+20
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-24Config*: move to config/Max Kellermann3-4/+4
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann97-26/+3040
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann1-1/+11
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann2-4/+1
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann78-78/+78
2014-01-08decoder/faad: fix memory leakMax Kellermann1-0/+2
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann4-11/+9
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann1-1/+1
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2-5/+7
2014-01-06DecoderBuffer: _read() returns ConstBuffer objectMax Kellermann1-46/+37
2014-01-06DecoderBuffer: add method _clear()Max Kellermann1-8/+3
2014-01-06decoder/faad: make variables more localMax Kellermann1-47/+31
2014-01-06decoder/faad: eliminate local variable "ret"Max Kellermann1-5/+2
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien1-4/+6
2013-12-14decoder/flac: simplify the comment parsersMax Kellermann1-30/+26
2013-12-14decoder/flac: VorbisComment_Entry is null-terminatedMax Kellermann1-19/+6
2013-12-14util/SplitString: new utility classMax Kellermann2-20/+11
2013-12-14decoder/vorbis: remove useless castMax Kellermann1-1/+1
2013-12-14decoder/mad: use new[] instead of g_malloc()Max Kellermann1-9/+9
2013-12-14DecoderAPI: add function decoder_read_full()Max Kellermann1-12/+2
2013-12-14DecoderAPI: add function decoder_skip()Max Kellermann1-14/+1
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-1/+2
2013-11-28include cleanup using iwyuMax Kellermann24-46/+13
2013-11-28decoder/ffmpeg: use IgnoreError instead of local Error instanceMax Kellermann1-5/+2
2013-11-23decoder/{dsf,dsdiff}: eliminate useless assignmentsMax Kellermann2-5/+4
2013-11-18decoder/OggFind.cxx: include stdio.h for SEEK_END definitionDenis Krjuchkov1-0/+2
2013-11-10decoder/dsdiff: fix byte order bugJurgen Kramer2-2/+13
2013-11-05decoder/dsf: enable DSD128Jurgen Kramer1-2/+2
2013-11-04Log: add level "DEFAULT"Max Kellermann2-9/+9
2013-10-30*: update copyright year to 2013Max Kellermann26-26/+26
2013-10-28*: use nullptr instead of NULLMax Kellermann5-23/+23
2013-10-28decoder/dsf: don't play junk at the end of the "data" chunkMax Kellermann1-1/+9
2013-10-28decoder/dsf: add range checkMax Kellermann1-0/+3
2013-10-28decoder/dsdlib: add class DsdUint64Max Kellermann3-25/+26
2013-10-28decoder/dsdlib: include cleanupMax Kellermann1-1/+1
2013-10-28decoder/dsdlib: move API documentation to headerMax Kellermann2-5/+4
2013-10-28decoder/dsdlib: convert struct dsdlib_id to a classMax Kellermann4-34/+35
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann4-43/+27
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann6-12/+10
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann12-65/+57