summaryrefslogtreecommitdiff
path: root/src/decoder
AgeCommit message (Expand)Author
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Client*: move to client/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-15Merge branch 'v0.18.x'Max Kellermann
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-08Merge branch 'v0.18.x'Max Kellermann
2014-01-08decoder/faad: fix memory leakMax Kellermann
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann
2014-01-06DecoderBuffer: _read() returns ConstBuffer objectMax Kellermann
2014-01-06DecoderBuffer: add method _clear()Max Kellermann
2014-01-06decoder/faad: make variables more localMax Kellermann
2014-01-06decoder/faad: eliminate local variable "ret"Max Kellermann
2013-12-24Merge tag 'release-0.18.6'Max Kellermann
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien
2013-12-14decoder/flac: simplify the comment parsersMax Kellermann
2013-12-14decoder/flac: VorbisComment_Entry is null-terminatedMax Kellermann
2013-12-14util/SplitString: new utility classMax Kellermann
2013-12-14decoder/vorbis: remove useless castMax Kellermann
2013-12-14decoder/mad: use new[] instead of g_malloc()Max Kellermann
2013-12-14DecoderAPI: add function decoder_read_full()Max Kellermann
2013-12-14DecoderAPI: add function decoder_skip()Max Kellermann
2013-12-14Merge branch 'v0.18.x'Max Kellermann
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-28decoder/ffmpeg: use IgnoreError instead of local Error instanceMax Kellermann
2013-11-23decoder/{dsf,dsdiff}: eliminate useless assignmentsMax Kellermann
2013-11-18decoder/OggFind.cxx: include stdio.h for SEEK_END definitionDenis Krjuchkov
2013-11-10decoder/dsdiff: fix byte order bugJurgen Kramer
2013-11-05decoder/dsf: enable DSD128Jurgen Kramer
2013-11-04Log: add level "DEFAULT"Max Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-28decoder/dsf: don't play junk at the end of the "data" chunkMax Kellermann
2013-10-28decoder/dsf: add range checkMax Kellermann
2013-10-28decoder/dsdlib: add class DsdUint64Max Kellermann
2013-10-28decoder/dsdlib: include cleanupMax Kellermann
2013-10-28decoder/dsdlib: move API documentation to headerMax Kellermann
2013-10-28decoder/dsdlib: convert struct dsdlib_id to a classMax Kellermann
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann