aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FlacMetadata.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-11decoder/flac: moved code to flac_metadata.cMax Kellermann1-0/+192