aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FlacDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05fs/NarrowPath: new utility classMax Kellermann1-2/+3
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann1-2/+6
2014-08-26decoder/flac: use integer seek timesMax Kellermann1-2/+1
2014-05-12InputStream: "protect" attributesMax Kellermann1-2/+2
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann1-4/+5
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-4/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-8/+8
2013-10-23InputStream: add method Rewind()Max Kellermann1-5/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-5/+5
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-2/+2
2013-10-02Log: new logging library APIMax Kellermann1-13/+22
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-4/+4
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-1/+2
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-1/+1
2013-07-31Tag: add method Clear()Max Kellermann1-5/+3
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-4/+4
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov1-19/+19
2013-01-07decoder/ogg_codec: convert to C++Max Kellermann1-4/+1
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann1-2/+32
2012-10-04decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann1-1/+9
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann1-96/+13
2012-10-02decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann1-6/+1
2012-10-02decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann1-9/+1
2012-10-02decoder/flac: add C++ libFLAC wrappersMax Kellermann1-13/+8
2012-10-02decoder/flac: eliminate the obsolete "track number" codeMax Kellermann1-3/+2
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-27/+40
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann1-54/+5
2012-09-04decoder/ogg_common: rename to ogg_codec.cMax Kellermann1-3/+3
2012-09-04decoder/ogg_common: pass decoder to _type_detect()Max Kellermann1-1/+1
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-2/+2
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-17/+13
2012-02-11decoder/flac: check for errors only after _process_single()Max Kellermann1-8/+6
2012-02-11decoder/flac: symmetric FLAC__stream_decoder_finish() callsMax Kellermann1-1/+3
2012-02-11decoder/flac: use error messages from libFLACMax Kellermann1-27/+7
2012-02-11decoder/flac: eliminate the remaining "gotos"Max Kellermann1-42/+54
2011-09-16input_stream: non-blocking I/OMax Kellermann1-4/+5
2011-03-23decoder/flac: fix enum mismatch in flac_tell_cb()Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-03-21Add support for MixRamp tagsTim Phipps1-1/+6
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann1-0/+12
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann1-15/+4