aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-10-24decoder/opus: support replay gainMax Kellermann3-1/+24
2013-10-24decoder/Opus: implement seekingMax Kellermann3-6/+49
2013-10-24decoder/opus: provide time stampsMax Kellermann1-0/+5
2013-10-24decoder/opus: show song duration during playbackMax Kellermann1-1/+57
2013-10-24decoder/opus: call ogg_stream_reset() in OggSeekPageAtOffset()Max Kellermann1-0/+4
2013-10-24decoder/opus: move code to OggSeekPageAtOffset()Max Kellermann1-4/+11
2013-10-24decoder/opus: move SeekFindEOS() to OggFind.cxxMax Kellermann3-19/+31
2013-10-24decoder/opus: make opus_sample_rate constexprMax Kellermann1-1/+1
2013-10-24decoder/opus: use std::copy_n() instead of memcpy()Max Kellermann1-2/+3
2013-10-24decoder/opus: support all core tag namesMax Kellermann1-0/+5
2013-10-24decoder/opus: move code to ParseOpusTagName()Max Kellermann1-1/+8
2013-10-24decoder/opus: use delete[] for the OpusReader::ReadString() resultMax Kellermann1-1/+1
2013-10-23decoder/wavpack: move variable declarationsMax Kellermann1-53/+34
2013-10-23input_stream: rename struct to InputStreamMax Kellermann28-243/+244
2013-10-23InputStream: add method Rewind()Max Kellermann4-19/+7
2013-10-22decoder/flac: fix tag name comparisonMax Kellermann1-1/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann32-118/+124
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann42-46/+46
2013-10-21decoder/modplug: use WritableBuffer instead of GByteArrayMax Kellermann1-31/+30
2013-10-21decoder/modplug: move code to LoadModPlugFile()Max Kellermann1-21/+17
2013-10-21Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann2-2/+4
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann1-6/+7
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann7-11/+11
2013-10-20decoder/sidplay: add header fileMax Kellermann2-0/+26