aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FlacCommon.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-09-24decoder/flac: pass VorbisComment to flac_parse_mixramp()Max Kellermann1-1/+2
2014-09-24decoder/flac: pass VorbisComment to flac_parse_replay_gain()Max Kellermann1-1/+1
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann1-2/+4
2014-05-12InputStream: "protect" attributesMax Kellermann1-1/+1
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-2/+2
2013-11-28include cleanup using iwyuMax Kellermann1-4/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann1-5/+2
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann1-2/+2
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-2/+2
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-2/+2
2013-10-02Log: new logging library APIMax Kellermann1-4/+4
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-8/+7
2013-09-04util/Error: new error passing libraryMax Kellermann1-8/+7
2013-08-03audio_format: convert to C++Max Kellermann1-12/+12
2013-07-31Tag: add method Clear()Max Kellermann1-10/+3
2013-07-30tag: convert to C++Max Kellermann1-2/+1
2013-07-30pcm_buffer: convert to C++Max Kellermann1-4/+1
2013-07-29audio_check: convert to C++Max Kellermann1-4/+1
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov1-4/+4
2013-01-05DecoderAPI: _replay_gain() returns voidMax Kellermann1-3/+2
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann1-10/+2
2012-10-02decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann1-20/+11
2012-10-02decoder/flac: eliminate the obsolete "track number" codeMax Kellermann1-1/+1
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-11/+14
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-1/+1
2012-02-11decoder/flac: use error messages from libFLACMax Kellermann1-15/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-2/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-5/+6
2010-02-17replay_gain_info: allocate the struct staticallyMax Kellermann1-6/+3
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann1-1/+40
2010-01-06decoder/flac: pass bits_per_sample to flac_sample_format()Max Kellermann1-3/+3
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-20/+12
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann1-12/+28
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann1-53/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-9/+8
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-8/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-2/+25
2009-11-19decoder/flac: fixed compiler warningMax Kellermann1-3/+1
2009-11-18decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann1-0/+2
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-9/+9
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-11decoder/flac: moved code to flac_data_get_audio_format()Max Kellermann1-7/+28
2009-11-11decoder/flac: use frame header instead of audio_formatMax Kellermann1-3/+3
2009-11-11decoder/flac: calculate time stamp from current frameMax Kellermann1-2/+9