aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FlacMetadata.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-24decoder/flac: pass VorbisComment to flac_parse_mixramp()Max Kellermann1-4/+1
2014-09-24decoder/flac: move code to tag/MixRamp.cxxMax Kellermann1-35/+10
2014-09-24decoder/flac: pass VorbisComment to flac_parse_replay_gain()Max Kellermann1-4/+1
2014-09-24tag/ReplayGain: add VorbisComment parserMax Kellermann1-24/+10
2014-09-24decoder/{vorbis,flac}: move duplicate code to tag/VorbisComment.cxxMax Kellermann1-11/+2
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann1-0/+10
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann1-4/+4
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 Kellermann1-9/+6
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann1-20/+13
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann1-3/+2
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-6/+6
2013-10-22decoder/flac: fix tag name comparisonMax Kellermann1-1/+1
2013-10-21Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann1-1/+2
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-2/+2
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann1-1/+1
2013-09-26TagHandler: use a TagBuilder internallyMax Kellermann1-1/+4
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-2/+2
2013-09-04TagTable: un-inline the two functionsMax Kellermann1-1/+1
2013-09-04Tag*: move TagTable.hxx to libtag.aMax Kellermann1-1/+1
2013-07-31Tag: add method Clear()Max Kellermann1-2/+2
2013-07-30tag: convert to C++Max Kellermann1-2/+2
2013-07-29tag_table: convert to C++Max Kellermann1-1/+1
2013-07-29XiphTags: convert to C++Max Kellermann1-6/+2
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov1-2/+2
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-2/+2
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann1-1/+0
2012-10-04decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann1-15/+0
2012-10-02decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann1-3/+9
2012-10-02decoder/flac: don't use FLAC__Metadata_SimpleIteratorMax Kellermann1-32/+8
2012-10-02decoder/flac: eliminate the obsolete "track number" codeMax Kellermann1-33/+12
2012-10-02decoder/flac: remove unused function flac_tag_load()Max Kellermann1-14/+0
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-13/+18
2012-09-05decoder/{flac,vorbis}: move tag table to XiphTags.cMax Kellermann1-8/+2
2012-02-12tag_handler: handle arbitrary name/value pairsMax Kellermann1-0/+13
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-27/+51
2012-02-11decoder/{vorbis,flac}: use the tag_table libraryMax Kellermann1-11/+10
2011-07-03decoder/flac: validate the sample rate when scanning the tagMax Kellermann1-1/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-23decoder_control: use g_free() to manage mixramp allocationsMax Kellermann1-5/+2
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+43
2010-02-17replay_gain_info: allocate the struct staticallyMax Kellermann1-10/+5
2010-01-28decoder/flac: fix replay gain (short-circuiting "or")Tim Phipps1-8/+13
2010-01-06decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann1-0/+53
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann1-1/+1